Page 1 of 1

Feeder traffic tracking and Multi page layout

Posted: Fri Oct 23, 2009 1:02 pm
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!

Re: Feeder traffic tracking and Multi page layout

Posted: Wed Oct 28, 2009 9:05 pm
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

Re: Feeder traffic tracking and Multi page layout

Posted: Mon Nov 02, 2009 9:03 am
by maksimovich
Yes, it works!
Thank you!