Dear google,

In the last post 
(https://groups.google.com/g/adwords-api/c/CjJsOlaBZnU/m/f3OveaEXAgAJ) you 
said to me that there should be no product feed from demand gen being 
fetched from the google ads api. However for client 5447105023 where are 
fetching the campaign_id 21133686383 and 21224836210. Which should be 
demand gen with sub type product feed.

However for client 411-217-3093, we are not able to fetch the campaign 
which is called: Spring/Summer - Demand-gen - 2024 - FR - Product feed – 
Broad as this a  product feed from the demand gen.
Could you elaborate a bit why I get data from one and not of the other one?

The query I am using is below.

Thanks for helping

SELECT
campaign.id,
ad_group.id,
ad_group_ad.ad.id,
segments.date,
metrics.impressions,
metrics.clicks,
metrics.cost_micros,
metrics.video_views,
segments.date,
segments.ad_network_type
FROM
ad_group_ad
WHERE
segments.date BETWEEN '{start_date}' AND '{end_date}'
ORDER BY
campaign.id
SELECT
campaign.id,
campaign.name,
campaign.campaign_budget,
campaign.status,
campaign.advertising_channel_type,
segments.date,
metrics.impressions,
metrics.clicks,
metrics.cost_micros,
metrics.video_views,
segments.date,
segments.ad_network_type
FROM
campaign
WHERE
segments.date BETWEEN '{start_date}' AND '{end_date}' AND
campaign.advertising_channel_type = 'PERFORMANCE_MAX'
ORDER BY
campaign.id

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/433ebd0a-dab5-4a0e-ad2d-31d7cf76627fn%40googlegroups.com.

Reply via email to