Hello,
i'm trying to push/create placements in CM360 via AppScript but I keep on hitting the same error:
"API call to dfareporting.placements.insert failed with error: 11022 : Placement start date must be before or same as end date."
While my dates are correct... see log:
Placement Body for row 2: {
"name": "IN25789012_2025W48_LittleLions-20250002_Awa_OpenWeb_BHV_300x600_DBIG_FR-Topic-Custom",
"campaignId": 34537951,
"siteId": 4097858,
"advertiserId": "10807808",
"size": {
"width": 300,
"height": 600
},
"compatibility": "DISPLAY",
"startDate": "2025-11-18",
"endDate": "2025-12-31",
"paymentSource": "PLACEMENT_AGENCY_PAID",
"pricing": {
"pricingType": "PRICING_TYPE_CPM",
"rate": 10,
"units": 1000,
"startDate": "2025-11-18",
"endDate": "2025-12-31"
},
"tagFormats": [
"PLACEMENT_TAG_STANDARD"
]
}
Note that the date are also within the campaign date range, so no problem there.
Anything I'm missing ?
Cheers !