For each Affiliate, you can choose which parameters to include in their tracking link URL.
To do this, navigate to the Affiliate and select the parameters you wish to include, then set the macro name.
Go to Affiliates > Edit and Affiliate > Macros.
There are 22 different parameters + macros you can include in your Affiliate tracking link URL.
Affiliate macro name | Affiliate tracking link parameter name |
Click ID | click_id |
Aggregate ID | aggregate_id |
Source | source |
Subsource | sub_source |
Placement | placement |
App Name | app_name |
App Id | app_id |
Site | site |
Creative | creative |
IDFA | idfa |
GAID | gaid |
User IP | user_ip |
User agent | user_agent |
User language | user_language |
Custom1 | custom1 |
Custom2 | custom2 |
Custom3 | custom3 |
Custom4 | custom4 |
Custom5 | custom5 |
Custom6 | custom6 |
Custom7 | custom7 |
Custom8 | custom8 |
Important: We always recommend setting the "Click ID" macro in case you need to send a postback to the affiliate when a conversion occurs.
For instance, if we set these macro configurations for the Affiliate:
And then we go to an offer to get the tracking link for this affiliate, we will get a URL like this:
&click_id={your_click_id}
&aggregate_id={your_aggregate_id}
&source={your_source}
&sub_source={your_subsource}
&placement={your_placement}
&app_name={your_app_name}
&app_id={your_app_id}
&site={your_site}
&creative={your_creative}
&idfa={your_idfa}
&gaid={your_gaid}
&user_ip={your_ip}
&user_agent={your_user_agent}
&user_language={your_user_language}
&custom1={your_custom1}
&custom2={your_custom2}
&custom3={your_custom3}
&custom4={your_custom4}
&custom5={your_custom5}
&custom6={your_custom6}
&custom7={your_custom7}
&custom8={your_custom8}