Hi,

I'm looking to migrate an app from v12. Since v13, we have to use Flexible 
User Lists instead of Expression User Lists. 

Now, since "OR of ANDs is the only supported type for FlexibleRuleUserList. 
<https://developers.google.com/google-ads/api/reference/rpc/v13/UserListRuleInfo>",
 
we have to think differently. Instead of having a bunch of items in a 
single UserListRuleItemGroup, we have to have a single item per group, and 
then set the  UserListFlexibleRuleOperator to OR, so that each set of 
groups is in an alternative relation to others. This essentially means, if 
my logic checks out, that any individual rule item being true will result 
in the User List being applied.

I've implemented this as a proof-of-concept, but I keep getting "TOO_MANY" 
errors when trying to create or update user lists with 27 or more groups in 
each inclusive FlexibleRuleOperandInfo. This is weird, because when 
retrieving user list created pre-v13, it shows as many as 120+ groups being 
in a single FlexibleRuleOperandInfo. Anyway, I assume it's how the data is 
represented in the API since the removal of expression user lists and it 
cannot be created in the same way. 

So, in short, my questions are:

   1. How many groups can I have in a single FlexibleRuleOperandInfo?
   2. How many FlexibleRuleOperandInfo  can be added 
   to  FlexibleRuleUserListInfo's  inclusive_operands[] ?

Thanks! 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e99c5b31-f45e-47e9-a263-52f721ca5d57n%40googlegroups.com.

Reply via email to