TV202 Prosper202 Tracking202 Export202 WorldProxy202 Meetup202 | Blog Forum Newsletter Twitter | Advertise
Login · Register
Home About Docs Scripts Blog Forums Hosting Donate Download
Before Posting, Have You Read the FAQ? And Have You Searched? If Not Please Do!

How to get Tracking Sub ID

Post new topic Reply to topic Prosper202 Forum Index » Tracking202 General Discussion
New Posts Search Forum
Author Message
rafaelmarcano


Joined: Aug 11th, 2009
Posts: 3

Post Posted: Sep 6th, 2009 at 7:15pm Post subject: How to get Tracking Sub ID Reply with quote

Hello,

I am currently using a Landing Page I got from one of my merchants.

Apart from the normal outgoing links,this landing page also has an embedded iframe with various links.

Each of those links go to a different page on the merchant site so I cannot track those links using T202. But the iframe code does allow for subIDs to be inserted.

If I cannot track CTR and other stuff through those links, I still would like to be able to at least get the T202 code and pass it to the links in the iframe as campaign ids so I can track the converting KW and ad.

Is there any way to grab the t202 id so I can echo it back as a PHP variable to the iframe code?

Thanks!

Rafael

Back to top
SteveG
Website


[ Moderator ]

Joined: Jun 13th, 2008
Posts: 119

Post Posted: Sep 10th, 2009 at 5:14am Post subject: Re: How to get Tracking Sub ID Reply with quote

You could try this:

<? echo $_COOKIE['tracking202outbound']; ?>

wherever you want to insert your T202 id.

Back to top
rafaelmarcano


Joined: Aug 11th, 2009
Posts: 3

Post Posted: Sep 14th, 2009 at 10:47pm Post subject: Re: How to get Tracking Sub ID Reply with quote

Thanks SteveG!

Will a single ID track converting KW and ad? I cant seem to get this to work for some reason.

Back to top
rafaelmarcano


Joined: Aug 11th, 2009
Posts: 3

Post Posted: Sep 19th, 2009 at 2:10pm Post subject: Re: How to get Tracking Sub ID Reply with quote

OK I just got back in trying to solve this.

SteveG's solution actually echos the whole outbound URL like this:

http://redirect.tracking202.com/pci/46500xxxxx

I only want to insert the t202 id in to my iframe outgoing URL:

www.merchanturl.com/index.php?page=sale&subid=myt202number

Is there any way to do that?

Thanks!

Rafael

Back to top
forthelo


Joined: Apr 26th, 2008
Posts: 49

Post Posted: Nov 18th, 2009 at 6:19pm Post subject: Re: How to get Tracking Sub ID Reply with quote

Hey rafaelmarcano, Did you manage to figure out a solution? If so do you mind posting it?

Back to top
forthelo


Joined: Apr 26th, 2008
Posts: 49

Post Posted: Nov 20th, 2009 at 4:56pm Post subject: Re: How to get Tracking Sub ID Reply with quote

Anybody interested in tackling this? Im willing to pay for your time & publishing it for everything else that needs.

Back to top
bumblebee
Skype AIM


Joined: May 21st, 2009
Posts: 20

Post Posted: Dec 3rd, 2009 at 3:33am Post subject: Re: How to get Tracking Sub ID Reply with quote

I happened to come across this thread. Steve G was slightly mistaken. The correct thing to do is:

<? echo $_COOKIE['tracking202subid']; ?>

Spot the difference :)

(What Steve G gave was the outbound link)

Back to top
Post new topic Reply to topic Page 1 of 1

Creative Commons License This work (Prosper202, Tracking202 and Export202) is licensed under a
Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.