Achtung:Sie lesen die Dokumentation für die REST-Schnittstelle der API. Die meisten unserer offiziellen Clientbibliotheken verwenden gRPC.
Weitere Informationen
ConversionActionOperation
Ein einzelner Vorgang (Erstellen, Aktualisieren, Entfernen) für eine Conversion-Aktion.
JSON-Darstellung |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (ConversionAction )
},
"update": {
object (ConversionAction )
},
"remove": string
// End of list of possible types for union field operation .
} |
Felder |
updateMask |
string (FieldMask format)
FieldMask, die angibt, welche Ressourcenfelder bei einer Aktualisierung geändert werden. Dies ist eine durch Kommas getrennte Liste vollständig qualifizierter Feldnamen. Beispiel: "user.displayName,photo" .
|
Union-Feld operation . Der Änderungsvorgang. Für operation ist nur einer der folgenden Werte zulässig: |
create |
object (ConversionAction )
Vorgang „Erstellen“: Für die neue Conversion-Aktion ist kein Ressourcenname erforderlich.
|
update |
object (ConversionAction )
Aktualisierungsvorgang: Die Conversion-Aktion muss einen gültigen Ressourcennamen haben.
|
remove |
string
Vorgang „Entfernen“: Es wird ein Ressourcenname für die entfernte Conversion-Aktion in folgendem Format erwartet: customers/{customerId}/conversionActions/{conversionActionId}
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-11-05 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-11-05 (UTC)."],[[["This documentation describes how to perform a single operation (create, update, or remove) on a Google Ads conversion action using JSON."],["Operations are defined using a JSON object that includes an `updateMask` and an `operation` field specifying the action type and details."],["The `operation` field can be one of `create`, `update`, or `remove`, each with specific requirements for providing resource names and data."],["For `create`, a new conversion action object is provided without a resource name; for `update`, an existing conversion action with a resource name is updated; and for `remove`, only the resource name of the conversion action to be removed is needed."]]],[]]