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

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

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

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

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 >

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

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

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

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 -- --

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

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

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

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

Default value for Criterion

2018-04-16 Thread Gary Jiang
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