Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
// 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()) { ... }

...