Achtung:Sie lesen die Dokumentation für die REST-Schnittstelle der API. Die meisten unserer offiziellen Clientbibliotheken verwenden gRPC.
Weitere Informationen
AssetSetAssetOperation
Ein einzelner Vorgang (Erstellen, Entfernen) für ein Asset-Gruppen-Asset.
JSON-Darstellung |
{
// Union field operation can be only one of the following:
"create": {
object (AssetSetAsset )
},
"remove": string
// End of list of possible types for union field operation .
} |
Felder |
Union-Feld operation . Der mutate-Vorgang Für operation ist nur einer der folgenden Werte zulässig: |
create |
object (AssetSetAsset )
Erstellungsvorgang: Für das neue Asset der Asset-Gruppe wird kein Ressourcenname erwartet
|
remove |
string
Entfernungsvorgang: Für das entfernte Asset-Gruppen-Asset wird ein Ressourcenname im folgenden Format erwartet: customers/{customerId}/assetSetAssets/{asset_set_id}~{asset_id}
|
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-09-12 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-09-12 (UTC)."],[[["This document outlines the JSON structure for managing asset set assets within Google Ads."],["Operations include creating new asset set assets or removing existing ones."],["Creating an asset set asset requires providing asset set asset details in the JSON payload."],["Removing an asset set asset requires specifying the resource name of the asset set asset to be removed."],["The JSON structure uses a union field 'operation' to indicate whether to create or remove an asset set asset."]]],["The core content details actions for managing asset set assets. The `operation` field dictates the action, which can be either `create` or `remove`. `create` adds a new asset set asset, requiring an object. `remove` deletes an existing asset set asset, and requires a resource name string in the format `customers/{customerId}/assetSetAssets/{asset_set_id}~{asset_id}`. Only one of these operations can be active at a time.\n"]]