Re: demographics targeting in adgroup

2018-07-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Glad to know that you were able to work with the suggested approach. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: demographics targeting in adgroup

2018-07-23 Thread V54328u
so, i added negative criterion and then it worked for me.. thanks for the reply. sorry for the late feedback. On Wednesday, July 18, 2018 at 11:09:27 PM UTC+5:30, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hello, > > I had replied to you on the private thread that I am following up

Re: demographics targeting in adgroup

2018-07-18 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, I had replied to you on the private thread that I am following up with the team for further updates and to check if the current behavior is the expected behavior. Also, that the AdGroupBidModifierService

Re: demographics targeting in adgroup

2018-07-18 Thread V54328u
hello, could you please help me on this issue.. i sent you privately required details earlier On Saturday, June 30, 2018 at 1:08:35 AM UTC+5:30, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hello, > > Thanks for the details. I was able to recreate the issue that you > specified.

Re: demographics targeting in adgroup

2018-06-29 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Thanks for the details. I was able to recreate the issue that you specified. However, one way to confirm that the criterion is really set is to perform an AdGroupCriterionService.get() for

Re: demographics targeting in adgroup

2018-06-29 Thread V54328u
Also, i am having the same issue when setting device type. Using AdGroupBidModifierService. On Friday, June 29, 2018 at 12:18:56 AM UTC+5:30, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hello, > > When a new ad group is created, until you explicitly set a demographic > targeting

Re: demographics targeting in adgroup

2018-06-29 Thread V54328u
Hello Sreelakshmi, Thanks for looking into the issue.. i created a campaign again, targeting the following criterion: age range: 18-24(503001), Gender: Female(11), Parental Status: Parent(300) In the UI, it shows that all the criterion are targeted. API version: 201802 Ad group ID:

Re: demographics targeting in adgroup

2018-06-28 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, When a new ad group is created, until you explicitly set a demographic targeting criterion, everything will be targeted by default. No targeting criteria would mean target all criteria. That said, when you explicitly set a targeting criterion, the other ranges in that demographics

demographics targeting in adgroup

2018-06-28 Thread V54328u
I am able to create campaign successfully and adgroup. i have added code for demographics targeting : age, gender and parental status. Suppose a user has selected age range "18-24" next i am using AgeRange newAge = new AgeRange(); newAge.setId("id as per google api");