Re: Question(s) about adding UserLists and/or UserInterests via the API

2015-09-24 Thread Josh Radcliff (AdWords API Team)
Hi Hunter, Sorry -- my mistake. I misread the SOAP response and thought it was from a mutate call. Indeed, it seems we have an issue here, as I can't get the user list name back from *AdGroupCriterionService* either. I've reported this issue and will get back to you as soon as I have an update.

Re: Question(s) about adding UserLists and/or UserInterests via the API

2015-09-24 Thread Hunter
I was referring to this statement that you made above: "or issue a AdGroupCriterionService.get and include the *UserListName* field in your selector." On Thursday, September 24, 2015 at 3:58:38 PM UT

Re: Question(s) about adding UserLists and/or UserInterests via the API

2015-09-24 Thread Josh Radcliff (AdWords API Team)
Hi Hunter, What I mentioned earlier applies here as well. The ID of the *CriterionUserList* is part of the unique key, but name is not. If you need the name for the user list, please use AdwordsUserListService

Re: Question(s) about adding UserLists and/or UserInterests via the API

2015-09-24 Thread Hunter
I seem to not get the name either when using the AdgroupCriterionService: Creating a CriterionUserList: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> https://adwords.google.com/api/adwords/cm/v201502";> 3302759889

Re: Question(s) about adding UserLists and/or UserInterests via the API

2015-09-24 Thread Hunter
Thanks, this was really helpful. I was not aware that the userInterestId had to be one of those pre-existing values, should the documentation for CriterionUserInterest list this req

Re: Question(s) about adding UserLists and/or UserInterests via the API

2015-09-24 Thread Josh Radcliff (AdWords API Team)
Hi Hunter, See below for my answers to your questions. *1) It appears that userListName is not being returned when a CriterionUserList is created, I am wondering why this is* For *CriterionUserList*, the unique identifier is the userListId

Question(s) about adding UserLists and/or UserInterests via the API

2015-09-23 Thread Hunter
I have recently started building out support for audience data in our system, right now I am simply creating CriterionUserList using v201502 of the Perl Adwords API, but I have a couple