We have an URL builder tool for URL generation fields like offer's URL or affiliate's Return URL. To activate it click on the wrench icon next to URL field.
Tool will display available variables that will be replaced by the script during the click registration. Clicking on any of them will copy variable into the url field where the cursor is located.
If URL will contain an address like https://example.com/?aff={affiliate_id}&off={offer_id} then during the click registration it will be transformed to something like https://example.com/?aff=123&off=456 (ID's depend on passed affiliate and offer parameters).
Here are tool variables explanation:
- {affiliate_id} - ID of passed affiliate to click
- {offer_id} - ID of passed offer to click
- {lander_id} - ID of passed lander to click
- {offer_event_slug} - offer event slug, sent by advertisers on non-CPC clicks
- {click_id} - generated click ID during click registration
- {advertiser_id} - ID of advertiser to whom belongs offer
- {email} - email parameter
- {lead_username} - the name part got from email address (example: username got from username@example.com)
- {lead_ip} - visitor IP address
- {country_code} - visitor's two letter ISO country code
- {user_device} - visitor device type: mobile or desktop
- {user_agent} - visitor user agent
- {sub1-sub5} - sub parameters
- <base64> - everything contained between open and closed base64 tags will be encoded using base64 algorithm