Hello,

AWQL:
select Impressions, Conversions, Cost, CostPerConversion, Ctr, Clicks, 
AdNetworkType1, Device, AverageCpc, SearchBudgetLostImpressionShare, 
SearchImpressionShare, Date FROM ACCOUNT_PERFORMANCE_REPORT where Device IN 
['DESKTOP', 'HIGH_END_MOBILE', 'TABLET'] during 20201022, 20201022

Returns the following results:



GAQL 
select metrics.impressions, metrics.conversions, metrics.cost_micros, 
metrics.cost_per_conversion, metrics.ctr, metrics.clicks, segments.device, 
segments.ad_network_type,  metrics.average_cpc, 
metrics.search_budget_lost_impression_share, 
metrics.search_impression_share, segments.date      FROM customer WHERE 
segments.device IN ('DESKTOP', 'MOBILE', 'TABLET') AND segments.date = 
20201022

Retruns the following results:



How come they do not produce the same results?

KDJ

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/082beaf2-5a25-4a3a-8a34-ccf84528cbb5n%40googlegroups.com.

Reply via email to