Passing a variable to t202kw= in P202 redirect script

mlektra

Banned
Jan 8, 2008
57
1
0
Canada
Hi guys, i'm having a lot of headaches making my tracking work with my dynamic landing page.

First, you have to know that I am promoting a game offer and the offer have different affiliate links for each countries. Actually i am promoting the game in 4 countries.

I am using a landing page that change his language and some content when i change the values in the URL in php.

the link looks like this :

http://www.mydomain.com/test.php?lang=it&source=fb

So it adds or remove content depending on the "source=" and change it's language depending on the value placed "lang=".

The thing is, for example, i will use a adserving network to send traffic there and i must pass some variables in the URL.

the variables are token given by the ad network.

${PUBLISHERID} for the website ID where the visitors come from
${ADID} for the specific AD the visitor clicked on.

There's 2 things here. At first I was thinking to bring them in the URL with specific values like "pubID=" and "adID=" and joined them eventually in the URL destination by the GET function when the people clicked on the "GET YOUR FREE GAME" button on my landing page in a new value like kw=pubID+adID

so evetually in my p202 stats i will see the keyword that made the sale looks something like this :

9980+ad01

But. The thing would be simple if I had 1 offer to promote. But in my landing page ( http://www.mydomain.com/test.php ) there will be always 4 overall offers but depending on what parameters chosen, always ONE availalbe.

SO the question : is it a SIMPLE Landing Page or an ADVANCED landing page?

In the case of a SIMPLE landing page, it's easy to pass the variable.

But if it is a ADVANCED Landing Page, I really don't know how to pass the variables becauseof the redirect script ok prosper202...

ALSO : is there something I can do to solve the problem with the new tokens available in prosper202 ? (c1= c2= c3=...)

thanks for thelp guys!:question4: