Track Revenue Token Guide
Track Revenue has it's own specific list of tokens you can use for passing information in your URLs. By placing these tokens in your Offer, Landing Page, or Postback URLs, Track Revenue will automatically replace the token with it's actual corresponding value. For your reference, here is a legend of all the tokens we have to offer.
Token | Definition |
---|---|
[[subid]] | SUBID_TOKEN used for tracking conversions (See Tracking Conversions section above) |
[[cpc]] | Cost per Click |
[[cost]] | Cost per interaction (CPC or CPA) |
[[amt]] | Conversion amount (see below for more advanced usage)* |
[[device_mf]] | Device manufacture |
[[device_name]] | Device name |
[[device_model]] | Device model |
[[device_marketing]] | Device model marketing name |
[[device_type]] | Device type |
[[device_display]] | Device display size (if available) |
[[device_resolution]] | Device display resolution (if available) |
[[device_os]] | Device OS |
[[device_browser_name]] | Device browser name |
[[device_platform]] | Device OS without version number |
[[device_platform_version]] | Device OS version number |
[[isp]] | Internet Service Provider |
[[countryName]] | Country Name |
[[countryCode]] | Country Code (ISO Code) |
[[cityName]] | City Name |
[[stateRegion]] | State or Region |
[[cid]] | Campaign ID of the current campaign |
[[ldid]] | Landing Page ID of the current campaign |
[[c1]] | Custom Token 1 |
[[c2]] | Custom Token 2 |
[[c3]] | Custom Token 3 |
[[c4]] | Custom Token 4 |
[[c5]] | Custom Token 5 |
[[c6]] | Custom Token 6 |
[[c7]] | Custom Token 7 |
[[c8]] | Custom Token 8 |
[[c9]] | Custom Token 9 |
[[c10]] | Custom Token 10 |
*[[amt]]: We now enable third party postbacks to include an initial level of calcuation.
For instance, adding a *
to the amt token
....genericpostback.com/url?payout=[[amt]]*1.2
would take the original [[amt]]
and multiply it by 1.2
Only 1 operator is allowed from the following:
- multiplication
*
- addition
+
- subtraction
-
Any invalid characters will be default to the original [[amt]]
with whatever input the original postback url has.
Comments
0 comments
Please sign in to leave a comment.