[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-07-09 UTC。"],[[["`VODStreamRequest` is a class used to specify properties for on-demand video stream requests within the Google Ad Manager Dynamic Ad Insertion system."],["It requires `contentSourceId` and `videoId` to identify the content and source, respectively, for on-demand streams."],["This class inherits properties from `StreamRequest` like `apiKey`, `authToken`, `format`, and `adTagParameters` which offer control over ad requests, content authorization, and stream formats (HLS or DASH)."],["Publishers can optionally use `networkCode` to integrate settings from the Ad Manager UI and leverage features like programmatic limited ads."],["For advanced use cases, `omidAccessModeRules` and `streamActivityMonitorId` are available for controlling ad verification and debugging streams, respectively."]]],["The `VODStreamRequest` class manages properties for VOD stream requests. Key actions involve specifying `contentSourceId` and `videoId` (required for on-demand streams), and optionally `networkCode`. It also supports an optional `vodStreamRequest` object for pre-assigned properties. Ad tag parameters can be overridden with string values. The `apiKey` or `authToken` authorize stream access, and the format can be set to `hls` or `dash`. The `omidAccessModeRules` specifies settings for OMID verification. The `streamActivityMonitorId` allows debugging.\n"]]