Versions Compared

Key

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

...

  • The cookie will get added only if the prospect goes to a page with your tracking code. The tracking code must have this flag set: var ll_is_append_prospect_identifier_cookie = true;
  • In the example below we show the updated website tracking code and cookie inspection. 

Reading the Prospect ID

...

The PID is stored as a browser cookie and encrypted using base64. To read the PID via JavaScript and decrypt it use the following code:

...