스트림 요청에서 제한된 수의 광고 태그 매개변수를 재정의할 수 있습니다. 추가된 값은 문자열이어야 합니다.
자세한 내용은
타겟팅 매개변수를 스트림에 공급하기를 참고하세요.
스트림 변형 환경설정에 dai-ot 및 dai-ov 매개변수를 사용할 수 있습니다.
자세한 내용은
스트림 변형 매개변수 재정의를 참고하세요.
이 스트림 요청을 실행하는 게시자의 네트워크 코드입니다. 네트워크 코드는 포드 제공 스트림 요청 (PodStreamRequest 또는 PodVodStreamRequest) 및 클라우드 스티칭 스트림 요청(VideoStitcherLiveStreamRequest 또는 VideoStitcherVodStreamRequest)에 필요하며 전체 서비스 스트림 요청(LiveStreamRequest 또는 VODStreamRequest)의 경우 선택사항이지만 권장됩니다. 이 코드는 프로그래매틱 방식의 제한적인 광고 사용 설정과 같이 Ad Manager UI에서 선택한 설정을 적용하는 데 사용됩니다. 포드 게재 및 Cloud Stitching의 경우 스트림을 찾고 재생하는 데도 사용됩니다. 네트워크 코드를 찾으려면 이 도움말을 참고하세요.
[[["이해하기 쉬움","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"]],["최종 업데이트: 2025-06-04(UTC)"],[[["`PodStreamRequest` is a class used to specify properties for live stream requests that utilize pod serving."],["It inherits properties from the `StreamRequest` class, such as `apiKey`, `authToken`, and `format`, offering flexibility and control."],["A crucial property for `PodStreamRequest` is `customAssetKey`, which determines the stream to be played and is mandatory for pod serving live stream requests."],["Publishers can use the `adTagParameters` property to override specific ad tag parameters to fine-tune ad delivery within their streams."],["While inheriting properties for programmatic control and content authorization, `PodStreamRequest` requires a `networkCode` for locating and playing the stream."]]],["The `PodStreamRequest` class defines properties for live stream requests, extending `StreamRequest`. Key actions include setting `customAssetKey` to identify the stream, which is mandatory for pod serving live streams. Publishers can specify ad tag parameters, API keys, authorization tokens, and network codes. Other configurations include stream format (`hls` or `dash`), consent settings, skip UI display via `senderCanSkip`, and debugging with `streamActivityMonitorId`. Values can be changed for targeting and stream variant preferences.\n"]]