Anyone know how to pass tracking codes through Clickbank?

by garyv
1 replies
I've seen clickbank sites, that are able to pass google tracking codes, from the affiliate link, to the thankyou page. Anyone know how to do this?

Thanks.
#clickbank #codes #pass #tracking
  • Profile picture of the author kidino
    yeah, sure ... anything at the end of the hoplink will be passed to your landing page. Example...

    AFF.VEND.hop.clickbank.net?tid=XXX&yourID1=XXX&you rID2=XXX&yourID3=XX

    will arrive at

    yourwebsite.com?hop=AFF&tid=XXX&yourID1=XXX&yourID 2=XXX&yourID3=XX

    If you use PHP to handle your landing page, you can use the $_GET[] variable like this...

    $hop = $_GET['hop'];
    $tid = $_GET['tid'];
    $id1 = $_GET['yourID1'];
    $id2 = $_GET['yourID2'];
    $id3 = $_GET['yourID3'];

    Does that answer your question..??
    Signature

    DIPPEC - PHP Script for Selling Digital Products with Paypal. No more monthly SaaS fees. No more commission fees. Keep it all for yourself (except for Paypal fees).

    Free Pricing Table Builder

    {{ DiscussionBoard.errors[101098].message }}

Trending Topics