# 비디오(VAST 참고)

{% hint style="info" %}
파라미터 필수 구분

* MUST: 거래 상 반드시 추가되어야 하는 필수 값으로 제외 시 응답하지 않을 수 있음
* SHOULD: 필수(MUST)는 아니지만 추천하는 값으로 응답률 상승에 도움줄 수 있음
* MAY: 선택 값
  {% endhint %}

## RESPONSE

### **VAST Info**

{% hint style="info" %}
&#x20;JSON 형식의 응답 객체입니다.
{% endhint %}

<table><thead><tr><th width="160">필드</th><th width="167">유형</th><th width="89">필수</th><th>설명</th></tr></thead><tbody><tr><td>version</td><td>string</td><td>MAY</td><td><p>3.0: VAST 3.0 </p><p>4.1: VAST 4.1</p></td></tr><tr><td>Ad</td><td>element array</td><td>MAY</td><td><a href="#a-d"><code>ad</code></a> 객체를 참고하십시오.</td></tr></tbody></table>

### **Ad**

<table><thead><tr><th width="187">필드</th><th width="125">유형</th><th width="80">필수</th><th>설명</th></tr></thead><tbody><tr><td>id</td><td>string</td><td>MAY</td><td>애즈그룹 번호</td></tr><tr><td>sequence</td><td>string</td><td>MAY</td><td>애즈그룹 시퀀스 번호</td></tr><tr><td>InLine</td><td>element</td><td>MUST</td><td><a href="#inline"><code>InLine</code></a> 객체를 참고하십시오.</td></tr></tbody></table>

### **InLine**

<table><thead><tr><th width="157">필드</th><th width="141">유형</th><th width="103">필수</th><th>설명</th></tr></thead><tbody><tr><td>AdSystem</td><td>element</td><td>MAY</td><td><a href="#a-dsystem"><code>adsystem</code></a> 객체를 참고하십시오.</td></tr><tr><td>AdTitle</td><td>element</td><td>MAY</td><td>애즈그룹명</td></tr><tr><td>AdServingId</td><td>element</td><td>MAY</td><td>광고 고유 키값 (VAST 4.1 Only)</td></tr><tr><td>Extensions</td><td>element</td><td>MAY</td><td><a href="#extensions"><code>Extensions</code></a> 객체를 참고하십시오.</td></tr><tr><td>error</td><td>element</td><td>SHOULD</td><td>Player 에러 발생시 트래킹 API</td></tr><tr><td>impression</td><td>element</td><td>MUST</td><td>동영상 시작시 트래킹 API</td></tr><tr><td>Creatives</td><td>element array</td><td>MUST</td><td><a href="#creatives"><code>creatives</code></a> 객체를 참고하십시오.</td></tr></tbody></table>

### **Adsystem**

| 필드      | 유형     | 필수  | 설명                |
| ------- | ------ | --- | ----------------- |
| version | string | MAY | 2: TARGETPICK 2.0 |

### **Extensions**

<table><thead><tr><th width="173">필드</th><th width="92">유형</th><th width="114">필수</th><th>설명</th></tr></thead><tbody><tr><td>requestid</td><td>element</td><td>MAY</td><td>광고 요청 고유 코드</td></tr><tr><td>logo_img_path</td><td>element</td><td>SHOULD</td><td>Opt in/out에 사용될 이미지</td></tr><tr><td>logo_landing_url</td><td>element</td><td>SHOULD</td><td><p>logo_img_path를 클릭했을때 이동할 경로<br>[adid]를 아래 아이디로 치환</p><ul><li>Android: Google AdvertiseID</li><li>iOS: IDFA</li><li>web: 빈값</li></ul></td></tr></tbody></table>

### **Creatives**

<table><thead><tr><th width="173">필드</th><th width="109">유형</th><th width="87">필수</th><th>설명</th></tr></thead><tbody><tr><td>id</td><td>string</td><td>MAY</td><td>애즈 번호</td></tr><tr><td>sequence</td><td>string</td><td>MAY</td><td>애즈 시퀀스 번호</td></tr><tr><td>UniversalAdId</td><td>string</td><td>MAY</td><td>광고소재 고유 번호 (VAST 4.1 Only)</td></tr><tr><td>Linear</td><td>element</td><td>MUST</td><td><a href="#linear"><code>Linear</code></a> 객체를 참고하십시오.</td></tr></tbody></table>

### **Linear**

<table><thead><tr><th width="170">필드</th><th width="140">유형</th><th width="86">필수</th><th>설명</th></tr></thead><tbody><tr><td>skipoffset</td><td>string</td><td>MUST</td><td>동영상 스킵 시작 시간 (00:00:00)</td></tr><tr><td>Duration</td><td>string</td><td>MAY</td><td>동영상 재생 시간 (00:00:00)</td></tr><tr><td>TrackingEvents</td><td>element array</td><td>MUST</td><td><a href="#trackingevents"><code>TrackingEvents</code></a> 객체를 참고하십시오.</td></tr><tr><td>VideoClicks</td><td>element</td><td>MUST</td><td><a href="#videoclicks"><code>VideoClicks</code></a> 객체를 참고하십시오.</td></tr><tr><td>MediaFiles</td><td>element array</td><td>MUST</td><td><a href="#mediafiles"><code>MediaFiles</code></a> 객체를 참고하십시오.</td></tr></tbody></table>

### **Trackingevents**

<table><thead><tr><th width="208">필드</th><th width="93">유형</th><th width="80">필수</th><th>설명</th></tr></thead><tbody><tr><td>event :: [start]</td><td>element</td><td>MUST</td><td>동영상 0% 재생 트래킹 API 전달</td></tr><tr><td>event :: [firstQuartile]</td><td>element</td><td>MUST</td><td>동영상 25% 재생 트래킹 API 전달</td></tr><tr><td>event :: [midpoint]</td><td>element</td><td>MUST</td><td>동영상 50% 재생 트래킹 API 전달</td></tr><tr><td>event :: [thirdQuartile]</td><td>element</td><td>MUST</td><td>동영상 75% 재생 트래킹 API 전달</td></tr><tr><td>event :: [complete]</td><td>element</td><td>MUST</td><td>동영상 100% 재생 트래킹 API 전달</td></tr><tr><td>event :: [skip]</td><td>element</td><td>MUST</td><td>동영상 스킵 트래킹 API<br>해당 필드 미 존재시 스킵 불가</td></tr><tr><td>event :: [progress]</td><td>element</td><td>MUST</td><td><p>동영상 구간 트래킹 API 전달 (offset시간에 전달)</p><ul><li>(00:00:05): 과금시간</li><li>(00:00:15): 시청완료시간</li></ul></td></tr></tbody></table>

{% hint style="info" %}
(이벤트 값과 offset 값이 같은) 동일한 이벤트에 서로 다른 트래킹 URL 을 지정할 수 있습니다.
{% endhint %}

### **Videoclicks**

<table><thead><tr><th width="148">필드</th><th width="102">유형</th><th width="101">필수</th><th>설명</th></tr></thead><tbody><tr><td>clickthrough</td><td>element</td><td>MUST</td><td>clicktracking 미존재시 - 광고 클릭 API<br>clicktracking 존재시 - 광고주 랜딩 정보<br>트래킹 후 광고주 페이지로 리다이렉트</td></tr><tr><td>clicktracking</td><td>element</td><td>MUST</td><td>광고 클릭 트래킹 API<br>clickthrough정보를 이용하여 광고주 페이지로 리다이렉트</td></tr><tr><td>offset</td><td>element</td><td>SHOULD</td><td>지정된 시간 기준으로부터 광고 클릭이 가능 (00:00:00)</td></tr></tbody></table>

### **Mediafiles**

<table><thead><tr><th width="151">필드</th><th width="107">유형</th><th width="81">필수</th><th>설명</th></tr></thead><tbody><tr><td>delivery</td><td>string</td><td>MAY</td><td>동영상 소재 재생 방식 (progressive)</td></tr><tr><td>type</td><td>string</td><td>MAY</td><td>동영상 소재 타입 (video/mp4)</td></tr><tr><td>width</td><td>string</td><td>MAY</td><td>동영상 소재 넓이</td></tr><tr><td>height</td><td>string</td><td>MAY</td><td>동영상 소재 높이</td></tr><tr><td>bitrate</td><td>string</td><td>MAY</td><td>동영상 소재 비트레이트</td></tr><tr><td>mediafile_src</td><td>element</td><td>MUST</td><td>동영상 소재 URL</td></tr></tbody></table>

{% hint style="info" %}
동영상 엔드카드 추가 (동영상 재생 후 HTMLResource/StaticResource 응답 값으로 영상위에 소재 노출 ) [VAST3.0/VAST 4.1](https://iabtechlab.com/wp-content/uploads/2018/11/VAST4.1-final-Nov-8-2018.pdf) 규격을 따릅니다.
{% endhint %}

### **Creatives**

<table><thead><tr><th width="201">필드</th><th width="122">유형</th><th width="82">필수</th><th>설명</th></tr></thead><tbody><tr><td>id</td><td>string</td><td>MAY</td><td>애즈 번호</td></tr><tr><td>sequence</td><td>string</td><td>MAY</td><td>애즈 시퀀스 번호</td></tr><tr><td>UniversalAdId</td><td>string</td><td>MAY</td><td>광고소재 고유 번호 (VAST 4.1)</td></tr><tr><td>CompanionAds</td><td>element</td><td>MUST</td><td><a href="#companionads"><code>CompanionAds</code></a> 객체를 참고하십시오.</td></tr></tbody></table>

### **CompanionAds**

<table><thead><tr><th width="230">필드</th><th width="97">유형</th><th width="83">필수</th><th>설명</th></tr></thead><tbody><tr><td>width</td><td>string</td><td>MAY</td><td>엔드카드 가로사이즈</td></tr><tr><td>height</td><td>string</td><td>MAY</td><td>엔드카드 세로사이즈</td></tr><tr><td>view_time</td><td>string</td><td>MUST</td><td>엔드카드 노출 시간 (00:00:00)</td></tr><tr><td>HTMLResource</td><td>element</td><td>MUST</td><td>엔드카드 HTML 소재 (html 태그 응답)</td></tr><tr><td>StaticResource</td><td>element</td><td>MUST</td><td>엔드카드 이미지 소재 URL <a href="#staticresource"><code>StaticResource</code></a> 객체를 참고하십시오.</td></tr><tr><td>TrackingEvents</td><td>element</td><td>MUST</td><td><a href="#trackingevents-1"><code>TrackingEvents</code></a> 객체를 참고하십시오.</td></tr><tr><td>CompanionClickThrough</td><td>element</td><td>MUST</td><td><a href="#companionclickthrough"><code>CompanionClickThrough</code></a> 객체를 참고하십시오.</td></tr></tbody></table>

### **StaticResource**

<table><thead><tr><th width="144">필드</th><th width="94">유형</th><th width="82">필수</th><th>설명</th></tr></thead><tbody><tr><td>creativeType</td><td>string</td><td>MAY</td><td>소재 타입 (예: image/png)</td></tr></tbody></table>

### **TrackingEvents**

<table><thead><tr><th width="211">필드</th><th width="101">유형</th><th width="80">필수</th><th>설명</th></tr></thead><tbody><tr><td>event :: [creativeView]</td><td>element</td><td>MUST</td><td>엔드카드 소재 노출 트래킹 API 전달</td></tr></tbody></table>

### **CompanionClickThrough**

<table><thead><tr><th width="231">필드</th><th width="102">유형</th><th width="85">필수</th><th>설명</th></tr></thead><tbody><tr><td>CompanionClickThrough</td><td>element</td><td>MUST</td><td>엔드카드 클릭 트래킹 API<br>CompanionClickThrough정보를 이용하여 광고주 페이지로 리다이렉트</td></tr></tbody></table>

### **response 예제 (XML)**

```xml
<?xml version="1.0" encoding="UTF-8"?><VAST version="4.1"><Ad id="50379" sequence="1">
	<InLine>
		<AdSystem version="2">MAN</AdSystem>
		<AdTitle><![CDATA[20160325_MEBA_동영상테스트_소재有]]></AdTitle>
		<AdServingId><![CDATA[886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN]]></AdServingId>
		<Extensions>
			<Extension>
				<requestID><![CDATA[-]]></requestID>
			</Extension>
		</Extensions>
		<Error>
			<![CDATA[http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=error_vast&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=&d_err=[ERRORCODE]]]]>
		</Error>
		<Impression id="man_server">
			<![CDATA[http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=imps_tracking&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=]]>
		</Impression>
		<Creatives>
			<Creative id="76697" sequence="1">
			    <UniversalAdId idRegistry="mezzomedia">54621</UniversalAdId>
				<Linear skipoffset="00:00:05">
					<Duration>00:00:17</Duration>
					<TrackingEvents>
						<Tracking event="start">
							<![CDATA[http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=track_vast_q1&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=]]>
						</Tracking>
						<Tracking event="firstQuartile">
							<![CDATA[http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=track_vast_q2&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=]]>
						</Tracking>
						<Tracking event="midpoint">
							<![CDATA[http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=track_vast_q3&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=]]>
						</Tracking>
						<Tracking event="thirdQuartile">
							<![CDATA[http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=track_vast_q4&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=]]>
						</Tracking>
						<Tracking event="complete">
							<![CDATA[http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=track_vast_q5&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=]]>
						</Tracking>
						<Tracking event="skip">
							<![CDATA[http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=track_vast_skip&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=]]>
						</Tracking>
						<Tracking event="progress" offset="00:00:05">
							<![CDATA[http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=imps_video_tracking&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=]]>
						</Tracking>
						<Tracking event="progress" offset="00:00:15">
							<![CDATA[http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=track_vast_view&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=]]>
						</Tracking>
					</TrackingEvents>
					<VideoClicks>
						<ClickThrough>
							<![CDATA[http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=click&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=]]>
						</ClickThrough>
						<ClickTracking>
						</ClickTracking>
						<Offset>00:00:05</Offset>
					</VideoClicks>
					<MediaFiles>
						<MediaFile delivery="progressive" type="video/mp4" width="480" height="270" bitrate="350">
							<![CDATA[http://211.62.152.216:3400/vod.mezzo/?e_version=2&e_request_type=vod&i_video_name=20170829105216&d_r=1&i_rs_t=2&d_p1=1&a_publisher=100&a_media=200&a_section=802998&d_p2=1]]>
						</MediaFile>
					</MediaFiles>
				</Linear>
			</Creative>
		</Creatives>
	</InLine>
</Ad>
</VAST>
```

### **response 예제 - 동영상 엔드카드 HTML (XML)**

```xml
<?xml version="1.0" encoding="UTF-8"?><VAST version="4.1"><Ad id="50379" sequence="1">
	<InLine>
		<AdSystem version="2">MAN</AdSystem>
		<AdTitle><![CDATA[20160325_MEBA_동영상테스트_소재有]]></AdTitle>
		<AdServingId><![CDATA[886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN]]></AdServingId>
		<Extensions>
			<Extension>
				<requestID><![CDATA[-]]></requestID>
			</Extension>
		</Extensions>
		<Error>
			<![CDATA[http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=error_vast&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=&d_err=[ERRORCODE]]]]>
		</Error>
		<Impression id="man_server">
			<![CDATA[http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=imps_tracking&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=]]>
		</Impression>
		<Creatives>
			<Creative id="76697" sequence="1">
			    <UniversalAdId idRegistry="mezzomedia">54621</UniversalAdId>
				<Linear skipoffset="00:00:05">
					<Duration>00:00:17</Duration>
					<TrackingEvents>
						<Tracking event="start">
							<![CDATA[http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=track_vast_q1&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=]]>
						</Tracking>
						<Tracking event="firstQuartile">
							<![CDATA[http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=track_vast_q2&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=]]>
						</Tracking>
						<Tracking event="midpoint">
							<![CDATA[http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=track_vast_q3&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=]]>
						</Tracking>
						<Tracking event="thirdQuartile">
							<![CDATA[http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=track_vast_q4&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=]]>
						</Tracking>
						<Tracking event="complete">
							<![CDATA[http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=track_vast_q5&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=]]>
						</Tracking>
						<Tracking event="skip">
							<![CDATA[http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=track_vast_skip&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=]]>
						</Tracking>
						<Tracking event="progress" offset="00:00:05">
							<![CDATA[http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=imps_video_tracking&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=]]>
						</Tracking>
						<Tracking event="progress" offset="00:00:15">
							<![CDATA[http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=track_vast_view&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=]]>
						</Tracking>
					</TrackingEvents>
					<VideoClicks>
						<ClickThrough>
							<![CDATA[http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=click&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=]]>
						</ClickThrough>
						<ClickTracking>
						</ClickTracking>
						<Offset>00:00:05</Offset>
					</VideoClicks>
					<MediaFiles>
						<MediaFile delivery="progressive" type="video/mp4" width="480" height="270" bitrate="350">
							<![CDATA[http://211.62.152.216:3400/vod.mezzo/?e_version=2&e_request_type=vod&i_video_name=20170829105216&d_r=1&i_rs_t=2&d_p1=1&a_publisher=100&a_media=200&a_section=802998&d_p2=1]]>
						</MediaFile>
					</MediaFiles>
				</Linear>
			</Creative>
      <Creative id="111" sequence="1">
          <UniversalAdId idRegistry="mezzomedia">1234</UniversalAdId>
          <CompanionAds>
            <Companion width="1024" height="768" view_time="00:00:06"> 
                  <HTMLResource>
              <![CDATA[<html><head><meta name='viewport' content='width=device-width, height=device-height'><title></title><style>img {max-width: 100%; max-height: 100%;}#mezzo_center_div_layout { position:absolute; top:50%; left:50%; transform:translate(-50%, -50%)}</style></head><body style='margin:0px;margin:0px;background-color:#ffffff'><script charset='utf-8' type='text/javascript'>{new Image().src='http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=endcard_imps&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=';}var mezzoClickApi='http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=endcard_click&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=';function iframeOnload(){var iframe = document.getElementById('mezzo_ad_iframe').contentWindow;iframe.postMessage({ mezzoclickapi : mezzoClickApi }, '*');};</script><script src='http://211.62.152.216:3400/advimg.ad-mapps.com/sdk/js/ver/200/mraid.js'></script><div id='mezzo_center_div_layout' style='width:100%; height:100%;'><iframe id='mezzo_ad_iframe' frameborder='0' onload='iframeOnload()' src='http://advimg.ad-mapps.com/ad_images/40a2c28273929d4c0e4a81a5c385c8e0.png' width='100%' height='100%' marginwidth='0' marginheight='0' scrolling='no'></div></body></html>]]>
              </HTMLResource>
              <TrackingEvents>
                  <Tracking event="creativeView"><![CDATA[http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=endcard_imps&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=]]></Tracking>
              </TrackingEvents>
              <CompanionClickThrough>
                  <![CDATA[http://211.62.152.216:3400/ad_tracking.mezzo/?e_request_type=endcard_click&e_version=2&e_cmp_no=224&e_ad_group_no=50379&e_ad_no=76697&a_publisher=100&a_media=200&a_section=802998&i_platform=-1&i_request_id=-&i_request_key=886c8351-e805-447a-b149-b28d1df8976b$1931707652$ESFSVVWN&i_response_format=xml&i_product_type=2&i_product_attr=4&i_product=4&i_banner_w=-1&i_banner_h=-1&d_adid=-&d_sadid=59d1dca2-e5dc-4b0a-8e12-b7b37bde0bad&d_geo_lat=0.000000&d_geo_lon=0.000000&d_screen=3&d_maker=-&d_model=-&d_network_index=-1&d_network=-&d_carrier=-&d_os_index=-1&d_os=-&d_osv=-&d_w=-1&d_h=-1&d_densty=-1&d_orientation=-1&d_language=-&d_sdk_v=-1&d_mcc=-1&d_mnc=-1&u_age=-1&u_gender=-1&e_target_type=0&e_bp=0&m_vcode=&i_video_category=-&i_video_w=&i_video_h=&e_adm_p_flag=-1&e_adm_r_flag=-1&od_flag=-1&od_cmp=-&od_wintime=0&od_price=0&d_app_id=-&d_app_ver=-&u_ml_id=-&m2_ml_email=-&i_video_enm_poc=0&e_landing_url=]]>
              </CompanionClickThrough>
            </Companion>
          </CompanionAds>
      </Creative>      
		</Creatives>
	</InLine>
</Ad>
</VAST>
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.targetpick.io/api/video.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
