When I use the UI to exclude an age range (e.g. 18-24) for an ad group, I 
expected that when I query the AdGroupCriterionService requesting 
AgeRangeType, I'll get a criterion entry showing the age range that was 
excluded. However, instead I'm getting an entry for each age range.

The query is:

SELECT AgeRangeType,CriteriaType,UserListName,PlacementUrl,GenderType,
UserInterestName,Id,CampaignId WHERE CampaignId IN [<Campaign ID>]

Which I'm querying using the python SDK like so:

<AdGroupCriterionService>.query(query).entries

The result is an entry for each age range - 

[AGE_RANGE_18_24, AGE_RANGE_45_54, AGE_RANGE_25_34, AGE_RANGE_35_44, 
AGE_RANGE_55_64, AGE_RANGE_UNDETERMINED, AGE_RANGE_65_UP].


Is my query wrong, or am I using the wrong service? What service should I 
use to get a list of included/excluded criterion for an ad group? (I'm 
having the same issue for gender).

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/20409134-9b8d-4390-a88c-9e931b1c2ef5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to