Using AdGroupAdService I got SelectorError.TOO_MANY_PREDICATE_VALUES error
65 views
Skip to first unread message
Luigi Taccetta
unread,
Aug 26, 2018, 6:44:40 PM8/26/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
Hi there,
Using AdGroupAdService I got SelectorError.TOO_MANY_PREDICATE_VALUES error. I notice the number of items in the array passed is huge, but I didn't find any limit in the reference online nor in the code.
Any idea how much is it or where I can check it?
Thanks
Luigi Taccetta
unread,
Aug 26, 2018, 6:47:13 PM8/26/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
Just in case I'm using the 201802 version
Teja Makani
unread,
Aug 27, 2018, 6:10:27 PM8/27/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
Hi Luigi,
The TOO_MANY_PREDICATE_VALUES occurs when you are using over 10,000 values in either your IN or NOT_IN predicate. If this is not the cause of your issue, please send me your SOAP request and response via reply privately to author so that I can investigate further.
Regards, Sai Teja, AdWords API Team.
Luigi Taccetta
unread,
Aug 27, 2018, 7:11:22 PM8/27/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
In this case it was related to the quantity of values passed. Thanks!
Teja Makani
unread,
Aug 28, 2018, 7:06:34 PM8/28/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
Hello Luigi,
If you need any additional assistance, please share the SOAP request and response via reply privately to author so that I can investigate further. You could refer README.md to enable logging in Java, for other client libraries you can found from here.
Regards, Sai Teja, AdWords API Team.
On Sunday, August 26, 2018 at 2:44:40 PM UTC-4, Luigi Taccetta wrote: