Hi Seungha, Thank you for reaching out. I could see that you want to pull the said metrics in order to add it to your formula. Unfortunately, there is no direct way of doing this via the API. The API can fetch these impressions but then you would have to create your own implementation on how you would put the data in your formula.
Upon checking, these impressions can be pulled using Google Ads API reporting on the following resources: ad_group, campaign, keyword_view. Here is a sample query: SELECT metrics.top_impression_percentage, metrics.absolute_top_impression_percentage, metrics.search_absolute_top_impression_share, metrics.search_top_impression_share FROM *resource_name* I also cannot comment whether the implementation you described would be supported in later versions. For now, you may follow our blog for any updates. Thanks and regards, Peter Google Ads API Team ref:_00D1U1174p._5001UAqixv: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 [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/6n4D2000000000000000000000000000000000000000000000PS5S30002UksVHidSt-hQzBrAa0DCw%40sfdc.net. For more options, visit https://groups.google.com/d/optout.
