You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Posthog has a way to automatically implements tracker into a html website by inserting a js component in the head node.
Autocapture
When you call posthog.init the PostHog JS library begins automatically capturing user events:
pageviews, including the URL
autocaptured events, such as any click, change of input, or submission associated with a, button, form, input, select, textarea, and label tags
The question remains on which account should we add this data, into the existing dismoi posthog that already recuperates data from the extension, or should we plan for another?
Posthog has a way to automatically implements tracker into a html website by inserting a js component in the head node.
Autocapture
When you call
posthog.init
the PostHog JS library begins automatically capturing user events:pageviews, including the URL
autocaptured events, such as any
click
,change of input
, orsubmission
associated witha
,button
,form
,input
,select
,textarea
, andlabel tags
Script to add in the header
The question remains on which account should we add this data, into the existing dismoi posthog that already recuperates data from the extension, or should we plan for another?
More info : https://posthog.com/docs/integrate/client/js
The text was updated successfully, but these errors were encountered: