Hi,
I need to track sales at the keyword match type level for adwords and I need to place the following php code just above the <html> tag:
<?php
$seedvar=$_GET['id'];
?>
I'm using V1 of Affiliate Site Quick and I know there is a box where I can put this code in the <head> section of the site, but I'm not sure this is the correct place for the code. I don't see the <html> tag in the generated code (although I do see the </html> tag). Where should I be placing this code to make it appear before the <html> tag?
Thanks in advance,
Dave