Hello,
We are facing the following issue when we want to create a responsive_search_ad with the API
{
"message": "Request contains an invalid argument.",
"code": 3,
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "
type.googleapis.com/google.ads.googleads.v10.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"assetError": "DUPLICATE_ASSET"
},
"message": "Assets are duplicated across operations.",
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 1
},
{
"fieldName": "create"
},
{
"fieldName": "ad"
},
{
"fieldName": "responsive_search_ad"
},
{
"fieldName": "headlines",
"index": 8
}
]
}
}
],
As far as I understood it means that one headline is duplicated in the headlines list. But We have checked and it's not the case. Although I wonder how the text is analyzed, I mean are the
diacritics taken into account or discarded? or are you having a % of match between 2 strings? for example, if 2 strings differ by 1 character, are they considered the same or different?
I wonder because when we enter the same text in the ad web interface, there is no error.
Any insight will be great.
Best Regards
José