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 event type and source are as follows:
Experience event type: decisioning.propositionDisplay
Source: Web.sdk/Alloy.js (sendEvent command -> xdm : {eventType, interactionMixin}
) or batch ingestion
code language-none |
---|
|
Track clicks track-clicks
Make sure the event type and source are as follows:
Experience event type: decisioning.propositionInteract
Source: Web.sdk/Alloy.js (sendEvent command -> xdm : {eventType, interactionMixin}
) or batch ingestion
code language-none |
---|
|
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.
- POST /ee/v2/interact
- POST /ee/v2/collect