Home > Other Systems (CPVLab, iMobiTrax, P202, Track Revenue, Click, Google Analytics, etc.) > Normal Prosper202

LI, T202, and Clickbank (7)


09-10-2012 08:38 AM #1 afilia320 (Member)
LI, T202, and Clickbank

Hi everyone,

I'm trying to promote a clickbank product via PPV.

What I'm trying to figure out:

Clickbank lets you attach a "tracking id", tid at the end of your offer link (that takes the user to the offer).

In this form:

http://zzzzcodecodecode.hop.clickbank.net/?tid=.$referer.

Since Clickbank doesn't have conversion pixels etc I need to think of a way to add the referer to the clickbank report, the only way to do this that I know of is with the famous TID

Initially and ideally my user would see my pop up from Leadimpact.

So it should be something like this:

http://www.mydomain.com/landerforcli.../offer.php?c1=KEWYWORD

On the top of my lander's code:

I would assign a name to my referer

Code:
 <?
$referer= $_GET['c1'];
.
.
?>
My problem:

This tid can only be numbers and letters no punctuation or any other character allowed. So, I must figure out a way to figure how to insert the last part of the referer. Example www.wallmart.com/whatever/productX.php

Then hopefully take "wallmart&productX" as my TID (keyword). This will come up in my clickbank reporting,

So When I start seeing the conversions on clickbank I would know it came from the keyword that contains wallmart domain and productx.

Does anyone here have an idea how to do this?


09-10-2012 08:58 AM #2 dario (Member)

If you use prosper202, the subids sent to clickbank are simply numbers


09-10-2012 09:05 AM #3 afilia320 (Member)

Thank you Dario, so, there's no need to capture the Keyword from LI?

What would you pass on to clickbank? The t202kw i guess, but what value would you assign to it?

Thanks!


09-10-2012 09:25 AM #4 zeno (Administrator)

http://stmforum.com/forum/showthread...ersion-soon%29

That is all.


09-10-2012 09:54 AM #5 dario (Member)

Quote Originally Posted by afilia320 View Post
Thank you Dario, so, there's no need to capture the Keyword from LI?

What would you pass on to clickbank? The t202kw i guess, but what value would you assign to it?

Thanks!
- Setup a campaign in p202 (should be like this http://qwerty123456.hop.clickbank.net/?tid=[[subid]] )
- Get the tracking link from p202 (something like http://yourtrackingdomain/trackingpa...d=5284&t202kw= )
- Create a new campaign in LI and add %keyword% at the end of your link ( http://yourtrackingdomain/trackingpa...02kw=%keyword% )
- In clickbank tracking you see only numbers
- In p202 you can read the real subid


09-10-2012 09:55 AM #6 nickster (Member)

Contact the product owner and get them to place the pixel, 9/10 times they will do it.


09-10-2012 10:10 AM #7 afilia320 (Member)

Big thanks to all! Time to get this campaign up!


Home > Other Systems (CPVLab, iMobiTrax, P202, Track Revenue, Click, Google Analytics, etc.) > Normal Prosper202