v1
latestOpenAPI 3.0.02026-07-2496664456.3 KBReport
Create a new report.
Create a new report of a specific AdAccount.
post/cm/v1/reports
Query parameters
ad_account_idstring required
The AdAccount ID of Campaigns to create the reports.
Request body
Example request
{
"id": "sampleReportId",
"ad_account_id": "sampleAdAccountId",
"date_range": {
"start": "2020-01-01",
"end": "2020-01-02"
},
"dimensions": [
"DATE",
"APP_OR_SITE",
"CAMPAIGN"
],
"created_at": "2020-01-03T03:12:50.124101982Z",
"updated_at": "2020-01-03T03:24:21.109821241Z"
}Response
A successful response.
Example response
{
"id": "newlyCreatedReportId",
"href": "https://api.moloco.cloud/cm/v1/reports/newlyCreatedReportId",
"status": "https://api.moloco.cloud/cm/v1/reports/newlyCreatedReportId/status"
}