I have this header redirect and would like to add GA tracking code to this. Where should I put GA code ?
PHP Header Redirect & Google Analyst Tracking
5
I have this header redirect and would like to add GA tracking code to this. Where should I put GA code ?
<?php
$ref=$_GET(key)
header( 'Location: http://www.mydomain.com/?key=$ref' ) ;
?>
Depending on $ref from url, the script redirect to the relevant URL. How can I add some tracking to track keywords conversions etc?
Thanks
<?php
$ref=$_GET(key)
header( 'Location: http://www.mydomain.com/?key=$ref' ) ;
?>
Depending on $ref from url, the script redirect to the relevant URL. How can I add some tracking to track keywords conversions etc?
Thanks
- kaido
- senderbot
- davidsbain
Next Topics on Trending Feed
-
5