Web tracker
Overview
Intempt's Javascript source makes it simple to send your data to any tool without having to learn, test, or implement a new API every time.
The initialized Web SDK source will automatically collect the following events with data-rich properties like URL, referrer, geo-location, and date-time from your website or web app:
- pageviews (page visits)
- clicks (on links)
- form submissions (including the data that was submitted with the form)
Browser support
NOTE: the Web SDK source currently only supports modern browsers, including:
- Chrome 8+
- Android Browser 3+
- Chrome for Android 53+
- Safari 9.1+
- iOS Safari 5.1+
- Firefox 47+
- Opera 15+
- Internet Explorer 10+
How to create a new Web tracker source
Under the Sources object, locate and click on the Add new source button and select the Web tracker source option.

Add a descriptive name for the selected source.

Once the source is configured you will need to add the Intempt tracker snippet to your site. The snippet should be included on every page of your web app. Ideally, it should be placed within the head tag or otherwise be loaded as soon as possible on each page. The Intempt Web SDK is lightweight (under 30KB depending on your configuration).

Updated 3 months ago