Hi,

Thank you for reaching out to the Google Ads API support team.

Upon checking the provided campaign with id 19724922933, it appears that 
this has the subtype "*Discovery Product Feed*". Please note that the 
Discovery Product Feed subtype is not yet supported in the Google Ads API. 
However, our team already raised a feature request for this feature to be 
available and supported in the Google Ads API. For now, we suggest keeping 
an eye on our *blog post* and* release notes* for the updates and releases. 

Additionally, you may check this *document* as it shows the supported 
campaign subtypes in the Google Ads API.

Links included in this email:

   - blog post - 
   https://ads-developers.googleblog.com/search/label/google_ads_api
   - release notes - 
   https://developers.google.com/google-ads/api/docs/release-notes
   - document - 
   
https://developers.google.com/google-ads/api/reference/rpc/v13/AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType


Regards,
Google Ads API Team
On Friday, August 11, 2023 at 5:22:11 AM UTC+8 Jordan Lagan wrote:

> Hello,
>
> I am having an issue where I cannot get the API to return data on a 
> specific campaign where the advertising_channel_type is 'DISCOVERY'.
> I have 2 discovery campaigns running for the account in question and I can 
> see both campaigns in the Google Ads UI, but one of them is returned by the 
> API but the other is not. 
> Here is the query I am using:
>
> SELECT segments.date, campaign.id, metrics.clicks, metrics.impressions, 
> metrics.cost_micros, campaign.name, campaign.advertising_channel_type, 
> campaign.advertising_channel_sub_type"
> FROM campaign
> WHERE segments.date BETWEEN '2023-08-01' AND  '2023-08-09'
> AND campaign.advertising_channel_type IN (DISCOVERY)
>
> I have also tried filtering on these campaign's IDs but still only 1 
> campaign shows up in the results returned by the API:
>
> SELECT segments.date, campaign.id, metrics.clicks, metrics.impressions, 
> metrics.cost_micros, campaign.name, campaign.advertising_channel_type, 
> campaign.advertising_channel_sub_type
> FROM campaign
> WHERE segments.date BETWEEN '2023-08-01' AND  '2023-08-09'
> AND campaign.id IN ('19724922933 <(972)%20492-2933>', '19747927598')
>
> The Campaign that shows up is: 19747927598
> The Campaign that *does not show up* is: 19724922933 <(972)%20492-2933>
>
> If anyone can help shed some light on this it would be very much 
> appreciated.
>
> Thanks!
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ef31c815-d455-471c-a08f-9e3227e54174n%40googlegroups.com.

Reply via email to