Starting today(20.05) when doing operations like this:
{"adGroupAdOperation":{"create":{"adGroup":"customers\/
5197479649\/adGroups\/134653633601","ad":{"finalUrls":["https:\/\/
info7641445.wixsite.com\/is-2005-2"],"expandedTextAd":{"headlinePart1":"fafwefwef","headlinePart2":"wefwefwf","headlinePart3":"wfwefwfwefwf","description":"wefwefwefwef"}}}}}
We started getting errors like this:
[
{
"message": "A transient internal error has occurred. Please retry the request.",
"trigger": "{\"stringValue\":\"ENABLED_AD_GROUP_CREATIVES_PER_CAMPAIGN\"}",
"location": "{\"fieldPathElements\":[{\"fieldName\":\"mutate_operations\",\"index\":0},{\"fieldName\":\"ad_group_ad_operation\"}]}"
},
{
"message": "A transient internal error has occurred. Please retry the request.",
"trigger": "{\"stringValue\":\"ENABLED_ADVERTISER_BASE_AD_GROUP_CREATIVES_PER_CUSTOMER\"}",
"location": "{\"fieldPathElements\":[{\"fieldName\":\"mutate_operations\",\"index\":0},{\"fieldName\":\"ad_group_ad_operation\"}]}"
},
{
"message": "A transient internal error has occurred. Please retry the request.",
"trigger": "{\"stringValue\":\"ENABLED_TEXT_CREATIVES_PER_AD_GROUP\"}",
"location": "{\"fieldPathElements\":[{\"fieldName\":\"mutate_operations\",\"index\":0},{\"fieldName\":\"ad_group_ad_operation\"}]}"
}
]
This happens multiple times and seems to be random, sometimes it works, sometimes it doesn't. This is kind of hard to handle, because we already tried to do retry and and it didn't solve a problem. Sometimes it just works, with the same data.
Also this operation is done with validateOnly = true, so it's only a validation of operation. Not sure what started happening, we didn't notice this issue earlier.