- Joined
- May 2, 2018
- Messages
- 3,419
While we still don’t know what happened HERE, I decided to show you how you can protect your campaign from getting fake conversions.
I’m not saying that’s the case in the thread mentioned above, but it seems very fishy based on the data we have seen so far.
How can someone send fake conversions to my campaign?
Easy. If you take a look at the URL-s you use in your campaign (like campaign URL, click URL, postback URL etc) they might look something like this (BeMob example):Your Campaign URL
Code:
http://abcde.bemobtrk.com/go/65f6a188-ca33-4ecf-b4d1-1370b439c26a?cost={cost}&visitor_id=${SUBID}&zoneid={zoneid}&campaignid={campaignid}&browser={browser}&browserversion={browserversion}&zone_type={zone_type}&user_activity={user_activity}&bannerid={bannerid}
Your Click URL
Code:
http://abcde.bemobtrk.com/click
Your Postback URL
Code:
http://abcde.bemobtrk.com/postback?cid=REPLACE&payout=OPTIONAL&txid=OPTIONAL&status=OPTIONAL
Now, you know how postbacks work? The affiliate network “calls” (opens) your postback URL (with correct clickId under cid parameter and revenue under payout). For example, if there is a click in your tracker with clickId = 89zk324hjk32gi7l642 and that click converted and generated $0.51 in revenue, then your affiliate network will open the following URL (call your tracker) and send you the info like that:
Code:
http://abcde.bemobtrk.com/postback?cid=89zk324hjk32gi7l642&payout=0.51
How can others generate a postback URL with data like this? Easy.
If you open a Network tab in developer tools in Chrome browser, once you click on a CTA button on
Last edited: