Incoming tracking code not working

Our support will answer all your general questions here.

Moderator: Rock

Post Reply
vicotnic
Posts: 6
Joined: Sat Jan 03, 2015 11:39 pm

Incoming tracking code not working

Post by vicotnic »

Hi!

I try to use include("/FULL/PATH/TO/public_html/your_te3_directory/in.php");
in my header.php file (using Wordpress) between the <HEAD> tags.
But the only thing that happens, it display that line as a text on the top of
the site.
texpert
Site Admin
Posts: 719
Joined: Sat Mar 14, 2009 5:54 pm

Re: Incoming tracking code not working

Post by texpert »

Hello,

try
<?php include("/FULL/PATH/TO/public_html/your_te3_directory/in.php"); ?>

and don't forget to replace the full path with yours.


best regards,
Alex
vicotnic
Posts: 6
Joined: Sat Jan 03, 2015 11:39 pm

Re: Incoming tracking code not working

Post by vicotnic »

texpert wrote:Hello,

try
<?php include("/FULL/PATH/TO/public_html/your_te3_directory/in.php"); ?>

and don't forget to replace the full path with yours.


best regards,
Alex
If I enter <?php include("/public_html/girls2go2/tex3/in.php"); ?>

Can that be correct? girls2go2.com is my site and tex3 is a subdirectory for TradeExpert in
that directory
texpert
Site Admin
Posts: 719
Joined: Sat Mar 14, 2009 5:54 pm

Re: Incoming tracking code not working

Post by texpert »

Yes that's correct, if this is your path.
Post Reply