Smartlook Destination
Destination Info
- Accepts Identify and Track calls.
- Refer to it as Smartlook in the Integrations object
- This integration is partner owned. Please reach out to the partner's support for any issues.
Components
Smartlook is a product analytics tool for websites and mobile apps offering visitor recordings, heatmaps, conversion funnels and automatic event tracking.
This destination is maintained by Smartlook. For any issues with the destination, contact the Smartlook Support team.
- From the Segment web app, click Catalog.
- Search for "Smartlook" in the Catalog, select it, and choose which of your sources to connect the destination to.
- Enter the "Project Key" into your Segment Settings UI which you can find from your project settings after clicking the Tracking code link.
Your changes appear in the Segment CDN in about 45 minutes, and then Analytics.js starts asynchronously loading Smartlook's recording snippet onto your page.
Segment transforms Identify calls and sends them to Smartlook's identify method. An example call would look like:
1analytics.identify('userId123', {2email: 'john.doe@example.com'3});
Segment transforms Track calls and sends them to Smartlook's track method. An example call would look like:
1analytics.track('banner_impression', {2bannerName: 'sample_ad'3});
Segment lets you change these destination settings from the Segment app without having to touch any code.
You can retrieve your Project Key from your Smartlook Project Settings after clicking the Tracking code link.