page()
, track()
and identify()
methods which can be used via the useAnalytics hook or via the window object of the browser for example in a Tag Manager.Next.js
an <AutoTracker />
is prebuilt.useNinetailed
hook provides the event tracking functions inside your React components. This is very handy if you want to send events from your code.referrer
, url
, user-agent
and other properties to be consumed by the API. signup
or registered_for_newsletter
.firstname
, age
or anything you want to personalize the content even more.page()
, track()
and identify()
functions to the window object. That way you can also access them from a Tag Manager. We recommend sending pageviews directly from the code as soon as the SDK is initialized so the personalizations are not delayed.