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.
A single operation (create, update, remove) on an ad group extension setting.
JSON representation
{"updateMask": string,"responseContentType": enum (ResponseContentType),// Union field operation can be only one of the following:"create": {object (AdGroupExtensionSetting)},"update": {object (AdGroupExtensionSetting)},"remove": string// End of list of possible types for union field operation.}
[[["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."],[[["This page details the JSON format for performing operations (create, update, remove) on an ad group extension setting within Google Ads."],["Operations can specify an `updateMask` to control which fields are modified and a `responseContentType` to determine the response format."],["The `operation` field dictates the action, accepting `create`, `update`, or `remove` along with the corresponding ad group extension setting data or resource name."]]],["This JSON schema outlines operations for managing ad group extension settings. It supports `create`, `update`, and `remove` actions. The `updateMask` field specifies which fields to modify during an update. `responseContentType` dictates whether the full resource or just its name is returned after mutation. For `create` and `update`, an `AdGroupExtensionSetting` object is used. For `remove`, a resource name in the format `customers/{customerId}/adGroupExtensionSettings/{adGroupId}~{extensionType}` is required.\n"]]