data-auto-track="false" and sending the data yourself. See Tracker Configuration.
Functions
Pageviews
Tracks a page view.hostname: Hostname of serverlanguage: Browser languagereferrer: Page referrer- screen`: Screen dimensions (eg. 1920x1080)
title: Page titleurl: Page urlwebsite: Website ID (required)
website, url and title. If you want to include existing properties, pass in a function:
Events
Tracks an event with a given name.Event Data
Tracks an event with dynamic data.Event Data Limits
Event Data can work with any JSON data. There are a few rules in place to maintain performance.- Numbers have a max precision of 4.
- Strings have a max length of 500.
- Arrays are converted to a String, with the same max length of 500.
- Objects have a max of 50 properties. Arrays are considered 1 property.