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.
[[["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 ad mutate result is represented in JSON format, containing the resource name and the mutated ad."],["The `resourceName` field provides the name assigned to the resource after a successful operation."],["The `ad` field shows the modified ad, including only the fields that were changed during the mutation, and is only returned when `responseContentType` is set to \"MUTABLE_RESOURCE\"."]]],["The provided content outlines the JSON response structure for an ad mutate operation. It returns a JSON object containing: `resourceName`, a string representing the resource name for successful operations, and `ad`, an object representing the mutated ad. The `ad` field, containing only mutable fields, is only included if the `responseContentType` is set to \"MUTABLE_RESOURCE\".\n"]]