Hi,
Thank you for reaching out to the DCM API support team.
Please note that Looker Studio is out of the scope of support for the CM360 API, as we specialize in providing assistance with technical queries and issues specifically related to the DCM API.
Regarding your mention of "start date" and "end date" as native fields in CM360, could you please clarify exactly what you’re looking for from the DCM API team? Are you encountering any issues while retrieving or working with these fields via the API?
To help us investigate further, kindly share the following information:
You can send the details via Reply privately to the author option, or direct private reply to this email.
![]() |
DCM API Team |
Hi,
I understand you're looking for the Start Date and End Date fields for campaigns in the CM360 API to improve analysis in Looker Studio. After reviewing the CM360 API documentation, I can confirm that both Start Date and End Date are already available as part of the campaign resource. You can find the relevant documentation here: Campaign Resources.
To assist further, I replicated your request by creating a sample campaign with these fields, and I received a successful response. However, during the setup, I noticed that certain fields are mandatory when creating campaigns. Specifically, defaultLandingPageId, name, and advertiserId must be provided. If any of these fields were overlooked, it may explain why you’re not seeing the expected data.
Please ensure that all mandatory fields, including the Landing Page URL, are included when creating your campaigns. If you continue to encounter any issues or need further assistance, feel free to reach out.
Aiden Doti
Platform Specialist 2
--
You received this message because you are subscribed to a topic in the Google Groups "Google's Campaign Manager 360 API Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-doubleclick-for-advertisers-api/aSbpH76ZWN8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-doubleclick-for-ad...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/google-doubleclick-for-advertisers-api/LZMVS000000000000000000000000000000000000000000000SMUWNC00a_XmCTBBRa2a7ZdyqiZv8w%40sfdc.net.
Hi,
Please find my responses to each of your queries below here:
{
"accountId": "Your account ID",
"advertiserId": "Your advertiser ID",
"startDate": "2024-11-13",
"endDate": "2025-11-13",
"defaultLandingPageId": "Your default landing page ID",
"name": "campaign_name"
}
{
"id": "Campaign_ID",
"accountId": "Account_ID",
"advertiserId": "Advertiser_ID",
"advertiserGroupId": "Advertiser_Group_ID",
"name": "Campaign_name",
"archived": false,
"startDate": "Start_Date",
"endDate": "End_Date",
"clickThroughUrlSuffixProperties": {
"overrideInheritedSuffix": false
},
"defaultClickThroughEventTagProperties": {
"overrideInheritedEventTag": false
},
"creativeOptimizationConfiguration": {
"optimizationModel": "CLICK",
"id": "Optimization_ID"
},
"kind": "dfareporting#campaign",
"createInfo": {
"time": "Timestamp"
},
"lastModifiedInfo": {
"time": "Timestamp"
},
"idDimensionValue": {
"dimensionName": "campaignId",
"value": "Campaign_ID",
"kind": "dfareporting#dimensionValue",
"etag": "ETag_value"
},
"advertiserIdDimensionValue": {
"dimensionName": "advertiserId",
"value": "Advertiser_ID",
"kind": "dfareporting#dimensionValue",
"etag": "ETag_value"
},
"adBlockingConfiguration": {
"enabled": false
},
"defaultLandingPageId": "Landing_Page_ID"
}