REST Resource: networks.assets.adBreaks
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
संसाधन: AdBreak
विज्ञापन के लिए ब्रेक का मेटाडेटा, जिसका इस्तेमाल लाइव वीडियो इवेंट में विज्ञापन के लिए ब्रेक के बारे में तय करने के लिए किया जाता है.
JSON के काेड में दिखाना |
{
"name": string,
"expectedDuration": string,
"customParams": string,
"scte35CueOut": string,
"podTemplateName": string,
"breakState": enum (BreakState )
} |
फ़ील्ड |
name |
string
सिर्फ़ आउटपुट के लिए. विज्ञापन के लिए ब्रेक के संसाधन का नाम. इस फ़ील्ड का फ़ॉर्मैट "networks//assets//adBreaks/" होगा. network_code, Google Ad Manager का वह नेटवर्क कोड है जिससे यह कॉन्टेंट जुड़ा है. asset_key, Google Ad Manager में लाइव स्ट्रीम इवेंट की कुंजी है. इसके तहत, विज्ञापन के लिए ब्रेक बनाया जाता है. adBreakId, विज्ञापन के लिए ब्रेक की कुंजी है. सिर्फ़ आउटपुट के लिए.
|
expectedDuration |
string (Duration format)
ज़रूरी है. ब्रेक की अनुमानित अवधि. सेकंड में कुल नौ दशमलव अंक, जो 's ' पर खत्म होते हैं. उदाहरण: "3.5s" .
|
customParams |
string
Ad Manager में कस्टम मानदंड टारगेटिंग के लिए, इस ब्रेक के विज्ञापन अनुरोधों में की-वैल्यू पेयर शामिल किए जाएंगे. उदाहरण: 'key1=value&key2=value2,value22'
|
scte35CueOut |
string
scte35 क्यू आउट से बेस 64 एन्कोड किया गया डेटा. इसमें splice_insert() या time_signal() कमांड शामिल हो सकता है. उदाहरण: - time_signal() के साथ: “/DA0AAAAAAAA///wBQb+cr0AUAAeAhxDVUVJSAAAjn/PAAGlmbAICAAAAAAsoKGKGKNAIAmsnRfg==” - with splice_insert(): "/DAvAAAAAAAAhAAANAWAAAAUAVIPf+/+boBAAhAAANAWAAAUAU
|
podTemplateName |
string
Google Ad Manager पॉड टेंप्लेट का नाम.
|
breakState |
enum (BreakState )
विज्ञापन के लिए ब्रेक की मौजूदा स्थिति.
|
BreakState
विज्ञापन के लिए ब्रेक की स्थिति.
Enums |
BREAK_STATE_UNSPECIFIED |
विज्ञापन के लिए ब्रेक की स्थिति की जानकारी नहीं है. |
BREAK_STATE_DECISIONED |
विज्ञापन के लिए ब्रेक लेने का फ़ैसला लेने की प्रोसेस शुरू हो गई है, लेकिन यह अभी तक उपयोगकर्ताओं को नहीं दी गई है. |
BREAK_STATE_COMPLETE |
उपयोगकर्ताओं को विज्ञापन के लिए ब्रेक दिया गया था. |
तरीके |
|
लाइव स्ट्रीम में विज्ञापन के लिए ब्रेक बनाने के लिए एपीआई. |
|
एपीआई की मदद से लाइव स्ट्रीम में विज्ञापन के लिए ब्रेक की जानकारी डालें. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-08-21 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-08-21 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eAdBreak resource stores ad break metadata for live video events, including duration, custom parameters, and SCTE-35 cue-out data.\u003c/p\u003e\n"],["\u003cp\u003eAdBreaks can be created and listed using the provided APIs for live stream management within Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eBreakState indicates the current status of an Ad Break, ranging from initial decisioning to complete delivery to users.\u003c/p\u003e\n"],["\u003cp\u003eAd Manager pod template names can be associated with AdBreaks to facilitate ad serving and targeting.\u003c/p\u003e\n"]]],["This document outlines the `AdBreak` resource, used for ad decisioning in live video events. Key details include the `name`, `expectedDuration`, `customParams`, `scte35CueOut`, `podTemplateName`, and `breakState`. `breakState` tracks the ad break's progress, with possible states like \"DECISIONED\" or \"COMPLETE\". Two API methods are provided: `create` to generate new ad breaks, and `list` to view existing ones within a live stream.\n"],null,["# REST Resource: networks.assets.adBreaks\n\n- [Resource: AdBreak](#AdBreak)\n - [JSON representation](#AdBreak.SCHEMA_REPRESENTATION)\n - [BreakState](#AdBreak.BreakState)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AdBreak\n-----------------\n\nAd break metadata used to decision ads for an ad break in a live video event.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"expectedDuration\": string, \"customParams\": string, \"scte35CueOut\": string, \"podTemplateName\": string, \"breakState\": enum (/ad-manager/video/rest/v1/networks.assets.adBreaks#AdBreak.BreakState) } ``` |\n\n| Fields ||\n|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. The resource name of the Ad Break. This field will have the format of \"networks//assets//adBreaks/\". network_code is the network code in Google Ad Manager to which this content belongs. asset_key is the key of the Live Stream Event in Google Ad Manage under which the Ad Break was created. adBreakId is the key of the Ad Break. OUTPUT ONLY. |\n| `expectedDuration` | `string (`[Duration](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Duration)` format)` Required. Expected break duration. A duration in seconds with up to nine fractional digits, ending with '`s`'. Example: `\"3.5s\"`. |\n| `customParams` | `string` Key-value pairs to be included on ad requests for this break for custom criteria targeting in Ad Manager. Example: 'key1=value\\&key2=value2,value22' |\n| `scte35CueOut` | `string` Base 64 encoded data from the scte35 cue out. May include splice_insert() or time_signal() command. Examples: - with time_signal(): \"/DA0AAAAAAAA///wBQb+cr0AUAAeAhxDVUVJSAAAjn/PAAGlmbAICAAAAAAsoKGKNAIAmsnRfg==\" - with splice_insert(): \"/DAvAAAAAAAA///wFAVIAACPf+/+c2nALv4AUsz1AAAAAAAKAAhDVUVJAAABNWLbowo=\" |\n| `podTemplateName` | `string` Google Ad Manager pod template name. |\n| `breakState` | `enum (`[BreakState](/ad-manager/video/rest/v1/networks.assets.adBreaks#AdBreak.BreakState)`)` The current state of the Ad Break. |\n\n### BreakState\n\nThe state of an Ad Break.\n\n| Enums ||\n|---------------------------|--------------------------------------------------------------|\n| `BREAK_STATE_UNSPECIFIED` | The Ad Break state is unknown. |\n| `BREAK_STATE_DECISIONED` | Ad Break decisioning started but not yet delivered to users. |\n| `BREAK_STATE_COMPLETE` | Ad Break was delivered to users. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------|---------------------------------------------------|\n| ### [create](/ad-manager/video/rest/v1/networks.assets.adBreaks/create) | API to create an Ad Break within the live stream. |\n| ### [list](/ad-manager/video/rest/v1/networks.assets.adBreaks/list) | API to list Ad Breaks within the live stream. |"]]