Hi, Kindly note that from the Google Ads API V17, all Demand Gen-related entities have been renamed from discovery to demand_gen. If you are using V16 or earlier, Demand Gen is still referred to as "Discovery" in the Google Ads API. You can retrieve attributes and performance metrics for Demand Gen campaigns with Google Ads API v17 and later versions.
SELECT campaign.id, campaign.status, campaign.advertising_channel_type FROM campaign WHERE campaign.advertising_channel_type = 'DEMAND_GEN' For Google Ads API V16 and earlier you can use the below query: SELECT campaign.id, campaign.status, campaign.advertising_channel_type FROM campaign WHERE campaign.advertising_channel_type = 'DISCOVERY' I hope this clarifies. This message is in relation to case "ref:!00D1U01174p.!5004Q02oidR6:ref" (ADR-00197038) Thanks, Google Ads API Team Feedback How was our support today? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 visit https://groups.google.com/d/msgid/adwords-api/UJeYB000000000000000000000000000000000000000000000SO8EJ500GCMjt_VzTSyZLU_lKoNguQ%40sfdc.net.
