Re: UserList listType is null

2016-09-22 Thread kondiment test
Sure: https://groups.google.com/forum/#!topic/adwords-api/P340NvmygL0

Thank you!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9db6f1ec-bfb2-48bf-823a-cf98e2b5a548%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UserList listType is null

2016-09-21 Thread 'Joyce Lava' via AdWords API Forum
Hi,

Please open a new thread and let's continue the discussion in that one. 
That way, we can track the case properly.

Thanks,
Joyce, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c7148489-fa55-4e99-8633-8636401b3d31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UserList listType is null

2016-09-21 Thread kondiment test
Hi Joyce,

Thank you for your reply.

I thought we were supposed to reuse threads that are about the exact 
problem that we're facing, in order to not duplicate them.. If you still 
want me to start another thread tell me and I will. Until then, here is 
some details that show the problem:

I attached a screenshot with the audiences in my AdWords account. The one 
circled I'm most interested in, "My remarketing list with rules [ADW-made]".

The result I get from the API, when calling AdWordsUserListService->get(), 
contains

*object*(*UserList*)[*361*]
  *public* 'id' => string '414687168' *(length=9)*
  *public* 'isReadOnly' => boolean false
  *public* 'name' => string 'My remarketing list with rules [ADW-made]' 
*(length=41)*
  *public* 'description' => string '' *(length=0)*
  *public* 'status' => string 'OPEN' *(length=4)*
  *public* 'integrationCode' => null
  *public* 'accessReason' => string 'OWNED' *(length=5)*
  *public* 'accountUserListStatus' => string 'ACTIVE' *(length=6)*
  *public* 'membershipLifeSpan' => int 30
  *public* 'size' => int 0
  *public* 'sizeRange' => string 'LESS_THAN_FIVE_HUNDRED' *(length=22)*
  *public* 'sizeForSearch' => int 0
  *public* 'sizeRangeForSearch' => string 'LESS_THAN_FIVE_HUNDRED' 
*(length=22)*
  *public 'listType' => null*
  *public* 'isEligibleForSearch' => boolean false
  *public* 'isEligibleForDisplay' => boolean true
  *public* 'UserListType' => string 'UserList' *(length=8)*
  *private* '_parameterMap' => 
*array* *(size=1)*
  'UserList.Type' => string 'UserListType' *(length=12)*


The selector I'm using is this:


$selector = new \Selector;

$selector->fields = array('Id', 'Name', 'Description', 
'Status', 'IsReadOnly', 'AccessReason', 'AccountUserListStatus', 
'MembershipLifeSpan', 'Size', 'SizeRange', 'SizeForSearch', 
'SizeRangeForSearch', '*ListType*', 'IsEligibleForSearch', 
'IsEligibleForDisplay', 'SeedUserListId', 'SeedUserListName', 
'SeedUserListDescription', 'SeedUserListStatus', 'SeedListSize');


As can be seen, the 'ListType' selector field is there. I also tried with the 
following predicate added, as well, but I get the same fields for that audience.


$selector->predicates[] = new \Predicate('ListType', 'EQUALS', 'RULE_BASED');


For the audience "All visitors" I also get a null `listType` field.


Thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f505c7c1-7ad3-4070-b3d8-e6a68f2022b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UserList listType is null

2016-09-21 Thread 'Joyce Lava' via AdWords API Forum
Hi,

I tried to get the userList in my test account and it returned the lists 
created in the API and in UI with listType 
.
 
That is, a Rule-Based userList created in the UI is returned to me with the 
listType = RULE_BASED when I get it using the API. Please make sure that 
you add the ListType in the selector to return the value.

If you will have further clarifications about this, please open a new 
thread as this one is a bit old.

Thanks,
Joyce, AdWords API Team 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/29ebd6df-7fd9-447c-b5b7-2ea53cf7299f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UserList listType is null

2016-09-21 Thread kondiment test
Hi there!

Yin, regardless of where they were created they should have a not-null 
listType. The docs state that the listType field should be one of:

UNKNOWN
REMARKETING
LOGICAL
EXTERNAL_REMARKETING
RULE_BASED
SIMILAR
CRM_BASED

So clearly a remarketing list should have a listType with a value of 
REMARKETING or RULE_BASED (or EXTERNAL_REMARKETING). I still think this is 
a bug and that it should be corrected.

Thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d3d63d3d-1a74-4356-b1b1-a8b44cf53f4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UserList listType is null

2016-01-13 Thread Yin Niu
Hello, 

These are UserLists that are manually created from UI. 

Thanks,
Yin, AdWords API Team. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/526d5a25-d803-4e2f-b7c2-b49dfe63fb85%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.