I have an issue with Gooogle Ads API V22.1.0 that the peformane max camaign 
types cost did not get retrieved by the API when requesting data from 
*ad_group_ad.*The request runs successfully but do not return performance 
max campaigns cost data while it is appearing in google ads reports.
- Here is the request query:

    query = """

                    SELECT  segments.date,

                            customer.id,

                            customer.descriptive_name,

                            campaign.id,

                            campaign.name,

                            campaign.advertising_channel_sub_type,

                            campaign.advertising_channel_type,

                            campaign.campaign_budget,

                            campaign.start_date,

                            campaign.end_date,

                            campaign.status,

                            ad_group.effective_target_cpa_micros,

                            ad_group.id,

                            ad_group.name,

                            ad_group.status,

                            ad_group.type,

                            ad_group_ad.ad.id,

                            ad_group_ad.ad.type,

                            ad_group_ad.ad.final_urls,

                            ad_group_ad.ad_strength,

                            metrics.interactions,

                            metrics.impressions,

                            metrics.clicks,

                            metrics.ctr,

                            metrics.cost_micros,

                            metrics.conversions

                            FROM ad_group_ad

                            WHERE segments.date = '2023-11-01'

                            """


Thank you in advance for your help.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6e405b0d-dec1-4c64-936c-65c9046a84f5n%40googlegroups.com.
  • Go... Rami Hani
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to