Added Dimensions of Start Date and End Date across Campaign, Advertiser, & Placement

35 views
Skip to first unread message

Aiden Doti

unread,
Nov 8, 2024, 9:44:18 AM11/8/24
to Google's Campaign Manager 360 API Forum
Hi,

I am working with CM360 data in Looker Studio to create pacing dashboards. It would be great to have start date and end date in the API since it is a native field in CM360.

Thanks,
Aiden

DCM API (DoubleClick Campaign Mgr)

unread,
Nov 8, 2024, 3:28:50 PM11/8/24
to google-doubleclick-...@googlegroups.com

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:

  • A detailed description of the issue you are experiencing.
  • Your DCM Account ID.
  • Complete JSON request and response logs.
  • Any error screenshots (if applicable).

You can send the details via Reply privately to the author option, or direct private reply to this email.
 

This message is in relation to case "ref:!00D1U01174p.!5004Q02vGirG:ref" (ADR-00274848)

Thanks,
 
Google Logo DCM API Team


Aiden Doti

unread,
Nov 12, 2024, 10:51:14 AM11/12/24
to Google's Campaign Manager 360 API Forum
Thank you for your response. I was hoping to get fields added to the API that I think should be in the connection.
I specifically looking at the API from CM360 to Looker Studio.
Start Date (of campaign), and End Date (of campaign) are large pieces of information in Cm360 that I think would contribute to analysis if added to the API. 

Let me know if there is another team I should reach out to.

DCM API (DoubleClick Campaign Mgr)

unread,
Nov 12, 2024, 4:21:18 PM11/12/24
to google-doubleclick-...@googlegroups.com

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

unread,
Nov 13, 2024, 5:10:13 PM11/13/24
to DCM API (DoubleClick Campaign Mgr), google-doubleclick-...@googlegroups.com, Tanner Oxner, Whitney Milovic
Hi,

Thank you for the response! Are you able to provide the example you made on your own? It would be helpful to see exactly what that example is. 

Also we have those parameters in place in CM360 and was wondering if this will still work if the campaign is only 1x1 placements and if there are other URLS being assigned to placements as well?

CCing my media team for any other questions as well.

Thanks,

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.

DCM API (DoubleClick Campaign Mgr)

unread,
Nov 13, 2024, 8:49:40 PM11/13/24
to aiden...@adswerve.com, whitney...@adswerve.com, tanner...@adswerve.com, google-doubleclick-...@googlegroups.com

Hi,

Please find my responses to each of your queries below here:

  • Request for an Example: As requested, I'm providing a concrete example with request and response for the campaign setup. Please find the details below. This should help clarify the setup and you can add more parameters for your use case.
{

  "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"

}


  • CM360 Setup with 1x1 Placements and Multiple URLs: Regarding your question about the 1x1 placements, as the specified size is available in the CM360 API documentation, this setup should work without any issues. You can use 1x1 placements in your campaign, and the system will support them. Additionally, here is the CM360 API documentation for placement creation resources you can use: CM360 API Documentation.
I hope this helps!
Reply all
Reply to author
Forward
0 new messages