Tracking and consent
Adding your analytics or advertising tags to the blog, the events emitted, and how consent is handled.
On this page
Your blog can carry your own tags alongside Blogged's own analytics.
Supported providers
| Provider | Category |
|---|---|
| Google Analytics | analytics |
| Google Tag Manager | analytics, and advertising if your container carries it |
| Meta | advertising |
| advertising | |
| TikTok | advertising |
Add the identifier in Project settings under Tracking. No code to paste.
Events
Blogged emits four events, so a funnel can be built without custom work:
| Event | Fires when |
|---|---|
page_view | A page is viewed |
cta_click | A reader clicks a call to action |
lead_submit | A reader submits a lead capture form |
subscribe | A reader subscribes |
Consent
Consent is handled per category rather than as one switch. Advertising and analytics storage start denied and are granted only when a reader consents, which is the behaviour Google's consent mode expects.
Custom code
Custom head and body snippets are available for anything not covered by the providers above. What you put there runs on your public blog, so treat it with the same care as code on your product site.