Google Tag Manager web analytics installation
- 1
Create a custom HTML tag
RequiredGoogle Tag Manager (GTM) lets you manage tracking scripts without code changes. You can add PostHog to your site using a custom HTML tag.
- Log into your Google Tag Manager account and open your container.
- Click Tags > New > Tag Configuration > Custom HTML.
- Paste the following code:
Custom HTML Tag - 2
Configure the trigger
Required- Under Triggering, select All Pages to load PostHog on every page.
- Save the tag, then click Submit to publish your changes.
Once published, PostHog will automatically capture pageviews, clicks, and other events on your site.
- 3
Send events
Click around and view a couple pages to generate some events. PostHog automatically captures pageviews, clicks, and other interactions for you.
If you'd like, you can also manually capture custom events:
JavaScript - 4
Next steps
RecommendedAfter installing PostHog and ensuring autocapture is enabled, head to your web analytics dashboard to see your data. And then check out our getting started guide.
PostHog tip: Web analytics works with anonymous events. This means if you are primarily using PostHog for web analytics, it can be significantly cheaper for you.