As many affiliates ask and would like to know, we thought this guide can be useful
1- Postbacks Advertiser / Aff. Network
2- Postback Traffic Source.
3- Campaign URL Tokens
4- Campaign URL Parameters
5- Advertising URL Tokens
6- Advertising URL Parameters
LandingTrack would like to help you to make things easier for everyone.
Let's get started.
1- Postbacks for Your Advertiser/Aff. Network: (You are the affiliate/tracker)
This a common Postback: " http://yourdomainw.com/postback.php?sid={clickid}&payout={payout} "
Remember that it might be different depending on the Tracker you use but mainly get the following concept:
Parameters: every FIX value before the "="
For the Postback above: sid= & payout= . The Parameter belongs to you, to your tracker. This means that nobody should replace those values.
Token: every dynamic after the "=".
For the Postback above: {clickid} and {payout}. The TOKENS belongs to your Advertiser so only they will know which values should be replaced there.
2- Postback Traffic Source. (Traffic Source will be the affiliate)
It is exactly the same concept but now - You or your tracker is the Advertiser / Affiliate Network to your Traffic Source.
Example:
For the Postback above: sid= & payout= . The Parameter belongs to Traffic Source. This means that nobody should replace those values.
For the Postback above: {clickid} and {payout}. The TOKENS belongs to you NOW, so only you will know which values should be replaced there. (Documentation can be found at any tracker)
Simple Right?
3 & 4- Campaign URL Tokens & Campaign URL Parameters (You are the affiliate/tracker)
As we have mentioned before, we should apply the same logic for the -- Postback for Your Advertiser/Aff. Network: (You are the affiliate/tracker) --
In this case only you, Affiliate/tracker know the Parameters from your platform.
We should be able to append each TOKEN to your Parameters
Example:
Your Parameters from a Tracking Platform can be: You know them
&pid= - Used it to generate the ClickID provided by your Traffic Source Visit
&source= - SourceID provided by your Traffic Source Visit
&bid= - Used it to generate the ClickID provided by your Traffic Source Visit
&banner= - Used it to collect the BannerID provided by your Traffic Source Visit
&data1= - Used it to collect any information provided by your Traffic Source Visit - OS - BROWSER - etc..
&data2= - Used it to collect any information provided by your Traffic Source Visit - OS - BROWSER - etc..
And so on..
And the Tokens only the Traffic Source knows them.
Parameter Token
&pid= {clickid}
&source= {pubid}
&bid= {cost}
&banner= {banner_id}
&data1= {os}
&data2= {browser}
So your Tracking URL should look like (Remember Tokens belongs to Traffic source so it will be different) : &source={zoneid}&banner={bannerid}&bid={cost}&pid=${SUBID}&data1={osversion}&data2={browser}&data3={carrier}&data4={os}&data5={device}
And this will be placed on your Traffic Source once you are creating the campaign.
As soon as you receive a visit it will look like: &source=363940493&banner=849310&bid=0.0038&pid=7625844402908978&data1=Android+7.x+Mob&data2=Chrome+62&data3=djezzy&data4=Android&data5=Mobile
Not that hard isn't?
5 & 6 - Advertising URL Tokens & Advertising URL Parameters
Right the opposite as point the -- Campaign URL Tokens & Campaign URL Parameters --
Parameters - Only the Advertiser/Aff. Network knows the Parameters of the Offer URL
Tokens - Only you /tracker know the Tokens to be replaced or added.
What usually happens with Advertiser / Aff. Netwokr is that they share with you an Offer URL without any guide
Example: " http://imano.mobi/pt/lp?lpid=jIPxkbsdwOW3X "
Not really clear for anyone right? The only conclusion here so far is:
lpid= - is a Parameter
jIPxkbsdwOW3X - is TOKEN.
The first thing to do before the panic, ask your advertiser: "Hey, what parameter do you use for ClickID? ", "also do you need me to share with you the sourceID? so which parameter do you use?"
They will reply: "Hi there, mmmmmm 'cid' is our Parameter for clickid and 'affiliate_source' is the one for sourceID!" ( This is just an example)
Job done, get back to your Tracker and finish the job: http://imano.mobi/pt/lp?lpid=jIPxkbsdwOW3X&cid={ClickID}&affiliate_source={pubID} (This is just an example)
--What if we want to share some data from the Traffic Source Tokens to our Advertisers/ Aff. Networks?
Do you remember the URL we have used before for the Traffic Source? : &source={zoneid}&banner={bannerid}&bid={cost}&pid=${SUBID}&data1={osversion}&data2={browser}&data3={carrier}&data4={os}&data5={device}
So, if we want to share those Tokens (Information) we just need to add them to our Advertising Offer:
Offer URL: http://imano.mobi/pt/lp?lpid=jIPxkbsdwOW3X&cid={ClickID}&affiliate_source={pubID}
But we do not have the parameters - Ask the advertiser first and after getting the answer:
Offer URL:
http://imano.mobi/pt/lp?
lpid=jIPxkbsdwOW3X&cid={ClickID}&affiliate_source={pubID}&osversion={data1}&br={data2}&cr={data3}&os={data4} etc..
So each conversion on the Advertiser/Aff. Network Platform will be as follow: http://imano.mobi/pt/lp?lpid=jIPxkbsdwOW3X&cid={ClickID}&affiliate_source=363940493&osversion=Android+7.x+Mob&br=Chrome+62&cr=djezzy&os=Android
Now we have almost the full circle of Tracking a URL, if you have doubts, ask and post your thoughts
1- Postbacks Advertiser / Aff. Network
2- Postback Traffic Source.
3- Campaign URL Tokens
4- Campaign URL Parameters
5- Advertising URL Tokens
6- Advertising URL Parameters
LandingTrack would like to help you to make things easier for everyone.
Let's get started.
1- Postbacks for Your Advertiser/Aff. Network: (You are the affiliate/tracker)
This a common Postback: " http://yourdomainw.com/postback.php?sid={clickid}&payout={payout} "
Remember that it might be different depending on the Tracker you use but mainly get the following concept:
Parameters: every FIX value before the "="
For the Postback above: sid= & payout= . The Parameter belongs to you, to your tracker. This means that nobody should replace those values.
Token: every dynamic after the "=".
For the Postback above: {clickid} and {payout}. The TOKENS belongs to your Advertiser so only they will know which values should be replaced there.
2- Postback Traffic Source. (Traffic Source will be the affiliate)
It is exactly the same concept but now - You or your tracker is the Advertiser / Affiliate Network to your Traffic Source.
Example:
For the Postback above: sid= & payout= . The Parameter belongs to Traffic Source. This means that nobody should replace those values.
For the Postback above: {clickid} and {payout}. The TOKENS belongs to you NOW, so only you will know which values should be replaced there. (Documentation can be found at any tracker)
Simple Right?
3 & 4- Campaign URL Tokens & Campaign URL Parameters (You are the affiliate/tracker)
As we have mentioned before, we should apply the same logic for the -- Postback for Your Advertiser/Aff. Network: (You are the affiliate/tracker) --
In this case only you, Affiliate/tracker know the Parameters from your platform.
We should be able to append each TOKEN to your Parameters
Example:
Your Parameters from a Tracking Platform can be: You know them
&pid= - Used it to generate the ClickID provided by your Traffic Source Visit
&source= - SourceID provided by your Traffic Source Visit
&bid= - Used it to generate the ClickID provided by your Traffic Source Visit
&banner= - Used it to collect the BannerID provided by your Traffic Source Visit
&data1= - Used it to collect any information provided by your Traffic Source Visit - OS - BROWSER - etc..
&data2= - Used it to collect any information provided by your Traffic Source Visit - OS - BROWSER - etc..
And so on..
And the Tokens only the Traffic Source knows them.
Parameter Token
&pid= {clickid}
&source= {pubid}
&bid= {cost}
&banner= {banner_id}
&data1= {os}
&data2= {browser}
So your Tracking URL should look like (Remember Tokens belongs to Traffic source so it will be different) : &source={zoneid}&banner={bannerid}&bid={cost}&pid=${SUBID}&data1={osversion}&data2={browser}&data3={carrier}&data4={os}&data5={device}
And this will be placed on your Traffic Source once you are creating the campaign.
As soon as you receive a visit it will look like: &source=363940493&banner=849310&bid=0.0038&pid=7625844402908978&data1=Android+7.x+Mob&data2=Chrome+62&data3=djezzy&data4=Android&data5=Mobile
Not that hard isn't?
5 & 6 - Advertising URL Tokens & Advertising URL Parameters
Right the opposite as point the -- Campaign URL Tokens & Campaign URL Parameters --
Parameters - Only the Advertiser/Aff. Network knows the Parameters of the Offer URL
Tokens - Only you /tracker know the Tokens to be replaced or added.
What usually happens with Advertiser / Aff. Netwokr is that they share with you an Offer URL without any guide
Example: " http://imano.mobi/pt/lp?lpid=jIPxkbsdwOW3X "
Not really clear for anyone right? The only conclusion here so far is:
lpid= - is a Parameter
jIPxkbsdwOW3X - is TOKEN.
The first thing to do before the panic, ask your advertiser: "Hey, what parameter do you use for ClickID? ", "also do you need me to share with you the sourceID? so which parameter do you use?"
They will reply: "Hi there, mmmmmm 'cid' is our Parameter for clickid and 'affiliate_source' is the one for sourceID!" ( This is just an example)
Job done, get back to your Tracker and finish the job: http://imano.mobi/pt/lp?lpid=jIPxkbsdwOW3X&cid={ClickID}&affiliate_source={pubID} (This is just an example)
--What if we want to share some data from the Traffic Source Tokens to our Advertisers/ Aff. Networks?
Do you remember the URL we have used before for the Traffic Source? : &source={zoneid}&banner={bannerid}&bid={cost}&pid=${SUBID}&data1={osversion}&data2={browser}&data3={carrier}&data4={os}&data5={device}
So, if we want to share those Tokens (Information) we just need to add them to our Advertising Offer:
Offer URL: http://imano.mobi/pt/lp?lpid=jIPxkbsdwOW3X&cid={ClickID}&affiliate_source={pubID}
But we do not have the parameters - Ask the advertiser first and after getting the answer:
Offer URL:
http://imano.mobi/pt/lp?
lpid=jIPxkbsdwOW3X&cid={ClickID}&affiliate_source={pubID}&osversion={data1}&br={data2}&cr={data3}&os={data4} etc..
So each conversion on the Advertiser/Aff. Network Platform will be as follow: http://imano.mobi/pt/lp?lpid=jIPxkbsdwOW3X&cid={ClickID}&affiliate_source=363940493&osversion=Android+7.x+Mob&br=Chrome+62&cr=djezzy&os=Android
Now we have almost the full circle of Tracking a URL, if you have doubts, ask and post your thoughts