Hey guys,
having issues with passing AdCash click id (generated on every click and replacing the [clickid] token) back with the postback (pixel) they sent me to implement when conversion take place.
Step by step:
1. User click on AdCash ad and redirect to my CPVLab (cloaked) campaign url:
http://cpvlab-domain.com/?cid=[clickid]&zone=[zone]
2. The user land on my lander with the following url (bowser):
http://cpvlab-domain.com/?cid=443485...zone=100000001
3. CPVLab redirect the user to the actual "offer" page (which is an offer under my HasOffers):
http://hasoffers-domain.com/aff_c?of..._id=3&aff_sub=
**&aff_sub= i'm passing dynamic subid's from CPVLab as well to my HasOffers.
4. conversion took place and now i need to pass that NUMBER (the one replacing the [clickid] parameter) onto the s2s code below:
http://www.adcash.com/script/registe...2&cid=CLICK_ID
What would be the dynamic parameter i need to replace with the "=CLICK_ID" under the s2s postback?
Tried to add a aff_sub parameter from HasOffers and also {transaction_id). both passed, but couldn't find a way to place the actual click id number into AdCash postback url.
Tried to replace the =CLICK_ID with =[clickid], ={clickid} etc. nothing passed!!
Any suggestions?
Thanks!
You need to pass it back same as you passed it to them with, that's the variable it's saved as. In your case it would be aff_sub since you said "**&aff_sub= i'm passing dynamic subid's from CPVLab as well to my HasOffers."
http://cpvlab-domain.com/?cid=[clickid]&zone=[zone]
You have it saved in cid not clickid so cid contains the click id. So pass that back to Adcash.
I don't know the format but it would be something like
http://www.adcash.com/script/registe...5432&cid=%cid%
You'd need to pass the initial click id as an extra parameter to CPVLab. See http://stmforum.com/forum/showthread...l=1#post110084
Make sure that you tick the "pass to offer" box. You'll also want to customise the parameter so that it's sent through as an aff_sub to Has Offers - aff_sub2 or similar.
Then you can pick that up in HasOffers and send it on to AdCash.
Does that make sense?
You can either pass it directly from adcash to hassoffers and fire it from there or put the adcash postback as an additional postback in cpvlab.
In this case HO fires CPVLab -> CPVLab fires Adcash.
Let us know how things come out and we can bugfix from there!
Obviously, one option would be to use a different tracker, perhaps one that's Open-Source so that you can mod the code if necessary. But if you're familiar with CPVLab I can see why you want to try to get things working with that first.
Hi Oded Abbou
Any updates on this matter?
I am using offers from w4 and neverblue. Both networks can register conversion but adcash is unable to track my conversion.
Thanks!
Ivan