이 항목에서는 광고 세트를 Video Cloud로 마이그레이션하는 방법에 대해 설명합니다.
광고 세트 마이그레이션 방법
Video Cloud에는 광고 세트의 개념이 없습니다. 클라이언트 측 광고는 일반적으로 비디오 cuepoints와 플레이어 광고 플러그인을 통해 설정됩니다. 단계별 참조: 자세한 내용은 광고 구현 .
비디오와 연결된 Video Cloud로 마이그레이션할 때 다음 두 가지 작업을 수행합니다.
- 일부 광고 세트 데이터를 cuepoints로 마이그레이션 (마이그레이션되는 내용은 에 따라 다르며 아래 섹션에 자세히 설명되어 있습니다)
ad_source
- 광고 세트 ID를 라는
ad_set_id
사용자 정의 필드에 저장하여 나중에 광고 세트 변경을 위해 비디오를 업데이트할 수 있습니다.
기존Ooyala 플레이어에서동영상이 재생되는 경우 광고는 이전과 같이 계속 재생됩니다. Brightcove 플레이어의 경우 플레이어에 적절한 광고 플러그인을 추가하고 구성해야합니다. 플레이어 모듈을 사용하여 플레이어 광고 구성및 기타 광고 문서는 Brightcove 플레이어상세 사항은.
지원되는 광고 소스
광고 세트 데이터를 Video Cloud로 마이그레이션할 때는 다음ad_source
유형만 지원됩니다.
- 비데오플라자
- 구글 이마
- 프리휠
- 내 광고
- VAST
- VPAID
위의 목록에서 해당 소스를 지원하는 모든 소스에 대해 다음 필드가 삭제됩니다.
tracking_pixel_url
ad_frequency
이러한 ad_sources에 대한 추가 필드는 문자열 된 JSON으로cue_points[i].metadata
“CODE”유형으로 저장됩니다. 정확한 매핑은 아래 섹션을 참조하십시오.
비데오플라자
Ooyala 광고 세트 데이터 | 비디오 클라우드 비디오 데이터 |
---|---|
ad_source [=videoplaze] |
cue_points[i].name |
ad_position |
cue_points[i].time |
vpDomain |
cue_points[i].metadata.vpd |
player_level_midroll_ad_breaks |
cue_points[i].metadata.pmab |
player_level_tags |
cue_points[i].metadata.pt |
player_level_videoplaza_flags |
cue_points[i].metadata.pvp |
player_level_shares |
cue_points[i].metadata.ps |
short_form_content_max_length |
cue_points[i].metadata.scml |
non_linear_ad_breaks |
cue_points[i].metadata.nlab |
account_id |
cue_points[i].metadata.account_id |
구글 IMA v3 데이터 매핑
Ooyala 광고 세트 데이터 | 비디오 클라우드 비디오 데이터 |
---|---|
ad_source [=googleimav3] |
cue_points[i].name |
ad_position |
cue_points[i].time |
ad_tag |
cue_points[i].metadata.ad_tag |
프리휠 데이터 매핑
Ooyala 광고 세트 데이터 | 비디오 클라우드 비디오 데이터 |
---|---|
ad_source [=freewheel] |
cue_points[i].name |
aab_vast_tag ( 프리휠 -AAB에만 해당) |
cue_points[i].metadata.avt |
mrm_network_id |
cue_points[i].metadata.mni |
player_profile |
cue_points[i].metadata.pp |
video_asset_network_id |
cue_points[i].metadata.vani |
site_section_id |
cue_points[i].metadata.ssi |
site_section_id_type |
cue_points[i].metadata.ssit |
site_section_network_id |
cue_points[i].metadata.ssni |
내 광고 데이터 매핑
Ooyala 광고 세트 데이터 | 비디오 클라우드 비디오 데이터 |
---|---|
ad_source [=my_ads] |
cue_points[i].name |
ad_position |
cue_points[i].time |
click_url |
cue_points[i].metadata.cu |
ad_tag |
cue_points[i].metadata.ad_tag |
방대한 데이터 매핑
Ooyala 광고 세트 데이터 | 비디오 클라우드 비디오 데이터 |
---|---|
ad_source [=vast_compliant_instream OR vast_compliant_overlay OR vast_live_opf] |
cue_points[i].name |
ad_position |
cue_points[i].time |
ad_tag |
cue_points[i].metadata.ad_tag |
V지불 데이터 매핑
Ooyala 광고 세트 데이터 | 비디오 클라우드 비디오 데이터 |
---|---|
ad_source [=vpaid_opf OR vpaid_opf_overlay] |
cue_points[i].name |
ad_position |
cue_points[i].time |
ad_tag |
cue_points[i].metadata.ad_tag |