The following tokens can be used to pass data from LinkTrust to your merchant's landing page. If you place a token as a value in your landing page URL, LinkTrust swaps out the token dynamically and replaces it with the actual value.
The following table lists the landing page tokens:
For example, my merchant and I want to track an offer using a click ID server side post. I must pass the merchant the LinkTrust click ID, so he can capture the click ID on his landing page. The merchant instructed me to add the click ID token to the landing page URL right after the track ID parameter, so he can capture the value.
The merchant's landing page is
http://www.merchants.com/landingpage?trackID=&host=876
To pass the click ID to the merchant, I have to add the [=ClickID=] token to his landing page URL. After I add the click ID token, the merchant's landing page looks like this
http://www.merchants.com/landingpage?trackID=[=ClickID=]&host=876
I'm done. My click ID can now be passed to the landing page each time a consumer clicks on my affiliate's tracking link.

|