Documented API allows advertising agencies to obtain statistics about their advertising campaigns.
| id required | string Agency client ID. | 
| types | Array of strings  unique  Items Enum: "SPONSORED_OFFER" "GRAPHIC_AD"  Campaign types with items. | 
| statistics.gte required | string <date>  The lower bound of date time range from which statistics will be collected. Date cannot be older than 13 months. Format (ISO 8601) - yyyy-MM-dd. | 
| statistics.lte required | string <date>  The upper bound of date time range from which statistics will be collected. Date cannot be younger than yesterday (ISO 8601) - yyyy-MM-dd. | 
{- "sponsoredOffers": [- {- "campaign": {- "id": "ZTBlYzY4OTEtZmViYS00NThiLWExZGYtMjE5MGRjN2I1ODhjAA",
- "name": "Christmas campaign"
 },
- "adGroup": {- "id": "NjU0MzM4MWMtNGU2OS00MTNhLWFhOTItMjAxYTQ4NzY1MzQ2AA",
- "name": "Christmas ad group"
 },
- "ad": {- "id": "vLA0tco-hEFR9cq4tKW_ig",
- "name": "iPhone 13",
- "offerId": "10000000045"
 },
- "dayData": [- {- "day": "2022-02-15",
- "data": {- "interest": 0,
- "clicks": 0,
- "totalCost": "0",
- "views": 0,
- "ctr": "0",
- "totalAttributionCount": 0,
- "totalAttributionValue": "0",
- "effectiveCpc": "0",
- "rateOfReturn": "0"
 }
 }
 ]
 }
 ],
- "graphicAds": [- {- "campaign": {- "id": "ZTBlYzY4OTEtZmViYS00NThiLWExZGYtMjE5MGRjN2I1ODhjAA",
- "name": "Christmas campaign"
 },
- "adGroup": {- "id": "NjU0MzM4MWMtNGU2OS00MTNhLWFhOTItMjAxYTQ4NzY1MzQ2AA",
- "name": "Christmas ad group"
 },
- "ad": {- "id": "vLA0tco-hEFR9cq4tKW_ig",
- "name": "iPhone 13"
 },
- "dayData": [- {- "day": "2022-02-15",
- "data": {- "interest": 0,
- "clicks": 1,
- "totalCost": "72",
- "views": 1000,
- "ctr": "0",
- "totalAttributionCount": 0,
- "totalAttributionValue": "0",
- "effectiveCpm": "0",
- "rateOfReturn": "0",
- "uniqueReach": 5,
- "attributedToCoreValue": "1023.05"
 }
 }
 ]
 }
 ]
}