dailymotion / vast-client-js

VAST (up to 4) parsing library for JavaScript

Home Page:https://iabtechlab.com/wp-content/uploads/2022/09/VAST_4.3.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can Vpaid ads be played by this lib?

TunayNovruz opened this issue · comments

commented

Hi @TunayNovruz,
No, the vast-client will not play the ad by itself. This lib is used to fetch and parse VAST documents.
The vast-client provides three components:

  • A VAST Client to fetch and parse VAST XML resources into JavaScript Objects.
  • A VAST Parser to directly parse a VAST XML.
  • A VAST Tracker to batch and call tracking URLs.

As the vast-client is fully compliant with VPAID, all xml elements of VPAID will be parsed but you will have to implement the use of VPAID on your player by yourself. Please see issue #196 for more details

Thanks