Hi,

I started to pull data for one of my customers from the Google Ads API.
The data returns empty for one of the Accounts, while pulling from the 
equivalent endpoint in Adwords API did returned data.

*API calls on Google Ads API:*
Service = GoogleAdsService
*endpoint#1:*

"SELECT segments.date, campaign.id, campaign.name, customer.currency_code, 
campaign.app_campaign_setting.app_id, 
campaign.app_campaign_setting.app_store, campaign.advertising_channel_type, 
campaign.advertising_channel_sub_type, metrics.impressions, metrics.clicks, 
metrics.cost_micros, campaign_criterion.location.geo_target_constant FROM 
location_view WHERE segments.date >= '{start_date}' AND segments.date <= 
'{end_date}' ORDER BY segments.date"

*endpoint#2:*

"SELECT segments.date, campaign.id, campaign.name, customer.currency_code, 
campaign.app_campaign_setting.app_id, 
campaign.app_campaign_setting.app_store, campaign.advertising_channel_type, 
campaign.advertising_channel_sub_type, metrics.impressions, metrics.clicks, 
metrics.cost_micros, ad_group.name, ad_group.id, segments.device, 
segments.ad_network_type, metrics.video_views, 
metrics.video_quartile_25_rate, metrics.video_quartile_50_rate, 
metrics.video_quartile_75_rate, metrics.video_quartile_100_rate FROM 
ad_group WHERE segments.date >= '{start_date}' AND segments.date <= 
'{end_date}' ORDER BY segments.date"

Account & Refresh_token will be sent privately.

Thanks,
Omri G.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d149f98f-f7d2-46e4-bb50-06798df345ea%40googlegroups.com.

Reply via email to