performance
Interface to get the project performance for a given period on a day-by-day basis
get
Returns the performance of all campaigns within the project on a day-by-day basis, where at least one campaign was active. For each individual day, the number of campaigns run and the number of conversions on each device is returned.
/2.0/performance/get/[date-from]/[date-to]/[format]
- The
fdate-fromdefines the start date in the formYYYMMDD fdate-todefines the end date in the formYYYMMDDformatdefines the format of the returned data, options:JSON,XMLorCSV
Return Values:
| day | Date format YYYYMMDD |
| desktop | Number of campaigns displayed on desktop |
| mobile | Number of campaigns viewed on mobile |
| desktop_conv | Number of conversions on desktop |
| mobile_conv | Number of conversions on mobile |
Response Status:
| HTTP | Status |
| 200 | List was successfully returned |
| 204 | List does not contain data or time interval is invalid |
| 400 | Invalid or incomplete request |