Configure data collection schema-requirements
To be able to get feedback on event types other than decision events, you must set the correct value for each event type in an experience event that is sent into Adobe Experience Platform.
Below are the schema requirements you need to implement into your JavaScript code.
Track impressions track-impressions
Make sure the following fields are configured correctly:
Experience event type: decisioning.propositionDisplay
propositionEventType: _experience.decisioning.propositionEventType.display
Source: Web.sdk/Alloy.js (sendEvent command -> xdm : {eventType, interactionMixin}) or batch ingestion
| code language-json |
|---|
|
Track clicks track-clicks
Make sure the following fields are configured correctly:
Experience event type: decisioning.propositionInteract
propositionEventType: _experience.decisioning.propositionEventType.interact
Source: Web.sdk/Alloy.js (sendEvent command -> xdm : {eventType, interactionMixin}) or batch ingestion
Each offer within a proposition includes a tracking token, which is a unique identifier generated by Adobe. This token must be passed exactly as received — without alteration — in the corresponding click or impression event. Matching tracking tokens ensure that Adobe can precisely associate the user action with the correct offer decision, enabling downstream reporting and AI-based optimization.
propositionAction.tokens field when tracking clicks, the click events will not be properly attributed to the corresponding offer. This will result in incomplete tracking data and will negatively impact reporting and AI-based ranking optimization. Always ensure that you include the tracking token from the proposition in your click tracking implementation.| code language-json |
|---|
|
Track custom events track-custom-events
For custom events, the schema used in the dataset must also have the Experience Event - Proposition Interactions field group associated with it, but there is no specific requirement on the experience event type that must be used to tag these events.