चेतावनी: आप एपीआई के REST इंटरफ़ेस के बारे में दस्तावेज़ देख रहे हैं. हमारी ज़्यादातर आधिकारिक क्लाइंट लाइब्रेरी, gRPC का इस्तेमाल करती हैं. ज़्यादा जानकारी के लिए,
REST के बारे में जानकारी देखें.
AdGroupAssetSet
AdGroupAssetSet, विज्ञापन ग्रुप और ऐसेट सेट के बीच का लिंक होता है. AdGroupAssetSet बनाने से, ऐसेट सेट को विज्ञापन ग्रुप से लिंक किया जाता है.
JSON के काेड में दिखाना |
{
"resourceName": string,
"adGroup": string,
"assetSet": string,
"status": enum (AssetSetLinkStatus )
} |
फ़ील्ड |
resourceName |
string
इम्यूटेबल. विज्ञापन ग्रुप के एसेट सेट के संसाधन का नाम. विज्ञापन ग्रुप ऐसेट सेट के संसाधनों के नाम इस फ़ॉर्मैट में होते हैं: customers/{customerId}/adGroupAssetSets/{adGroupId}~{asset_set_id}
|
adGroup |
string
इम्यूटेबल. वह विज्ञापन ग्रुप जिससे यह एसेट सेट जुड़ा है.
|
assetSet |
string
इम्यूटेबल. विज्ञापन ग्रुप से जुड़ा ऐसेट सेट.
|
status |
enum (AssetSetLinkStatus )
सिर्फ़ आउटपुट के लिए. विज्ञापन ग्रुप एसेट सेट का स्टेटस. सिर्फ़ पढ़ने के लिए.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-10-18 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-10-18 (UTC) को अपडेट किया गया."],[[["AdGroupAssetSet links an asset set with an ad group, establishing a connection for utilizing assets within the ad group's context."],["It's represented by a JSON object containing resource name, ad group, asset set, and status information, enabling programmatic management and linking."],["Resource name, ad group, and asset set are immutable properties defined during creation, ensuring consistent linkage throughout the lifecycle."],["AdGroupAssetSet status is read-only and reflects the current state of the linkage, providing insights into its operational condition."]]],[]]