Pixels & Postback Options
In order to track conversions in Thrive, you will want to place either your Thrive postback or Thrive pixel on the page where the conversion should occur (normally a thank you/confirmation page).
We recommend using a postback pixel for the most accuracy, but if you need to also fire any 3rd party pixels for your traffic source that are not postback format (such as iframe or image), you will want to use the iframe option (or even better, use both postback + iframe together if your network can support it).
Example Postback:
http://domain.com/conv?tid=&offerid=&amount=&subid=
Example Iframe Pixel:
<iframe src="http://domain.com/conv-frame?tid=&offerid=&amount=&subid=" style="display:none;"></iframe>
Example Image Pixel:
<img src="http://domain.com/conv-image?tid=&offerid=&amount=&subid=" style="display:none;" />
If your server supports HTTPS, please edit your pixels to be https by adding an “s”. Please then check through your click through path to make sure your visitors don’t see a certificate warning.
Parameter notes:
&subid= This is where the unique subID (also called clickID by some advertisers/networks) should be passed back. This is required for the postback to properly track.
&amount= You can put a numeric value or token here which would override what the default offer payout amount is set at.
&tid= Any transaction IDs can be passed through here. This is important for cases where you are tracking upsells.
&offerid= This area is optional, but is to be used in conjunction with tid= when running upsells on a single SubID. (See our support article on upsells for help with this)
Tracking Upsells
For tracking Upsells, there are 2 different methods that you can use. Please visit our support article here for more information.
Common Platforms & How to Append Thrive’s Postback
Cake:
Example Postback:
http://domain.com/conv?tid=&offerid=&amount=#price#&subid=#s2#
Method 1 Upsells:
http://domain.com/conv?tid=#tid#&offerid=&amount=#price#&subid=#s2#
Method 2 Upsells:
http://domain.com/conv?tid=#tid#&offerid=thriveupsellofferid&amount=#price#&subid=#s2#
How to append subID to the Offer Link:
&s2={subid}
HasOffers:
Example Postback:
http://domain.com/conv?tid={transaction_id}&offerid=&amount={payout}&subid={aff_sub2}
How to append subID to the Offer Link:
&aff_sub2={subid}
Konnektive:
Example Postback:
http://domain.com/conv?tid=[orderId]&offerid=&amount=&subid=[c3]
How to append subID to the Offer Link:
&c3={subid}
Clickbooth:
Example Postback:
http://domain.com/conv?tid={transid}&offerid=&amount={payout}&subid={subid2}
How to Append subID to the Offer Link:
&subid2={subid}
If you are using ClickBank for tracking, please see our support article on how to do so here.
If you have any questions on set up or need assistance, please contact Support anytime and we would be happy to help you out.
Comments
0 comments
Please sign in to leave a comment.