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 | ||
---|---|---|
| ||
{ "browser_id": "b232d9b0-6a8a-44aa-97dc-338fff66a4ed", "channel": "WEB", "type": "CDP4SGOALCDPGOAL" "language": "EN" "pointOfSale": "cdp4s.local" "extGoal": { "name": "My Goal Name", "value": 10 } } |
...