Versions Compared

Key

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

...

To check whether a visitor has a Facet applied, call the send2crm Send2CRM library function:

Code Block
languagejs
if (send2crm.personalization.hasFacet('VIP_VISITOR')) {
  // Do something special.
}

...

Facets are recorded against the visitor, and never removed once applied. They are also sent to the send2crm Send2CRM service for Identified Visitors and synchronized across different browsers.

...

If the personalizationCookie setting is enabled, send2crm Send2CRM will automatically populate a cookie named send2crm with the values of all Facets separated by pipe (|) characters. e.g.:

...