Team,
I'm currently using v6 version of Google Ads API & trying to update the name or status of userlist & keep running into USER_LIST_MUTATE_NOT_SUPPORTED error.
I can confirm that the user list i'm trying to update is enabled, in open status & not read-only. Can you please help me understand how we can resolve this issue?
Here's a snapshot of error that i'm seeing.
errors {
error_code {
user_list_error: USER_LIST_MUTATE_NOT_SUPPORTED
}
message: "Creating user list without setting type in oneof user_list field, or creating/updating read-only user list types is not allowed."
trigger {
string_value: ""
}
location {
field_path_elements {
field_name: "operations"
index: 0
}
}
}