v1
latestOpenAPI 3.0.02026-07-2496664456.3 KBReportExport
Create a new report export.
Create a new report export.
post/cm/v1/report-exports
Query parameters
ad_account_idstring required
Ad account ID to which the report-export associated.
product_idstring
Product ID to which the report-export associated.
Request body
Example request
{
"id": "sampleReportExportId",
"badge": "sampleReportExportId#AdAccount:sampleAdAccountId#App:sampleAppId",
"workplace_id": "samplePlatformId",
"ad_account_id": "sampleAdAccountId",
"product_id": "sampleAppId",
"partner": "SINGULAR",
"created_at": "2020-01-03T03:12:50.124101982Z",
"updated_at": "2020-01-03T03:24:21.109821241Z"
}Response
A successful response.
Example response
{
"report_export": {
"id": "sampleReportExportId",
"workplace_id": "samplePlatformId",
"ad_account_id": "sampleAdAccountId",
"product_id": "sampleProductId",
"partner": "SINGULAR",
"created_at": "2020-01-03T03:12:50.124101982Z",
"updated_at": "2020-01-03T03:24:21.109821241Z"
}
}