When I try to add a set of conversion value rules, I get the following error:
, { "errorCode": { "collectionSizeError": "TOO_MANY" }
, "message": "Too many."
, "location": { "fieldPathElements": [ { "fieldName": "operations", "index": 3 }
, { "fieldName": "create" }
, { "fieldName": "geo_location_condition" } ] } } ]
This appears to be due to the number of locations that I am adding to GeoLocationCondition. When I limit the number of locations to 1000, then I don't get the error.
Can anyone confirm that there is a limit of 1000 GeoTargetConstants that can be added to a GeoLocationCondition for a ConversionValueRule?