google ads api v10: empty response for campaign_audience_view

2022-06-22 Thread 'Aleh Melnik' via Google Ads API and AdWords API Forum
When i try to get report from campaign_audience_viewon v10 i receive  empty 
response.
SELECT
   segments.device,
segments.date,
metrics.all_conversions,
metrics.all_conversions_value,
metrics.impressions,
metrics.clicks,
metrics.conversions,
metrics.conversions_value,
metrics.cost_micros,
campaign.id,
campaign.name,
campaign.status,
campaign.labels,
campaign.start_date,
campaign.end_date,
campaign_criterion.bid_modifier
FROM campaign_audience_view
WHERE segments.date BETWEEN '2022-05-01' AND '2022-06-15'

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f4a02f6c-bc97-4a82-8e9d-2590f8974325n%40googlegroups.com.


google ads api v10: empty response for ad_group

2022-06-20 Thread 'Aleh Melnik' via Google Ads API and AdWords API Forum
Hello! 

When i try to get report from ad_group on v10 i receive  empty response, 
but if i switch to v9 i receive all data as expected.

I thought  it due zero metrics, but I checked on v9, results have non-zero 
metrics 

the last requestId on v10: nIzun4MlWq4JTls-bH83qw

SELECT
segments.device,
segments.date,
metrics.absolute_top_impression_percentage,
metrics.all_conversions,
metrics.all_conversions_value,
metrics.clicks,
metrics.conversions,
metrics.conversions_value,
metrics.cost_micros,
metrics.cross_device_conversions,
metrics.impressions,
metrics.interactions,
metrics.search_budget_lost_absolute_top_impression_share,
metrics.search_budget_lost_top_impression_share,
metrics.search_exact_match_impression_share,
metrics.search_impression_share,
metrics.search_rank_lost_absolute_top_impression_share,
metrics.search_rank_lost_impression_share,
metrics.search_rank_lost_top_impression_share,
metrics.search_top_impression_share,
metrics.view_through_conversions,
customer.currency_code,
customer.descriptive_name,
customer.time_zone,
ad_group.id,
ad_group.name,
ad_group.status,
ad_group.type,
bidding_strategy.id,
bidding_strategy.name,
campaign.bidding_strategy,
campaign.bidding_strategy_type,
campaign.id,
campaign.name,
campaign.status,
ad_group.cpc_bid_micros,
ad_group.effective_target_roas,
ad_group.effective_target_roas_source,
ad_group.final_url_suffix,
campaign.manual_cpc.enhanced_cpc_enabled
FROM ad_group
WHERE segments.date BETWEEN '2022-06-01' AND '2022-06-15'

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/74b2c5a1-b0ad-4050-94ab-898dc885c4c4n%40googlegroups.com.