Retrieving Transaction Data at the Advertiser Level
The transaction ID report allows all advertisers to retrieve the same level of information that is available in Criteo’s Marketing UI. These reports include the ability to report on transactions within a given time period, transactions associated with select or all advertisers in your portfolio, or specific transaction ID’s. Transaction ID reports are available at the following endpoint: Below is an example of the body for the POST call:| Field | Type | Description |
|---|---|---|
| AdvertiserId | ID | ID of the advertiser |
| TransactionId | ID | ID of the transaction |
| TransactionDate | DateTime | Date of the transaction |
| AdsetName | string | Name of the adset |
| AdvertiserName | string | Name of the advertiser |
| EventType | string | Type of event associated to the transactions (click or display) |
| EventDate | DateTime | Date of the event |
| AttributedTransaction | boolean | Transaction attributed to the click or display or not |
| Currency | string | Transaction currency |
| Amount | double | Transaction amount |
| CrossDeviceTransaction | string | X-device or same device transaction |