Create Attribution Events
Call this endpoint to send attribution events made by a single enrolled user for processing. A maximum of 100 events can be included in a single request.
Required scopes: attributions:write
Call this endpoint to send attribution events made by a single enrolled user for processing. A maximum of 100 events can be included in a single request.
Required scopes: attributions:write
Bearer authentication of the form Bearer <token>, where token is your auth token.
Discriminated union representing the request body for submitting attribution events.
Use type to distinguish between the two:
offerAttribution: Events related to viewing or interacting with an offer.notificationAttribution: Events related to viewing or interacting with a notification.