Thank you for your reply.

The sentence I sent earlier was partially missing. I'm sorry.

SELECT customer.descriptive_name , segments.ad_network_type , segments.date 
, segments.device , campaign.id , ad_group.id , 
ad_group_criterion.criterion_id , campaign.name , campaign.status , 
ad_group.name , ad_group.status , ad_group_criterion.keyword.text , 
ad_group_criterion.keyword.match_type , ad_group_criterion.status , 
ad_group_criterion.cpc_bid_micros , 
ad_group_criterion.quality_info.quality_score , 
ad_group_criterion.position_estimates.first_page_cpc_micros , 
ad_group_criterion.position_estimates.top_of_page_cpc_micros , 
ad_group_criterion.cpm_bid_micros , ad_group_criterion.final_urls , 
ad_group_criterion.final_mobile_urls , 
ad_group_criterion.tracking_url_template , metrics.search_impression_share 
, metrics.search_rank_lost_impression_share , 
metrics.search_budget_lost_impression_share , 
metrics.search_top_impression_share , 
metrics.search_rank_lost_top_impression_share , 
metrics.search_budget_lost_top_impression_share , 
metrics.search_absolute_top_impression_share , 
metrics.search_rank_lost_absolute_top_impression_share , 
metrics.search_budget_lost_absolute_top_impression_share , 
metrics.impressions , metrics.clicks , metrics.cost_micros , 
metrics.average_position , metrics.conversions , metrics.conversions_value 
, metrics.all_conversions , metrics.all_conversions_value , 
metrics.view_through_conversions , metrics.cross_device_conversions 
FROM keyword_view 
WHERE segments.ad_network_type IN (SEARCH,SEARCH_PARTNERS)   
 AND  segments.date DURING LAST_30_DAYS

Is a complete query statement.

As specified 
<https://developers.google.com/google-ads/api/docs/fields/metrics#metricssearch_budget_lost_impression_share>,
 
the resource "keyword_view" is specified but can not be output.

Since almost the same specification 
"search_budget_lost_top_impression_share" can be output using the above 
statement, I want it to be possible to output 
"search_budget_lost_impression_share" as well.


2019年6月3日月曜日 19時28分18秒 UTC+9 adsapiforumadvisor:
>
> Hi,
>
> The metrics.search_budget_lost_impression_share 
> <https://developers.google.com/google-ads/api/docs/fields/metrics#metricssearch_budget_lost_impression_share>
>  
> field can only be selected along with the fields listed in the *Selectable 
> With* dropdown in the field's documentation. That said, other resources, 
> metrics, and segments not included in the list cannot be included in the 
> same SELECT query as this field. I hope this helps.
>
> Thanks and regards,
> Peter
> Google Ads API Team
>
> ref:_00D1U1174p._5001UBl7tP:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c717f152-40a2-4a58-92ee-4839ad4885e6%40googlegroups.com.

Reply via email to