Trying to get the search rank lost impression share via google adwords API 
using *ADGROUP_PERFORMANCE_REPORT*, but most of my ad groups show undefined 
search lost is (rank):

       Campaign ID  Ad group ID               Device         Day  Avg. 
> position  Impressions Search Lost IS (rank)
> 11469    868211030  42984184479  Mobile devices w...  2018-10-18          
>   2.1           46                   -- 
> 13057    868211030  42984184479  Mobile devices w...  2018-10-27          
>   2.3           46                   -- 
> 5682     868211030  42984184479  Mobile devices w...  2018-09-17          
>   1.6           46                   -- 
> 11603    868211030  42984184479  Mobile devices w...  2018-10-20          
>   1.9           45                   -- 
> 16711    868211030  42984184479  Mobile devices w...  2018-10-30          
>   1.6           44                   -- 


while in the UI the values are not undefined, here is an example for the ad 
group in the first row, i.e. on 2018-10-18:

[image: Screenshot 2018-11-06 14.27.06.png]

And the AWQL Query I use is as follows:

SELECT CampaignId, AdGroupId, Device, Date, AveragePosition, Impressions, 
SearchRankLostImpressionShare 
FROM ADGROUP_PERFORMANCE_REPORT 
WHERE CampaignStatus IN [ENABLED] AND AdGroupStatus IN [ENABLED] 
DURING 20180907, 20181105

What did I do wrong? Why is there such a big difference between API and UI?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
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/2232a317-1c27-4360-94af-93936112c47e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to