Versions Compared

Key

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

CDP4S implements simple Goal scoring using a custom event type. To register a Goal, simply send a CDP4SGOAL CDPGOAL event to Sitecore CDP.

Code Block
languagejson
{
  "browser_id": "b232d9b0-6a8a-44aa-97dc-338fff66a4ed",
  "channel": "WEB",
  "type": "CDP4SGOALCDPGOAL"
  "language": "EN"
  "pointOfSale": "cdp4s.local"
  "extGoal": {
    "name": "My Goal Name",
    "value": 10
  }
}

...