Home > Technical & Creative Skills > Tracking Campaigns

Unable to track conversions between Binom and VerveDirect. (6)


12-22-2019 08:43 AM #1 soyboy (Member)
Unable to track conversions between Binom and VerveDirect.

Hi guys, sorry if this is a noob question.

I am being unable to track the conversions I get for offers of VerveDirect, into my Binom.

I know after a few months in the industry, I should be able to fix this kind of issue, given how many tutorials there’s out there.

However, I'm pretty stuck, and conversions keep coming and Im not being able to track them.

So:

  1. This is how my postback looks like for verve:

https://tracking.domain.com/click.php?cnv_id={conversion_id}&payout={payout_amount}

-> this was given by our VerveDirect AMs.

2. And this is how I set up originally the Vervedirect offer links in Binom, using their tracking link builder:
https://www.domain.com/11111111111111/?sub2={clickid}

With the above link, i see conversions in VerveDirect backend, but not in binom.

So this is the next I tried for the offer link:
https://www.domain.com/11111111111111/?conversion_id={clickid}

But I still can't see conversions in Binom doing this, despite I can see them in Verve backend.

Could anyone help me where i am making a mistake?

Thank you so much!

Note:

The reason why I tried that second thing in the offer URL is because in Gotzha our setup works perfectly, and this is how the postback and the offer URL look:

Postback = https://tracking.domain.com/click.php ?cnv_id=#s2#&payout=#price#

Offer link = http://domain.com/?a=XXXX&c=XXX&s2={clickid}&campaign={campaign} )


12-22-2019 02:00 PM #2 nickpeplow (AMC Alumnus)
Unable to track conversions between Binom and VerveDirect.

I don’t know the layout of Binom or verve, but just guessing on my phone that...

You were originally passing {clickid} into slot sub2 in verve, which is correct. But you aren’t passing {sub2} back to Binom as the click id

Verve doesn’t know that what you passed specifically was {clickid}, that only exists in binoms world - just that it went into text box sub2. For the postback, you’re basically retrieving what was in sub2 and including it in the binom click id bit

If I was a betting man... the postback you enter into verve should look like this.

http://tracker.com/folder/click.php?cnv_id={sub2}&payout={payout}

Binom support will be able to explain this in very friendly terms, I’d jump on chat with them also. Include a screenshot of the verve tracking links page for the offer, also the postback page.

I wouldn’t be shy about asking verve either, they use a newer tracking system called “everflow”, it’s great but it’s new to a lot of affiliates also.

If your still stuck I can try to set this up for you over skype


12-22-2019 02:59 PM #3 twinaxe (Senior Moderator)

Quote Originally Posted by nickpeplow View Post
If your still stuck I can try to set this up for you over skype
Man of honor


12-22-2019 03:15 PM #4 soyboy (Member)

Quote Originally Posted by nickpeplow View Post
I don’t know the layout of Binom or verve, but just guessing on my phone that...

You were originally passing {clickid} into slot sub2 in verve, which is correct. But you aren’t passing {sub2} back to Binom as the click id

Verve doesn’t know that what you passed specifically was {clickid}, that only exists in binoms world - just that it went into text box sub2. For the postback, you’re basically retrieving what was in sub2 and including it in the binom click id bit

If I was a betting man... postback you enter into verve should look like this.

http://tracker.com/folder/click.php?cnv_id={sub2}&payout={payout}

Binom support will be able to explain this in very friendly terms, I’d bump on chat with them also. Include a screenshot of the verve tracking links page for the offer, also the postback page.

I wouldn’t be shy about asking verve either, they use a newer tracking system called “everflow”, it’s great but it’s new to a lot of affiliates also.

If your still stuck I can try to set this up for you over skype
Hey nick Thanks a lot for the help dude.

Initially a long time ago we gave this to verve: https://tracking.domain.com/click.ph...payout=#price#

but they told us thats wrong, and they set and gave this to us instead:

https://tracking.domain.com/click.php?cnv_id={conversion_id}&payout={payout_am ount}

which to me doesnt really make sense to couple with an offer link that looks like this https://www.domain.com/11111111111111/?sub2={clickid}

Anyway, we just chatted to them, they will check with operations tomorrow. Will also talk to binom, their support is awesome for sure.

Have a good Sunday!


12-22-2019 04:34 PM #5 nickpeplow (AMC Alumnus)
Unable to track conversions between Binom and VerveDirect.

I think {conversion_id} is your issue there, that’s going to be the transaction ID for your conversion.

You’re wanting to pass back the click ID that Binom generates, which you can store in sub2


12-22-2019 04:50 PM #6 twinaxe (Senior Moderator)

I am with nick, usually the token in the postback should reflect the parameter for click ID in offer link.

So when the parameter for the click ID is sub2 then the token also should be something like {sub2} or

Code:
#sub2#
or so.


Home > Technical & Creative Skills > Tracking Campaigns