RE: Tracking Advertising Performance

cgchris99 <[email protected]> 14 Aug 2003 14:26:29 -0000
Newsgroups gmane.comp.web.oscommerce.tips
Message-ID <7848581dbdce388c118773b80fac3a61@osCommerce-Forums>
This message was sent from: Tips and Tricks
http://forums.oscommerce.com/viewtopic.php?p=213729#213729
----------------------------------------------------------------

Ad tracker doesn't seem to be working perfectly.  I have tested creating accounts from my google ads but it doesn't always show the Ad in the customer file.

So I put in some code in the default.php, create_account.php & default.php

Right under <body
I put <?php print "<!-- $advertiser -->"; ?> 

Now when I get the link to my page, I view the source and can see my "Advertisement code" that I placed.

However, when I go to create_account the $advertiser shows a blank.

I thought      tep_session_register('advertiser');     which is in application top, causes the $advertiser to stay available or global to all php files?

Thanks for any advice