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. Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.