Home > Questions and Answers > Tracking Questions

Go2mobi + Voluum question (please halp) (3)


11-25-2015 07:39 PM #1 traveltotokyo (Member)
Go2mobi + Voluum question (please halp)

So - my Voluum is not tracking my cost from go2mobi (but it's tracking conversion)



... and my go2mobi is not tracking my conversion, but it's tracking the cost.



So, my question is:

1. How do I get Voluum to track go2mobi cost
2. How do I get go2mobi to track conversion

Currently, this is how I set it.

1. Set up offer in Voluum, add the following code:

Code:
&s1={campaign.id}&s2={clickid}&s3={device}&s4={carrier}&s5={city}
(However, I realized that there is no token for traffic source ID, so I changed it to this:

Code:
OfferURL.com/&s1={campaign.id}&s2={clickid}&s3={device}&s4={city}&s5={carrier}&s6={trafficsource.id}&s7={trafficsource.name}&s8={offer.id
2. In Voluum, set up the traffic:
Code:
http://pb.g2trk.com/pb/?api_key=<myAPIkey>={clickid}&payout={payout}
(is the code above correct?)

3. URL postback:
Code:
http://elvvg.voluumtrk2.com/postback?cid=#s2#&payout=#price#&txid=OPTIONAL
Uh, I hope I got everything right, please correct me if I'm wrong.


11-25-2015 09:44 PM #2 Go2mobi (Member)

I'm gonna be useless for a lot of this as my experience with Voluum is very limited. However, I did notice one thing that jumped out to me...

Your Go2mobi postback is configured as follows:

Code:
http://pb.g2trk.com/pb/?api_key=<myAPIkey>={clickid}&payout={payout}
Unfortunately this is incorrect. You're passing the {clickid} token whereas Voluum requires the {externalid} to be passed when you input your Go2mobi postback URL. As well, there is no name declared to pass in the {clickid}/{externalid} token.

Your Go2mobi postback should be entered into Voluum as follows:
Code:
http://pb.g2trk.com/pb/?api_key=<myAPIkey>&clickid={externalid}&payout={payout}
Someone might be able to add some insights if there are issues elsewhere.


11-26-2015 05:56 AM #3 traveltotokyo (Member)

@Grandin - interesting! I'm going to try that right away. Thanks.


Home > Questions and Answers > Tracking Questions