Bearer authentication of the form Bearer <token>
, where token is your auth token.
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
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.