Re: Get rules of a REMARKETING UserList

2017-05-03 Thread kondiment test
Thank you, Mike! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 su

Re: Get rules of a REMARKETING UserList

2017-05-03 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, That is correct, the advanced options do push it into the bucket of unsupported list types via the API. That should be included along with the other requested types from this thread, if that feature is indeed built out into the API. I can say that the team is still aware of the request,

Re: Get rules of a REMARKETING UserList

2017-05-03 Thread kondiment test
Hi Mike! I want to say that I have created a list in the AdWords UI of type *Visitors of a page*, but with *advanced options*, and when I import this list through the API I get a list of type UserList, with listType null and with no way of getting its rules. Is "Visitors of a page" with *advan

Re: Get rules of a REMARKETING UserList

2016-09-26 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, This list is a "Visitors of a page who did not visit another page" list in the web interface, which is not yet fully supported by the API. Currently only "Visitors of a page" and "Visitors of a page during specific dates" are supported. I have requested that we support more types of rul

Re: Get rules of a REMARKETING UserList

2016-09-22 Thread kondiment test
Hi Peter, I have privately sent you the requested information. I would like to add that for user lists created through the API, the listType field is populated with the value 'RULE_BASED'. So this means that only when the list was created in the AdWords web interface the listType field is null

Re: Get rules of a REMARKETING UserList

2016-09-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Apologies for the delayed response. I am not exactly sure why you are not getting a value for the listType field since I am able to retrieve it using the AdwordsUserListService.get. Could you confirm if you referred to our example

Re: Get rules of a REMARKETING UserList

2016-09-21 Thread kondiment test
Thank you, Peter! What do you mean by "You will need to specify the correct UserList type"? In my call I selected both `DateSpecificListRule` and `ExpressionListRule` but no fields with rules appeared in the response. The 2 remarketing lists that I get are *object*(*UserList*)[*361*] *pu

Re: Get rules of a REMARKETING UserList

2016-09-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi, You will need to specify the correct UserList type whether it is DateSpecificRuleUserList

Get rules of a REMARKETING UserList

2016-09-21 Thread kondiment test
Hi there! How can I get the rules with which a UserList was created? I have created a remarketing list with rules, in the AdWords web interface and I'm pulling it through the API using AdwordsUserListService->get(), but I don't know how to get its rules. Thank you! -- -- =~=~=~=~=~=~=~=~=~=