Let's take a look at how to place Thrive's postback/pixel with Cake and how we need to append their offer URL.
Postback
If you will be placing Thrive's postback with Cake, you will want to make sure to place the following Cake tokens:
#s2# - unique clickID (aka Thrive subID) This is required for postback tracking
#price# - payout amount
#tid# - Transaction ID (not required, but can be used with the upsell tracking)
Example Postback:
http://yourdomain.com/conv?tid=&offerid=&amount=#price#&subid=#s2#
Iframe
If you will be placing Thrive's iframe with Cake, you can use the following tokens:
#price# - payout amount
#tid# - Transaction ID (not required, but can be used with the upsell tracking)
There is no need to pass in the subid= value for iframe, but if you wish to pass it anyways you can use #s2#.
Example Iframe:
<iframe src="http://demo.thrivetracker.com/conv-frame?tid=&offerid=&amount=#price#&subid=" style="display:none;"></iframe>
If your network requires https pixels, please make sure to set up SSL on your Thrive Domain. More information on SSL can be found here.
Upsell Tracking
If you want to track upsells in Cake, you can definitely do so. You can read up on setting upsells here.
The tokens will remain the same as above with a few additions:
For both method 1 and method 2: Please make sure to pass in the &tid= with Cake's #tid# token.
For method 2 of upsells, you will also want to make sure to fill in &offerid= with the THRIVE's offer ID. This needs to be the ID from Thrive, not from Cake.
Setting Up Cake's Offer URL in Thrive:
You can place your Cake offer URL in the offer card in Thrive. If you will be using postback tracking, please make sure to add {subid} to the &s2= parameter of your offer URL.
Example offer URL:
https://yourcakedomain.com/?a=123&oc=123&c=123&s1=&s2={subid}
Comments
0 comments
Please sign in to leave a comment.