스트림 요청에서 제한된 광고 태그 매개변수 집합을 재정의할 수
있습니다. 추가되는 값은 문자열이어야 합니다.
자세한 내용은
타겟팅 매개변수를 스트림에 제공을 참조하세요.
스트림 변형 환경설정에 dai-ot 및 dai-ov 매개변수를 사용할 수 있습니다.
자세한 내용은
스트림 변형 매개변수 재정의를 참고하세요.
이 스트림 요청을 하는 게시자의 네트워크 코드입니다. 네트워크 코드는 모든 스트림 요청에 필요하며, 잘못된 코드가 포함된 스트림 요청은 실패할 수 있습니다. 이 코드는 프로그래매틱 방식의 제한적인 광고 사용 설정과 같이
Ad Manager UI에서 선택한 설정을 적용하는 데도 사용됩니다.
네트워크 코드를 찾으려면 이 도움말을 참고하세요.
인증 공급업체를 OMID 액세스 모드에 매핑하기 위한 설정 객체입니다.
인증 스크립트 URL은 공급업체에서 제공하는 정규 표현식과 내부적으로 비교하여 OmidVerificationVendor 키로 확인됩니다. 그런 다음 IMA는 이 객체를 사용하여 지정된 공급업체의 액세스 모드를 조회합니다.
알려진 공급업체로 확인되지 않는 스크립트 URL 또는 확인된 OmidVerificationVendor가 이 객체에 제공되지 않는 경우 IMA는 OmidVerificationVendor.OTHER에 제공된 액세스 모드를 사용합니다. OmidVerificationVendor.OTHER를 입력하지 않으면 제한된 액세스 모드가 사용됩니다.
[[["이해하기 쉬움","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"]]