चेतावनी: आप एपीआई के REST इंटरफ़ेस के बारे में दस्तावेज़ देख रहे हैं. हमारी ज़्यादातर आधिकारिक क्लाइंट लाइब्रेरी, gRPC का इस्तेमाल करती हैं. ज़्यादा जानकारी के लिए,
REST के बारे में जानकारी देखें.
AssetSetAssetOperation
ऐसेट सेट ऐसेट पर एक कार्रवाई (बनाना, हटाना).
JSON के काेड में दिखाना |
{
// 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 .
} |
फ़ील्ड |
यूनियन फ़ील्ड operation . बदलाव करने की कार्रवाई. operation इनमें से सिर्फ़ एक हो सकता है: |
create |
object (AssetSetAsset )
बनाने की कार्रवाई: एसेट सेट की नई एसेट के लिए, संसाधन के किसी नाम की ज़रूरत नहीं है
|
remove |
string
कार्रवाई हटाने की कार्रवाई: हटाई गई ऐसेट सेट ऐसेट के लिए, संसाधन का नाम इस फ़ॉर्मैट में होना चाहिए: customers/{customerId}/assetSetAssets/{asset_set_id}~{asset_id}
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-12 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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"]]