Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.
The mutated campaign draft with only mutable fields after mutate. The field will only be returned when responseContentType is set to "MUTABLE_RESOURCE".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-06 UTC."],[[["The JSON representation showcases the result for the campaign draft mutation."],["It includes fields like `resourceName` (indicating operation success) and `campaignDraft` (containing the mutated draft)."],["`campaignDraft` field only appears when `responseContentType` is set to \"MUTABLE_RESOURCE\" and includes only mutable fields after the mutation."]]],["The output of a campaign draft mutation includes a JSON representation containing the `resourceName` and `campaignDraft`. The `resourceName` is a string returned upon successful operations. The `campaignDraft`, an object, represents the mutated draft and includes only mutable fields after the operation. This `campaignDraft` is only returned when the response content type is set to \"MUTABLE_RESOURCE\".\n"]]