Hi, I am following up on this as we are still not seeing any newly created Demand Gen campaigns return in our API data. What we are seeing however are campaigns that were initially setup as Discovery Campaigns return with the Campaign Type 'Demand Gen', but campaigns that have recently been setup net new as a 'Demand Gen' campaign type do not return. Can you confirm this is expected? If so, is there any update on when the new 'Demand Gen' campaign type data will be available via API?
Thank you! Coleen On Thursday, October 26, 2023 at 2:02:36 AM UTC-4 Google Ads API Forum Advisor wrote: > Hi Coleen, > > Thank you for contacting the Google Ads API support team. > > I understand that you want to retrieve the 'Demand Gen' campaign type via > the API. You may use the below sample query with > GoogleAdsService.SearchStream > <https://developers.google.com/google-ads/api/reference/rpc/v15/GoogleAdsService#searchstream> > to > retrieve the data. I would suggest you to check the Report and Optimize > <https://developers.google.com/google-ads/api/docs/discovery/reporting> > document > for more information. You can find Demand gen campaigns > <https://support.google.com/google-ads/answer/13707261> related > information in Create assets and ads > <https://developers.google.com/google-ads/api/docs/discovery/create-campaign#create_assets_and_ads> > under > Discovery Campaign > <https://developers.google.com/google-ads/api/docs/discovery/create-campaign> > document. > > > SELECT > ad_group_ad.ad.id, > ad_group_ad.ad.type, > ad_group_ad.ad.discovery_multi_asset_ad.marketing_images, > ad_group_ad.ad.discovery_multi_asset_ad.square_marketing_images, > ad_group_ad.ad.discovery_multi_asset_ad.portrait_marketing_images, > ad_group_ad.ad.discovery_multi_asset_ad.logo_images, > ad_group_ad.ad.discovery_multi_asset_ad.headlines, > ad_group_ad.ad.discovery_multi_asset_ad.descriptions, > ad_group_ad.ad.discovery_multi_asset_ad.business_name, > ad_group_ad.ad.discovery_multi_asset_ad.call_to_action_text, > ad_group_ad.ad.discovery_multi_asset_ad.lead_form_only > FROM ad_group_ad > WHERE ad_group_ad.ad.type = DISCOVERY_VIDEO_RESPONSIVE_AD > > If you are not looking for this, kindly elaborate more on your issue and > provide us with related screenshots so that we can assist you further. > > This message is in relation to case "ref:!00D1U01174p.!5004Q02pWND8:ref" > > Thanks, > > [image: Google Logo] Google Ads API Team > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/6cc9fb7b-cae7-4471-af32-429b79e36562n%40googlegroups.com.
