Attenzione: stai visualizzando la documentazione per l'interfaccia REST dell'API. La maggior parte delle nostre librerie client ufficiali utilizza gRPC. Per informazioni dettagliate, consulta la Introduzione a REST.
Una singola operazione (creazione, aggiornamento, rimozione) sul parametro dell'annuncio.
Rappresentazione JSON
{"updateMask": string,// Union field operation can be only one of the following:"create": {object (AdParameter)},"update": {object (AdParameter)},"remove": string// End of list of possible types for union field operation.}
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-03-06 UTC."],[[["This operation defines how to create, update, or remove an ad parameter."],["The `operation` field determines the type of action (create, update, remove) to be performed."],["A `FieldMask` is used in update operations to specify which fields of the ad parameter should be modified."],["When creating a new ad parameter, a resource name is not required."],["For removal, the ad parameter's resource name must be provided in a specific format."]]],[]]