Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
Hey there, gnr5 !Hello, has anyone being succesful to configure this setup? I'm getting the clicks and views recorded correctly but I'm not getting the conversions tracked.
Where should I start looking?
Thanks!
Hey there, gnr5 !
Thank you for your question!
adirsab is totally correct. Thank you for being so active
You need to modify our postback for tracking.
Let me explain on the example of my postback.
http://yawj.adsb4all.com/trackpixel/track?tid=YOUR_NETWORK_TOKEN&amt=REPLACE&txid=REPLACE&cdata=YOUR _CUSTOM_DATA
As you can see, there are four variables in it.
tid stands for click ID
amt stands dynamic value of payout
txid - transaction ID for CPS offers ( set it if you want to track multiple conversions from one click ID)
cdata - custom data to pass to traffic source.
If you have CPA offer - your postback should look like:
http://yawj.adsb4all.com/trackpixel/track?tid=#S1#&amt=#RATE#
But it's only the postback part. To track conversions properly you need to use s1 as a tracking token in AdsBrdige:
View attachment 5010
Feel free to ask if there will be more questions.