Re: Issue creating CriterionUserList from AdGroupCriterionService

2016-04-28 Thread Hunter
HI Josh, Thanks for digging into this, I am happy to rework the test since from what you described it has been wrong all along :) Thanks for your time on this. Hunter. On Thursday, April 28, 2016 at 12:54:00 PM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi Hunter, > > I did some di

Re: Issue creating CriterionUserList from AdGroupCriterionService

2016-04-28 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Hunter, I did some digging, and it turns out that one of my colleagues recently identified a validation issue with *CriterionUserList* and *AdGroupCriterionService*, in that the latter was not validating that the list specified actually existed. I haven't found concrete proof yet, but I sus

Re: Issue creating CriterionUserList from AdGroupCriterionService

2016-04-28 Thread Hunter
Hi Josh, That is correct, this one has never existed. Previously the mutate call to the AdGroupCriterionService was creating a Criterion for us as well if something did not exist. The behavior we are seeing now is that it doesn't do this. If that was the expected behavior all along then I am h

Re: Issue creating CriterionUserList from AdGroupCriterionService

2016-04-27 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Hunter, I took a look at your account but can't find any indication that user list ID 11461606624 ever existed, but it's entirely possible I'm just missing something. Would you happen to have the request ID from the request that created the *user list*? Thanks, Josh, AdWords API Team On W

Re: Issue creating CriterionUserList from AdGroupCriterionService

2016-04-27 Thread Hunter
Hi Josh, No we used a different UserList each time, and the Id using for that UserList was based on the current time the test was run i.e. UserList. The workflow for this test was as follows : 1. Create a campaign 2. Create an adgroup 3. Create a CriterionUserList object from the Perl client li

Re: Issue creating CriterionUserList from AdGroupCriterionService

2016-04-26 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Hunter, I'm not aware of any recent changes in behavior. Could you provide more details on your test set up? One possibility is that the *UserList* you were using for your tests was deleted on or around 4/20. Do you use an existing *UserList* in your tests, or recreate one each time the test

Re: Issue creating CriterionUserList from AdGroupCriterionService

2016-04-26 Thread Hunter
Hi Josh, So this is definitely not a recent change? Our logs indicate this behavior started occurring on 2016-04-20, previously this test had been running for ~7 months without issue. Thanks. Hunter. On Monday, April 25, 2016 at 4:44:30 PM UTC-4, Josh Radcliff (AdWords API Team) wrote: > >

Re: Issue creating CriterionUserList from AdGroupCriterionService

2016-04-25 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Hunter, When constructing your *CriterionUserList*, the userListId must refer to an existing UserList

Issue creating CriterionUserList from AdGroupCriterionService

2016-04-25 Thread Hunter
We recently started seeing one of our Unit tests fail related to creating CriterionUserList objects with the AdGroupCriterionService, we are currently using v201601 of the API and have