8 सितंबर, 2025 से, हर नए लाइन आइटम को यह बताना होगा कि वह यूरोपियन यूनियन (ईयू) में राजनैतिक विज्ञापन दिखाएगा या नहीं. Display & Video 360 API और एसडीएफ़ अपलोड करने की उन कार्रवाइयों को पूरा नहीं किया जा सकेगा जिनमें एलान नहीं किया गया है. इस बारे में ज़्यादा जानने के लिए कि इंटिग्रेशन को अपडेट करके यह एलान कैसे किया जाए, हमारा
हटाए गए टैग और एट्रिब्यूट का पेज देखें.
REST Resource: advertisers.channels
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
संसाधन: चैनल
एक चैनल. चैनल, मिलती-जुलती वेबसाइटों और ऐप्लिकेशन के कस्टम ग्रुप होते हैं.
JSON के काेड में दिखाना |
{
"name": string,
"channelId": string,
"displayName": string,
"positivelyTargetedLineItemCount": string,
"negativelyTargetedLineItemCount": string,
// Union field owner can be only one of the following:
"partnerId": string,
"advertiserId": string
// End of list of possible types for union field owner .
} |
फ़ील्ड |
name |
string
सिर्फ़ आउटपुट के लिए. चैनल का संसाधन नाम.
|
channelId |
string (int64 format)
सिर्फ़ आउटपुट के लिए. चैनल का यूनीक आईडी. सिस्टम से असाइन किया गया.
|
displayName |
string
ज़रूरी है. चैनल का डिसप्ले नेम. यह UTF-8 कोड में होना चाहिए और इसकी लंबाई ज़्यादा से ज़्यादा 240 बाइट होनी चाहिए.
|
positivelyTargetedLineItemCount |
string (int64 format)
सिर्फ़ आउटपुट के लिए. उन लाइन आइटम की संख्या जो सीधे तौर पर इस चैनल को टारगेट कर रहे हैं.
|
negativelyTargetedLineItemCount |
string (int64 format)
सिर्फ़ आउटपुट के लिए. ऐसे लाइन आइटम की संख्या जो सीधे तौर पर इस चैनल को नेगेटिव तरीके से टारगेट कर रहे हैं.
|
यूनियन फ़ील्ड owner . चैनल का मालिकाना हक रखने वाली DV360 इकाई की पहचान करता है. यह कोई पार्टनर या विज्ञापन देने वाला व्यक्ति या कंपनी हो सकती है. owner इनमें से कोई एक हो सकता है: |
partnerId |
string (int64 format)
चैनल का मालिकाना हक रखने वाले पार्टनर का आईडी.
|
advertiserId |
string (int64 format)
विज्ञापन देने वाले उस व्यक्ति या कंपनी का आईडी जिसके पास चैनल का मालिकाना हक है.
|
तरीके |
|
नया चैनल बनाता है. |
|
किसी पार्टनर या विज्ञापन देने वाले के लिए चैनल पाता है. |
|
किसी पार्टनर या विज्ञापन देने वाले के चैनलों की सूची. |
|
चैनल को अपडेट करता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],[],null,["# REST Resource: advertisers.channels\n\n- [Resource: Channel](#Channel)\n - [JSON representation](#Channel.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Channel\n-----------------\n\nA single channel. Channels are custom groups of related websites and apps.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"channelId\": string, \"displayName\": string, \"positivelyTargetedLineItemCount\": string, \"negativelyTargetedLineItemCount\": string, // Union field `owner` can be only one of the following: \"partnerId\": string, \"advertiserId\": string // End of list of possible types for union field `owner`. } ``` |\n\n| Fields ||\n|-----------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. The resource name of the channel. |\n| `channelId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The unique ID of the channel. Assigned by the system. |\n| `displayName` | `string` Required. The display name of the channel. Must be UTF-8 encoded with a maximum length of 240 bytes. |\n| `positivelyTargetedLineItemCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. Number of line items that are directly targeting this channel positively. |\n| `negativelyTargetedLineItemCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. Number of line items that are directly targeting this channel negatively. |\n| Union field `owner`. Identifies the DV360 entity that owns the channel. It can be either a partner or an advertiser. `owner` can be only one of the following: ||\n| `partnerId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The ID of the partner that owns the channel. |\n| `advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The ID of the advertiser that owns the channel. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------|---------------------------------------------|\n| ### [create](/display-video/api/reference/rest/v4/advertisers.channels/create) | Creates a new channel. |\n| ### [get](/display-video/api/reference/rest/v4/advertisers.channels/get) | Gets a channel for a partner or advertiser. |\n| ### [list](/display-video/api/reference/rest/v4/advertisers.channels/list) | Lists channels for a partner or advertiser. |\n| ### [patch](/display-video/api/reference/rest/v4/advertisers.channels/patch) | Updates a channel. |"]]