Feeder traffic tracking and Multi page layout

Our support will answer all your general questions here.

Moderator: Rock

Post Reply
maksimovich
Posts: 10
Joined: Tue Sep 15, 2009 5:10 pm

Feeder traffic tracking and Multi page layout

Post by maksimovich »

Hi All!

I've Multi page layout for handle "bad" counties. The doc say that in the php I must use for multipage layout:

Code: Select all

<? include "/var/www/yoursite/te/te_redirect.php"; ?>
Okay, But now I want also use "Feeder traffic tracking", because I trade with some one who also send traffic to me over traffic company.
But, in the doc:
9. In order to get feeder tracking to work properly, you must use these tags:

PHP tracking ready for feeder:

Code: Select all

<? $qs=getenv("QUERY_STRING"); virtual("/cgi-bin/te/in.cgi?p=default&$qs"); ?>
So, how I should handle this?
How use these two features at the same time in the php pages?

Thank you!
texpert
Site Admin
Posts: 719
Joined: Sat Mar 14, 2009 5:54 pm

Re: Feeder traffic tracking and Multi page layout

Post by texpert »

Hi,

even if you are using te_redirect.php tracking method, you can track feeder traffic exactly the same. It works for te_redirect.php too ,i updated manual as well.
Post a message if you will get it to work please.

regards,
Jim
maksimovich
Posts: 10
Joined: Tue Sep 15, 2009 5:10 pm

Re: Feeder traffic tracking and Multi page layout

Post by maksimovich »

Yes, it works!
Thank you!
Post Reply