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, remove) on an ad group criterion label.
JSON representation
{// Union field operation can be only one of the following:"create": {object (AdGroupCriterionLabel)},"remove": string// End of list of possible types for union field operation.}
Fields
Union field operation. The mutate operation. operation can be only one of the following:
[[["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 2024-05-29 UTC."],[[["This page describes the JSON format for performing a single operation (create or remove) on an ad group criterion label."],["The JSON request uses a union field \"operation\" to specify either a \"create\" with an AdGroupCriterionLabel object or a \"remove\" with a resource name string."],["For \"create\" operations, you provide the AdGroupCriterionLabel details without a resource name, and for \"remove\" operations, you provide the full resource name of the label."]]],["The content describes a single operation on an ad group criterion label, which can be either a creation or removal. For creation, an `AdGroupCriterionLabel` object is required, and no resource name is needed. For removal, a resource name string must be provided, following the format `customers/{customerId}/adGroupCriterionLabels/{adGroupId}~{criterionId}~{label_id}`. Only one operation type, `create` or `remove`, can be executed at a time.\n"]]