Hi all,
i want to create an AdGroupCriterion with "placement":
{
"operations": {
"create": {
"placement": {
},
"adGroup":"customers/
2017233623/adGroups/87687245715",
"status": "ENABLED",
"type": "PLACEMENT"
}
}
}
but when i call the api i get as answer:
{
"error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
{
"errors": [
{
"errorCode": {
"requestError": "UNKNOWN"
},
"message": "The error code is not in this version.",
"trigger": {
"stringValue": "SEARCH"
},
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": "0"
},
{
"fieldName": "create"
},
{
"fieldName": "placement"
}
]
}
}
]
}
]
}
}
Note that Campaign is SEARCH.
How i can set up a "placement" for SEARCH Campain ?