Shopify web analytics installation
- 1
Open theme editor
RequiredIn your Shopify admin, go to Online Store > Themes. Click Actions > Edit code on your current theme.
- 2
Add the PostHog snippet
RequiredOpen
theme.liquidand paste the following code just before the closing</head>tag:theme.liquidClick Save.
- 3
Send events
RecommendedClick 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:
JavaScriptSee the Shopify integration docs for tracking checkout events and revenue.
- 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.