For conversion tracking, you need to place the post-back URL at your CPA network, found in the Tracking tab of Thrive.
For example, it would look something like this:
http://yourdomain.com/conv?amount=&subid=[PLACE-NETWORK-TOKEN-HERE]
At the end of your post-back URL, you need to place a network token that corresponds with what variable you use to pass the sub ID in your offer URLs.
Network using Cake
For example, for networks on Cake platforms (which is most networks), your offer URLs that you enter into Thrive should look something like this:
http://hj523uio.com/?a=0123&c=1234&s2={subid}
{subid} is THRIVE's token to place a sub ID there. In the above URL, you're passing the sub ID to the "s2" variable in your network.
For your post-back URL (the one you place at the network), then, it would look like this:
http://yourdomain.com/conv?amount=&subid=#s2#
#s2# is Cake's token to place the "s2" value there, which corresponds to your offer URL.
After that, you should be set in terms of conversion tracking. From that point, just create a new campaign in Thrive, and you can run the offers you added.
Networks using HasOffers
For networks using the HasOffers platform, your offer URLs you enter into Thrive would look something like this:
http://hasoffers.go2cloud.org/aff_c?offer_id=444&aff_id=5555&aff_sub={subid}
Your Thrive post-back URL you put at the network would look something like this:
http://yourdomain.com/conv?amount=&subid={aff_sub}
Networks using HitPath
For networks using the HitPath platform, your offer URLs you enter into Thrive would look something like this:
http://affiliate.mtrker.com/rd/r.php?sid=3829&pub=394827&c1={subid}&c2=&c3=
Your Thrive post-back URL you put at the network would look something like this:
http://yourdomain.com/conv?amount=&subid=xxc1xx
Comments
0 comments
Please sign in to leave a comment.