Ben Cross
unread,Jul 24, 2023, 8:51:01 AM7/24/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Ads API and AdWords API Forum
While trying to use the .net version of the api to set up a listing group for a performance max asset group, I encounter "requestError:UNKNOWN" whilst trying to push up a root listing group.
This error occurs on the vertical of an AssetGroupListingGroupFilter where the value "SHOPPING" triggers the error. The only other vertical values are "UNKNOWN" and "UNSPECIFIED" where both of those throw an error. I also tried to remove the vertical to see if this affected it, but a vertical is mandatory which again threw an error.
These errors occurred on V12, V13, and V14 versions of google ads api.
The api call fault log is as follows:
Fault: {
"StatusCode": 3,
"Details": "Request contains an invalid argument.",
"RequestId": "LdQPFghePiFx22OmhDRiXA",
"Failure": {
"errors": [
{
"errorCode": {
"requestError": "UNKNOWN"
},
"message": "The error code is not in this version.",
"trigger": {
"stringValue": "SHOPPING"
},
"location": {
"fieldPathElements": [
{
"fieldName": "mutate_operations",
"index": 1
},
{
"fieldName": "asset_group_listing_group_filter_operation"
},
{
"fieldName": "create"
},
{
"fieldName": "vertical"
}
]
}
}
],
"requestId": "LdQPFghePiFx22OmhDRiXA"
}