This topic is locked

google analytics

4/2/2010 2:33:19 PM
PHPRunner General questions
M
mdorren author

Hi,

How would I put header content (metadata,google analytics,etc..) in the generated html of phprunner?

Sergey Kornilov admin 4/5/2010

You can paste Google Analytics code to the footer file (Visual Editor->Footer).

M
mdorren author 4/5/2010



You can paste Google Analytics code to the footer file (Visual Editor->Footer).



Doesn't that mean that it would show up in all the files?

Sergey Kornilov admin 4/6/2010

Yes

M
mdorren author 4/6/2010



Yes



That being the case, How would I put specific "header" scripts for individual pages?

Sergey Kornilov admin 4/6/2010

Header and footer are common and appear on all pages. If you need to use something custom for each page paste code directly to each page source in HTML mode.

M
mdorren author 4/6/2010



Header and footer are common and appear on all pages. If you need to use something custom for each page paste code directly to each page source in HTML mode.



Sorry to be so thick, but if I paste the code to the html templates will they generate accordingly with the output html after building?
Thanks

Sergey Kornilov admin 4/6/2010

I'm not 100% sure understand what you saying.
Give it a try to see if it works. That's the best way to know.