I'm pulling the Search Impression Share metric from KEYWORDS_PERFORMANCE_REPORT through the Google Ads API using AWQL:
select CampaignId, CampaignName, AdGroupName, Device, Criteria, Impressions, SearchImpressionShare
from KEYWORDS_PERFORMANCE_REPORT
where CampaignId = xxxxxxxxx
during 20200424,20200424
I've received following list of Search Impr. share values:
|
| 20.00% |
| < 10% |
| 33.33% |
| 25.00% |
| < 10% |
| 42.86% |
| 66.67% |
| 25.00% |
| 40.00% |
| 20.00% |
| 55.56% |
| 33.33% |
| < 10% |
| 100.00% |
| 100.00% |
| 100.00% |
| 50.00% |
| 75.00% |
| 33.33% |
| 40.00% |
| < 10% |
| 100.00% |
| 100.00% |
| < 10% |
| < 10% |
| < 10% |
| < 10% |
| < 10% |
| < 10% |
| 33.33% |
| 31.25% |
| 38.46% |
| < 10% |
| 100.00% |
| < 10% |
| Total: < 10% |
Please pay attention to the total value - it's <10%! Also, when I requested SearchImpressionShare for this Campaign from CAMPAIGN_PERFORMANCE_REPORT, I got "< 10%" value too.
Could anybody please explain why AdWords API shows SearchImpressionShare as "< 10%" for the Campaign while in average for dimensions I'm getting 36% at least (if I count <10% as 0 value)?