Attempting to update and existing conversion_action (https://developers.google.com/google-ads/api/rest/reference/rest/v17/customers.conversionActions/mutate), I passed the category value "QUALIFIED_LEAD" which is valid based on the enum https://developers.google.com/google-ads/api/fields/v17/conversion_action#conversion_action.category
request: {"operations":[{"update":{"resourceName":"customers/<REDACTED>/conversionActions/<REDACTED>","id":"<REDACTED>","name":"Calls (web page calls)","type":"UPLOAD_CLICKS","primaryForGoal":false,"category":"QUALIFIED_LEAD","clickThroughLookbackWindowDays":"7","valueSettings":{"defaultValue":0,"defaultCurrencyCode":"USD","alwaysUseDefaultValue":false},"countingType":"ONE_PER_CLICK","attributionModelSettings":{"attributionModel":"GOOGLE_SEARCH_ATTRIBUTION_DATA_DRIVEN"}},"updateMask":"name,status,primary_for_goal,category,click_through_lookback_window_days,value_settings.default_value,value_settings.default_currency_code,counting_type,attribution_model_settings.attribution_model,primary_for_goal"}],"partialFailure":true,"validateOnly":false,"responseContentType":"MUTABLE_RESOURCE"} response: "partialFailureError": { "code": 3, "message": "The field's value is invalid., at operations[0].update.category", "details": [ { "@type": "type.googleapis.com/google.ads.googleads.v17.errors.GoogleAdsFailure", "errors": [ { "errorCode": { "fieldError": "INVALID_VALUE" }, "message": "The field's value is invalid.", "trigger": { "int64Value": "28" }, "location": { "fieldPathElements": [ { "fieldName": "operations", "index": 0 }, { "fieldName": "update" }, { "fieldName": "category" } ] } } ], "requestId": "" } ] } -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/7cbf8a13-a0fb-4ceb-975d-bf89a6aa780dn%40googlegroups.com.