Hello, I'm trying to retrieve campaign report from the new Google Ads API, using googleads python sdk. When i request the campaign view, i retrieves stats of 274 campaigns, but when i go to the interface (with the same customer through manager account, filtered for the same date) i can see 758 campaigns. Is there some default filter ? Or some configuration that would explain the difference between results in the interface and through API ?
Here is the request i'm sending : "SELECT segments.date, customer.descriptive_name, campaign.name, customer.currency_code, campaign.status, campaign.serving_status,campaign.ad_serving_optimization_status,campaign_budget.amount_micros, metrics.content_budget_lost_impression_share, metrics.content_rank_lost_impression_share, metrics.impressions, metrics.cost_per_conversion, metrics.all_conversions_value, metrics.all_conversions, metrics.clicks, metrics.average_position, metrics.search_click_share, metrics.cost_micros FROM campaign WHERE segments.date BETWEEN ‘2018-03-03’ AND ‘2018-03-03’" Thanks for your help, Rod, -- <https://www.ai-night.com/join-ai-night-2019/> This email and any attachments contains privileged and confidential information intended only for the use of the addressee(s). If you are not an intended recipient of this email, you are hereby notified that any dissemination, copying or use of information is strictly prohibited. If you received this email in error or without authorization, please delete the email from your system and notify us immediately by sending us an email. If you need any further assistance, please send a message to [email protected] <mailto:[email protected]>. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/fa77d1e9-05e0-4250-a5ca-16deb209cbcb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
