getid Plugin
Retrieve the Lytics Seer ID asynchronously
getid plugin
getid pluginRetrieve the seer ID asynchronously
| LIO |
|---|
namespace getid |
| seer ID utility |
Config
uuid- OptionalfunctionThe factory to use foruuid(v4 by default)useSimpleUid- Optionalbooleanuse a "simple" (weak) identifier instead ofuuidgetter- Optionalfunctionto get the id in some other way (e.g. to avoid dropping a cookie)
Concepts
"Seer ID"
The Seer ID is a unique identifier for each visitor of a site. This ID is used for data collection and to retrieve the entity.
API
getid(callback: IdCallback): void
getid(callback: IdCallback): voidRetrieve the Seer ID asynchronously
Events
| Event | Fires when | Payload |
|---|---|---|
getid | When the Seer ID is available | The seer id |
Updated 13 days ago
