Versions Compared

Key

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

CPD Integration for Experify

...

  • identifying flaws in your Experify integration

  • tracking the effectiveness of your Experify offering

  • augmenting visitor data for improved targeting

The below documentation describes the technical integration of this functionality.

...

Initialize the global ExperifyApi object. This object must be initialized before any handlers (see below) are registered.

Code Block
languagejs
ExperifyApi = window["ExperifyApi"] || [];

...