Home > Tracking Campaigns > CPV Lab Pro

AdCash s2s Tracking - Using Hasoffers + CPVLab (12)


06-03-2014 11:40 AM #1 Oded Abbou (Member)
AdCash s2s Tracking - Using Hasoffers + CPVLab

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!


06-03-2014 12:11 PM #2 dwel999 (Member)

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."


06-03-2014 04:41 PM #3 Oded Abbou (Member)

Quote Originally Posted by dwel999 View Post
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."
Yeah, the thing is the "aff_sub" doesn't carry the click id (number).. it's passing the tracker dynamic parameters on each click. i'm passing this from MY OWN CPVLab to MY OWN HasOffers. the issue is with passing the click id to the pixel and then to their platform (AdCash)


06-03-2014 05:05 PM #4 dwel999 (Member)

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%


06-03-2014 06:00 PM #5 caurmen (Administrator)

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?


06-03-2014 07:46 PM #6 bbrock32 (Administrator)

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.


06-04-2014 03:27 PM #7 Oded Abbou (Member)

Quote Originally Posted by caurmen View Post
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?

Make sense. already tried that :-) will run a few more tests.

Thanks!


06-04-2014 03:29 PM #8 Oded Abbou (Member)

Quote Originally Posted by bbrock32 View Post
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.

Thanks! will try to test both ends.


06-04-2014 05:20 PM #9 caurmen (Administrator)

Let us know how things come out and we can bugfix from there!


06-07-2014 04:29 PM #10 Oded Abbou (Member)

Quote Originally Posted by caurmen View Post
Let us know how things come out and we can bugfix from there!
Tried EVERYTHING!! just submitted a ticket and got a response from HasOffers, telling me the issue need to take care of by CPVLab support, coz it's their parameter doesn't passes the actual info (click id). so i went and opened a ticket at CPVLab support. waiting for a reply.

There's nothing more frustrating than getting stuck with tracking issues, which i handle quite well 99% of time. that 1% just arrived and it's a pain in the ass.


06-09-2014 11:49 AM #11 caurmen (Administrator)

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.


01-20-2015 03:27 PM #12 IvanOng (Member)

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


Home > Tracking Campaigns > CPV Lab Pro