Hey Google Ads API Team,
We recently encountered an issue when using the MutateConversionValueRuleSetsRequest. We found that it now only accepts a maximum of 500 ConversionValueRuleOperation resources. Adding any further rules results in the following error from the API:
{
"Failure": {
"errors": [
{
"errorCode": {
"collectionSizeError": "TOO_MANY"
},
"message": "Too many.",
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
},
{
"fieldName": "update"
},
{
"fieldName": "conversion_value_rules"
}
]
}
}
]
}
}
This behavior was also confirmed on the Google Ads UI, where attempting to add a 501st rule results in an unexpected error asking users to try again later.
Could you please confirm whether this change is expected? Additionally, is there any documentation available that outlines the various limits related to Conversion Value Rules?
Looking forward to your response.
Best regards,
Nishant Pandey
![]() |
Google Ads API Team |