Archived topic
How do I add Google Analytics and Webmaster Tools tracking?
1 reply · Started by Michael on July 15, 2021
How do I add Google Analytics and Webmaster Tools tracking?
Michael
Hi there,
you can use the Hook Element:
https://docs.generatepress.com/article/hooks-element-overview/
These are the hooks required from the various parts of the site that analytics code would use:
Code in header use wp_head hook.
Code after opening body tag use wp_body_open
Code in the footer ie. before closing body tag use: wp_footer
Heres an example of adding Google Tag Manager:
https://docs.generatepress.com/article/implement-google-tag-manager/