Re: Default value for Criterion

2018-04-25 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Gary,

Upon further checking, I can confirm that my "Removed" status from the UI's 
test account is just equivalent to "Excluded from ad group" status. 
Actually, when I checked the age ranges again that I used previously, they 
are still in "Removed" status. When I manually changed one age range with 
"Removed" status to  "Exclude from ad group" using the new UI, all the 
other three age ranges with "Removed" status was automatically changed to 
"Excluded from ad group" (see my attached screenshot). I am just not 100% 
sure on why the new UI for my test account showed the "Removed" status 
originally. However, I can confirm that they are just the same as there are 
only two options in the new UI for the age ranges, to "Enable" it or to 
"Exclude from ad group".

So, in regards to your screenshot, that is correct. You successfully 
excluded the two age ranges in the API and it reflected in the UI. However, 
you just need to use the ADD operator, and not the REMOVE or SET operator 
as it will generate an error just like your testing.

Hope this helps.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ee659036-e7e4-4fe1-8b7d-a29277f41f1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Default value for Criterion

2018-04-25 Thread Gary Jiang
That's what I got from the new UI. Does "Excluded from adgroup" equal to 
"Removed"? 

On Wednesday, April 25, 2018 at 1:50:58 AM UTC-7, Vincent Racaza (AdWords 
API Team) wrote:
>
> Hi Gary,
>
> Sure, I am sending you here all the details. So I tried again targeting 
> the age ranges using BiddableAdGroupCriterion. Below is my sample SOAP 
> request logs:
>
> 
> https://adwords.google.com/api/adwords/cm/v201802;>
> 
> ADD
> https://adwords.google.com/api/adwords/cm/v201802; 
> xsi:type="ns2:BiddableAdGroupCriterion">
> 
> 
> 503005
> 
> 
> 
> 
> ADD
> https://adwords.google.com/api/adwords/cm/v201802; 
> xsi:type="ns3:BiddableAdGroupCriterion">
> 
> 
> 503002
> 
> 
> 
> 
> 
>
>
> After that, I have checked both the old and new AdWords UI if the changes 
> from the API are reflected. And yes, they are both reflected in old and new 
> AdWords UI.
>
> Let me know if you have further clarifications.
>
> Thanks,
> Vincent
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7d8cdaa5-a5c9-4561-b418-d29eea2852b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Default value for Criterion

2018-04-25 Thread Gary Jiang
I have never seen the status "Remove" for any age range criteria options in 
adwords web interface and I wasn't able to switch that manually. Is that 
the same as "excluded"? 
Also I tried making an API call with operator = REMOVE and 
type=BiddableAdGroupCriterion 
on a brand new and it returned an "INVALID_ID" error.

On Wednesday, April 25, 2018 at 1:50:58 AM UTC-7, Vincent Racaza (AdWords 
API Team) wrote:
>
> Hi Gary,
>
> Sure, I am sending you here all the details. So I tried again targeting 
> the age ranges using BiddableAdGroupCriterion. Below is my sample SOAP 
> request logs:
>
> 
> https://adwords.google.com/api/adwords/cm/v201802;>
> 
> ADD
> https://adwords.google.com/api/adwords/cm/v201802; 
> xsi:type="ns2:BiddableAdGroupCriterion">
> 
> 
> 503005
> 
> 
> 
> 
> ADD
> https://adwords.google.com/api/adwords/cm/v201802; 
> xsi:type="ns3:BiddableAdGroupCriterion">
> 
> 
> 503002
> 
> 
> 
> 
> 
>
>
> After that, I have checked both the old and new AdWords UI if the changes 
> from the API are reflected. And yes, they are both reflected in old and new 
> AdWords UI.
>
> Let me know if you have further clarifications.
>
> Thanks,
> Vincent
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8a8288ac-defc-427f-96b6-5b4d83bfe6af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Default value for Criterion

2018-04-25 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Gary,

Sure, I am sending you here all the details. So I tried again targeting the 
age ranges using BiddableAdGroupCriterion. Below is my sample SOAP request 
logs:


https://adwords.google.com/api/adwords/cm/v201802;>

ADD
https://adwords.google.com/api/adwords/cm/v201802; 
xsi:type="ns2:BiddableAdGroupCriterion">


503005




ADD
https://adwords.google.com/api/adwords/cm/v201802; 
xsi:type="ns3:BiddableAdGroupCriterion">


503002







After that, I have checked both the old and new AdWords UI if the changes 
from the API are reflected. And yes, they are both reflected in old and new 
AdWords UI.

Let me know if you have further clarifications.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/97647dbb-e3ff-4e0f-8f13-d34550bdaf46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Default value for Criterion

2018-04-25 Thread Gary Jiang
Sorry I was unable to reproduce that. Could you send me a screenshot in new 
adwords management interface as I always find all items listed for each 
criteria setting. 

On Sunday, April 22, 2018 at 9:25:18 PM UTC-7, Vincent Racaza (AdWords API 
Team) wrote:
>
> Hi Gary,
>
> The 
> TARGETING_SETTING_DEMOGRAPHIC_CRITERION_TYPE_GROUPS_MUST_BE_SET_TO_TARGET_ALL 
> 
>  error 
> means you explicitly set the targetAll 
> 
>  field 
> to false. Starting in v201802, you must set the targetAll = true (this is 
> also true by default when creating new ad groups for each demographic 
> criterion group) for the demographic criterion type groups as you can see 
> in the release notes 
> .
>   
> So before using the AdGroupCriterionService to target specific age ranges, 
> if your targetAll is set to false, you can set the targetAll=true first in 
> your ad group. After that, you can now target a specific age range in your 
> ad group via AdGroupCriterionService with the *ADD operator only*. Below 
> shows how I tested this on my test account:
>
>1.  Please see before_applying screenshot. This shows that by default, 
>all the age ranges are targeted. 
>2.  Now, via API, I used the BiddableAdGroupCriterion to target the 
>criterion IDs 503002 and 503003 for age ranges 25 to 34 and 35 to 44. See 
>the after_applying screenshot that shows only the two age ranges are now 
>being targeted.
>
> This said, you can conveniently use the BiddableAdGroupCriterion or the 
> NegativeAdGroupCriterion depending on your goal.
>
> Thanks,
> Vincent
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d5169996-28d0-404b-b1ec-dfaf8ffb910c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Default value for Criterion

2018-04-22 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Gary,

The 
TARGETING_SETTING_DEMOGRAPHIC_CRITERION_TYPE_GROUPS_MUST_BE_SET_TO_TARGET_ALL 

 error 
means you explicitly set the targetAll 

 field 
to false. Starting in v201802, you must set the targetAll = true (this is 
also true by default when creating new ad groups for each demographic 
criterion group) for the demographic criterion type groups as you can see 
in the release notes 
.
  
So before using the AdGroupCriterionService to target specific age ranges, 
if your targetAll is set to false, you can set the targetAll=true first in 
your ad group. After that, you can now target a specific age range in your 
ad group via AdGroupCriterionService with the *ADD operator only*. Below 
shows how I tested this on my test account:

   1.  Please see before_applying screenshot. This shows that by default, 
   all the age ranges are targeted. 
   2.  Now, via API, I used the BiddableAdGroupCriterion to target the 
   criterion IDs 503002 and 503003 for age ranges 25 to 34 and 35 to 44. See 
   the after_applying screenshot that shows only the two age ranges are now 
   being targeted.

This said, you can conveniently use the BiddableAdGroupCriterion or the 
NegativeAdGroupCriterion depending on your goal.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8818addc-96d5-4b44-b8f4-3d1aa29bafa2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Default value for Criterion

2018-04-20 Thread Gary Jiang
Also I was curious why the age range API cannot be implemented in such a 
way like you just pass a list of age range id to be targeted like [503999, 
503001], and when editing an adgroup the new list can simply replace the 
old one, which I thought is more convenient  than resetting the criteria 
for each individual age range item and assigning the new value. 

On Monday, April 16, 2018 at 10:04:53 PM UTC-7, Vincent Racaza (AdWords API 
Team) wrote:
>
> Hi Gary,
>
> Yes, you are correct. The other age ranges won't be targeted anymore and 
> only that AgeRange being specified as your BiddableAdGroupCriterion will 
> only be the one being targeted.
>
> Thanks,
> Vincent
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/011628f1-f112-450a-9435-c6ba8822e433%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Default value for Criterion

2018-04-20 Thread Gary Jiang
I tried sending a request setting 25-34 and 35-44 to be targeted only using 
BiddableAdGroupCriterion, 
but I found all of the other age ranges are enabled as well. So I found 
that they are all default targeted and this cannot be changed by 
https://developers.google.com/adwords/api/docs/reference/v201802/AdGroupService.TargetingSettingDetail
 
( I got error 
TARGETING_SETTING_DEMOGRAPHIC_CRITERION_TYPE_GROUPS_MUST_BE_SET_TO_TARGET_ALL). 
So I guess I have to use *NegativeAdGroupCriterion?*
on Monday, April 16, 2018 at 10:04:53 PM UTC-7, Vincent Racaza (AdWords API 
Team) wrote:
>
> Hi Gary,
>
> Yes, you are correct. The other age ranges won't be targeted anymore and 
> only that AgeRange being specified as your BiddableAdGroupCriterion will 
> only be the one being targeted.
>
> Thanks,
> Vincent
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/823b316b-fb44-445d-a989-f3c1c4da0657%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Default value for Criterion

2018-04-17 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Hakumu,

Do you have any issues/clarifications regarding this? If so, please provide 
more information. If your concern is not related to this thread, please 
create a new forum thread so we can better track your concern.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4cc2f4ce-5cc9-4d04-957e-a880ff6499bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Default value for Criterion

2018-04-17 Thread hakumu lu
i trying to fix like you :((

On Sunday, April 15, 2018 at 11:58:28 PM UTC-7, Gary Jiang wrote:
>
> Hi,
>
> I was trying to set up some criterion field for an adgroup, such as 
> AgeRange using API, and I found that all items for that criteria are 
> enabled by default, so I have to use  *NegativeAdGroupCriterion.*
>
> For example, if I need to make AgeRange with "35 - 44" enabled, I am 
> sending a request like this:
>
>
>  
>
>{
>
> 'xsi_type': 'AdGroupCriterionOperation',
>
> 'operator': operator,
>
> 'operand': {
>
> 'xsi_type': 'NegativeAdGroupCriterion',
>
> 'adGroupId': ad_group_id,
>
> 'criterion': {
>
> 'xsi_type': 'AgeRange',
>
> 'id': *id for 18-24*,
>
> }
>
> }
>
> },
>
>{
>
> 'xsi_type': 'AdGroupCriterionOperation',
>
> 'operator': operator,
>
> 'operand': {
>
> 'xsi_type': 'NegativeAdGroupCriterion',
>
> 'adGroupId': ad_group_id,
>
> 'criterion': {
>
> 'xsi_type': 'AgeRange',
>
> 'id': *id for 24-35*
>
> }
>
> }
>
> },...
>
>
> to disable all rest AgeRange. I was wondering if I use that correctly and 
> if there is easier way. Thank
>  
>  
>  
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c61500c9-64fc-4417-bf00-0866d929c6b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Default value for Criterion

2018-04-16 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Gary,

Yes, you are correct. The other age ranges won't be targeted anymore and 
only that AgeRange being specified as your BiddableAdGroupCriterion will 
only be the one being targeted.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/69c5b0ea-2654-463c-9642-312bbd1e8af5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Default value for Criterion

2018-04-16 Thread Gary Jiang
Thanks, so does it mean that if I send a request with only one AgeRange 
targeted, all of the rest AgeRange will no longer be targeted  
automatically?

On Monday, April 16, 2018 at 1:11:54 AM UTC-7, Vincent Racaza (AdWords API 
Team) wrote:
>
> Hi Gary,
>
> You are correct that all ages are targeted by default as you can see in 
> this guide 
> .
>  
> On the ad group level, you can target or exclude an AgeRange 
> 
>  criterion 
> as you can see in this table 
> . 
> So you have two options for the ad group level, either you target the 
> AgeRange criterion using BiddableAdGroupCriterion 
> 
>  to 
> restrict your ad group for that age range only, or you exclude the AgeRange 
> criterion using NegativeAdGroupCriterion 
> 
>  in 
> order for you to target all age ranges except that specific age range.
>
> This said, if your goal is to enable/target the 35-44 age range 
> 
>  only, 
> then I suggest to target it using BiddableAdGroupCriterion.
>
> Thanks,
> Vincent
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/badc6ced-0fbb-47dd-80b2-7638e775c9c4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Default value for Criterion

2018-04-16 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Gary,

You are correct that all ages are targeted by default as you can see in 
this guide 
. 
On the ad group level, you can target or exclude an AgeRange 

 criterion 
as you can see in this table 
. 
So you have two options for the ad group level, either you target the 
AgeRange criterion using BiddableAdGroupCriterion 

 to 
restrict your ad group for that age range only, or you exclude the AgeRange 
criterion using NegativeAdGroupCriterion 

 in 
order for you to target all age ranges except that specific age range.

This said, if your goal is to enable/target the 35-44 age range 

 only, 
then I suggest to target it using BiddableAdGroupCriterion.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/699343d4-97c9-4474-ba6c-bf96dcf0a1fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.