advertiser/report/demand-detail
The demand transaction detail report resource displays all the demand transactions within a given year time frame.
This report is only available to advertisers who have demand tracking enabled.
| GET | ||||
|---|---|---|---|---|
| Request Parameters | ||||
| Parameter | Description | Possible Values | Default | Required? |
| startDate | A valid date string in the ISO 8601 date format; any timestamp information that is present will be ignored | yyyy-mm-dd | N/A | Yes |
| endDate | A valid date string in the ISO 8601 date format; any timestamp information that is present will be ignored PLEASE NOTE: The period of time formed by the start date and the end date must not exceed 1 year |
yyyy-mm-dd | N/A | Yes |
| groupId | Publisher group id | * 123 | N/A | No |
| publisherId | Publisher id | * 123 | N/A | No |
| orderId | Order id | * Any generic string | N/A | No |
| transactionType | Transaction type | sale, lead, bonus, click | N/A | No |
| Response Fields | ||||
| Field | Description | Notes | ||
| publisher_id | Publisher id | |||
| order_id | Order id | |||
| transaction_type | Transaction type | |||
| link_type | Link type | |||
| sale_date | Sale Date | |||
| commission | Commission amount | |||
| sale_amount | Sale amount | |||
| publisher | Publisher name | |||
| company | Company | |||
| url | Website URL | |||
| group_id | Publisher group id | This field will be displayed only if groupId parameter is provided | ||
* Values shown are placeholder values. Please replace with actual data.