Education Data Center API
Endpoint
https://api.myadoptimizer.com/api/AdRptAPI?UserToken= {{ User token provided }}dcReport=true&VerticalID= {{ Vertical ID consulted }} &StartDate= {{ yyyy-MM-dd}} &EndDate= {{ yyyy-MM-dd }} // without brackets ({})
*You can find your user token in Account info
Method: GET
Params Names | Data Type | Allowed Values |
---|---|---|
UserToken* | String | XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX |
Version New | Integer | 1, 2 (Default 1) |
dcReport* | Boolean | true |
VerticalID* | Integer | 11 / Education |
StartDate* | Date | yyyy-MM-dd |
EndDate* | Date | yyyy-MM-dd |
*Case sensitive & obligatory values
Example result
[ { "date": "2021-07-01T23:59:58.383", "advertiserName": "Advertiser Name", "marketPlace": "Ad Network", "publiserID": "Publiser ID", "advertiserID": 430, "campaignName": "Campaign name", "adConstraints": [ { "adConstraintName": "Clickout Campaign", "value": "" }, ], "campaignID": 861, "position": 2, "impressions": 1, "clicks": 1, "cpc": 9.2000, "leads": 1, "extClickID": "00000000-0000-0000-0000-000000000000", "baseCPC": 9.2000, "baseCampaignBid": 10.0000 }]
[ { "publisherTotals": { "revenue": 9.2 },
"publisherClickData": [ { "date": "2021-07-01T23:59:58.383", "advertiserName": "Advertiser Name", "marketPlace": "Ad Network", "publiserID": "Publiser ID", "advertiserID": 430, "campaignName": "Campaign name", "adConstraints": [ { "adConstraintName": "Clickout Campaign", "value": "" } ], "campaignID": 861, "position": 2, "impressions": 1, "clicks": 1, "cpc": 9.2, "leads": 1, "extClickID": "00000000-0000-0000-0000-000000000000", "baseCPC": 9.2, "baseCampaignBid": 10.0 } ] }]