Audience APIUsers
Report a purchase
Report revenue for a purchase made by a user. Send a single object or a `batch` of up to 250.
POST
/v1.0/user/purchaseAuthorization
x-api-key x-date x-signature x-api-key<token>
Your organization API key.
In: header
x-date<token>
Request timestamp as a standard date string (ISO-8601 recommended), fresh within −5s..+60s.
In: header
x-signature<token>
HMAC-SHA256(x-date, secret) as lowercase hex.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v1.0/user/purchase" \ -H "Content-Type: application/json" \ -d '{ "revenue": 49.99, "userId": "user_123" }'Empty
{ "message": "Signature expired"}Get a user's properties
Return all reported properties of a user.
Mark a conversion
Mark a conversion for a user who arrived via a Dynamo deep link. Optionally identify the user with their Dynamo user id and control whether they are excluded from future activity/audience targeting. Returns the known user id if one exists.