Hello,
Thanks for reaching out to the Google Ads API Team.
I have replicated the error below and have produced a successful operation. Please try maintaining only 1 UserListRuleItemInfo object in your
request. Please refer to this documentation for more information. (Links Below)
Please try this modified operation code below to see if you still experience the same error:
{
"operations": [
{
"create": {
"membershipStatus": "OPEN",
"ruleBasedUserList": {
"flexibleRuleUserList": {
"inclusiveRuleOperator": "OR",
"inclusiveOperands": [
{
"rule": {
"ruleType": "OR_OF_ANDS",
"ruleItemGroups": [
{
"ruleItems": [
{
"stringRuleItem": {
"operator": "EQUALS",
"value": "www.aaa.com"
},
"name": "aaa"
}
]
}
]
}
}
],
"exclusiveOperands": [
{}
]
}
},
"name": "edar //39",
"integrationCode": "tp=VISITORS_RULE",
"membershipLifeSpan": 30,
"eligibleForSearch": true
}
}
]
}
If the error persists, please do provide us with the complete request and response logs with request ID generated when you used this operation.
Links for Reference:
UserListRuleItemInfo - https://developers.google.com/google-ads/api/rest/reference/rest/v13/UserList#UserListRuleItemGroupInfo
Documentation - https://developers.google.com/google-ads/api/rest/reference/rest/v13/customers.userLists/mutate
Request - https://developers.google.com/google-ads/api/docs/concepts/field-service#request
Response Logs - https://developers.google.com/google-ads/api/docs/concepts/field-service#response
Request ID - https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id
Regards,
![]() |
Google Ads API Team |

