If this field does exist I need to modify it.
How can I do it?
Request:
"operations":
[
{
"updateMask": "campaign.geoTargetTypeSetting",
"update": {
"positive_geo_target_type": "PRESENCE"
}
}
]
Response:
{
"error": {
"code": 400,
"message": "Invalid JSON payload received. Unknown name \"positive_geo_target_type\" at 'operations[0].update': Cannot find field.",
"status": "INVALID_ARGUMENT",
"details": [
{
"fieldViolations": [
{
"field": "operations[0].update",
"description": "Invalid JSON payload received. Unknown name \"positive_geo_target_type\" at 'operations[0].update': Cannot find field."
}
]
}
]
}
}