renfley Posted May 4, 2011 Share Posted May 4, 2011 Hey guys im a little stumped. My pages has the following links. <a href="?page=yes">Yes</a> to Change content i use <?php if (isset($_GET['page'])) { include ("include/".$_GET['page'].".php"); } else { echo 'Welcome to Liquids Scripts PHP Code repository. Just select the categorie from the top and get all the info required '; } ?> Will this be tracked by google analytics? Any help would be awsome. Link to comment https://forums.phpfreaks.com/topic/235514-google-tracking-on-php-code/ Share on other sites More sharing options...
JKG Posted May 4, 2011 Share Posted May 4, 2011 google js will track visitors to the page if it is inserted to the page properly. google will see the html the php generates. Link to comment https://forums.phpfreaks.com/topic/235514-google-tracking-on-php-code/#findComment-1210447 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.