This topic is locked

How to Add Google Analytics Code

7/30/2013 7:49:43 AM
PHPRunner General questions
H
herb200mph author

Into which file, and at what location, can the Google Analytics code be inserted.
We have the standard GA "script" and need to include the code into where?
Our default opening page is the "login" page, not a "menu" page.
There are no "recent" posts in the forum relative to this question.
Assistance would be appreciated.

N
nohope4you 7/30/2013

I would put it in the <head> section in visual editor on the login page. If you want to track multiple pages you may want to make a php file in the custom file section on the editor tab and then use php include to insert it into the head of any page you'd like using the php code snippet function. You could also have your landing page be another page altogether that has it in the head of that page and it then redirects to your login immediately if you didn't want anything in phprunner at all.



Into which file, and at what location, can the Google Analytics code be inserted.
We have the standard GA "script" and need to include the code into where?
Our default opening page is the "login" page, not a "menu" page.
There are no "recent" posts in the forum relative to this question.
Assistance would be appreciated.