I am trying to change my ads final urls into something like...
keyword.text = hello
final url = https://www.helloworld.com/utm_term=hello
But some keywords keep failing and can't figure what's going wrong.
I realized that there are some keywords doesn't really exist in google ads
dashboard (can't find in my google ads dashboard homepage).
And guessing it causes this error below.
```
{
"error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type":
"type.googleapis.com/google.ads.googleads.v12.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"mutateError": "RESOURCE_NOT_FOUND"
},
"message": "Resource was not found.",
"trigger": {
"int64Value": "475583997"
},
"location": {
"fieldPathElements": [
{
"fieldName": "mutate_operations",
"index": 0
},
{
"fieldName": "ad_group_criterion_operation"
},
{
"fieldName": "update"
},
{
"fieldName": "resource_name"
}
]
}
}
],
"requestId": "ohRwp-zf_-QaDmYBik0Llg"
}
]
}
}
```
REQUEST BODY looks like this
{
"mutateOperations": [
{
"adGroupCriterionOperation": {
"updateMask": "finalUrls",
"update": {
"resourceName":
"customers/5318998392/adGroupCriteria/145182986520~475583997",
"finalUrls": [
"https://vplate.io/?utm_source=google&utm_medium=sa&utm_campaign=vplate&utm_term=동영상만들기"
]
}
}
}
]
}
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/f1fd983d-f198-419d-93d2-1a230a717023n%40googlegroups.com.