Hey guys...
I'm surprised that this hasn't been discussed before... but I believe a lot of guys who are running mobile would face this problem because generally mobile offers only allow to use Postback URL to call for conversion on your tracker.
The Problem:
Some of the CPA networks out there, F5, for instance, only allowing ONE postback URL to be placed on the offer. The challenge comes when I have both Prosper202 Postback pixel and Ad network Postback (eg. Leadbolt conversion tracking postback). Since the CPA network allows only 1 postback to be placed, it's either I have to sacrifice my prosper, or the ad network stats.
I want to track the conversions on both Ad network and Prosper202!
I did google about this but I do not see any related pages on this. I know P202 universal smart pixel can do this, but hey... Now i'm talking about Mobile offers that only take Postback URL... that's the issue...
Does anyone of you facing the same problem? Or do you already have a solution to this? All the feedback is greatly appreciated!
Please help this tech noob here.
Yo Kokofai, tis pretty easy to use PHP to postback multiple times to whatever URLs you want. i.e. postback at CPA network to http://yourdomain.com/xxx/track.php?...is&subid2=that etc. Then you can have that track.php collect all subids and use them to post as many server2server calls as you'd like! Check out this thread for more details - http://stmforum.com/forum/showthread...Postback-URL-s - Go to the final PHP box.
At the moment it's written for switching between traffic source pixels but you can just as easily remove the case function and put lots of them in a row. Let me know if you need help with that.
Hey Zeno thanks for the prompt reply! I will look into this and learn it. I'm really noob at codes but I will try. 