...
Code Block | ||
---|---|---|
| ||
// Set a new identifier for the current visitor.
// Will result in an immediate (async) update if changed.
send2crm?.analytics?.visitor?.setIdentifier(visitorId);
// Test whether the current visitor is identified.
if (send2crm?.analytics?.visitor?.isIdentified()) { ... } |
...