Zac
Zac
Hi Arnaud, Thank you for reporting this issue, we will look at it asap !
Hello, sorry for the late answer but it has been fixed in the [4.X branch](https://github.com/dailymotion/vast-client-js/tree/4.X). You can use or do a build based on this branch. We will release soon...
Hello @philn5d-ar, Indeed as IAB specifiy: > allowMultipleAds: a Boolean value that identifies whether multiple ads are allowed in the > requested VAST response. If true, both Pods and stand-alone...
Hello, The PR has been merged and is available since the [3.1.0 release](https://github.com/dailymotion/vast-client-js/releases/tag/3.1.0), please update to the latest version and you will be able to set allowMultipleAds value. As explained...
Hi Arnaud, Thank you for reporting this issue, we will look at it asap ! But if you wish to speed up the process, you can contribute to the repo...
Hello, as it's a breaking change the fix has been merged in the [4.X branch](https://github.com/dailymotion/vast-client-js/tree/4.X). We will wait a bit before doing the next major release, in the meantime you...
Hello @redimongo, Yes you definitely can ! Please refer to the [VASTTracker](https://github.com/dailymotion/vast-client-js/blob/master/docs/api/vast-tracker.md) documentation to see all the [events](https://github.com/dailymotion/vast-client-js/blob/master/docs/api/vast-tracker.md#events-list) and [public methods](https://github.com/dailymotion/vast-client-js/blob/master/docs/api/vast-tracker.md#public-methods--) available to fire the trackers you need. Let me...
Hello @mhk-etn, Yes, you are right, we haven't defined a RC yet, so to benefit from the breaking change you need to build/use the 4.X but we will release the...
Hello @evrencoskun, I can't reproduce on your test page. Here the parsed ad I got on your demo: ``` { "ads": [ { "id": "1234567", "sequence": null, "adType": null, "adServingId":...
Hello, it seems you're describing the same issue than #429. No it doesn't need a player object to work but it will need to be initialized with your instance of...