Hello
I get error when try to mutate field include_in_conversions_metric in conversion_action
It's confused me because in docs nothing about immutability:
https://developers.google.com/google-ads/api/fields/v11/conversion_action#conversion_action.include_in_conversions_metricI found old screen where we can edit it:

Currently, there is not it in UI:
.png?part=0.1&view=1)
Please help me :)
{
"error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "
type.googleapis.com/google.ads.googleads.v11.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"fieldError": "IMMUTABLE_FIELD"
},
"message": "The field attempted to be mutated is immutable.",
"trigger": {
"booleanValue": true
},
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
},
{
"fieldName": "update"
},
{
"fieldName": "include_in_conversions_metric"
}
]
}
}
],
"requestId": "tgfvpRlk1ShMguYZjPwDcQ"
}
]
}
}