Getting Started with Sherlock
Read below for an overview of the Sherlock API and tracking script.
The Sherlock Javascript tracking script and REST API can be used to send product engagement data to your Sherlock account.
Prerequisite
In order to use this API, you must have an active Sherlock account and custom API key.
The 3 main calls
The API and tracking script has three main calls. They include:
IDENTIFY CALL
The .identify
call is used to identify your users and assign specific user traits.
GROUP CALL
The .group
call is used to assign users to specific accounts and to create account-level traits.
TRACK CALL
The .track
call is used to record specific user actions (ie - events).
Updated about 4 years ago