Hi all,

I am trying to report on users by county in the UK through the AdWords API, 
using the following AWQL query: 

SELECT 
  Date, 
  MostSpecificCriteriaId, 
  CountryCriteriaId, 
  Impressions, 
  Clicks, 
  Cost, 
  Conversions, 
  ConversionValue
FROM 
  GEO_PERFORMANCE_REPORT
WHERE
  IsTargetingLocation IN [true, false]
  AND LocationType = LOCATION_OF_PRESENCE
  AND MostSpecificCriteriaId IN 
[1007200,1007406,1007432,1007144,9041106,9041110,9041129,9041125,1007131,9041124,9041111,9041115,1007331,9041128,9041117,1007165,9041112,9041100,9041113,9041126,9041122,9041119,9041085,9041121,9041096,9041093,9041087,1006676,9041107,9041088,9041095,9041103,9041127,9041090,9041108,9041123,9041098,9041118,9041094,9041102,9041089,9041097,9041116,9041120,9041092,9041091,9041104,1007172,9041101,9041086,9041114,9041084,9041099,9041105,9041109]
DURING 20181217,20190617


The list of MostSpecificCriteriaId in the WHERE condition are all the 
criteria IDs of the UK counties, according to the geotargets section of the 
API.

These locations aren't targeted by my campaigns, so I added the condition 

WHERE IsTargetingLocation IN [true, false]

hoping that I could get performance data for these locations.

I also enforced LOCATION_OF_PRESENCE in order to only report on people who 
are really in these locations.

However, the traffic data I receive is extremely low when compared to the 
total UK traffic. The resulting report only contains 1% of the clicks and 
conversions throughout the whole country during this time period. Why is 
this the case?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/57c6e4a6-aff2-44f8-8e5b-83f7f860136b%40googlegroups.com.

Reply via email to