fluid-player / fluid-player

Fluid Player - an open source VAST compliant HTML5 video player

Home Page:https://fluidplayer.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrapper chain impressions are not sent

soundrussian opened this issue · comments

Describe the bug
Suppose we have a chain of VAST Wrappers:

We expect that starting a VAST ad will notify <Impression> URLs in each of these configs (linear, immediate wrapper and nesting wrapper). However, only the linear and immediate wrapper Impression URLs get notified.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://codepen.io/soundrussian/pen/BaMZOpj
  2. Open dev tools Network tab
  3. Start the video

Expected behavior
Three impression URLS (from the linear creative, immediate wrapper and nesting wrapper) get called (http://www.example.com/impression, /wrapper_impression, /nesting_wrapper_impression)

Actual behavior
Only http://www.example.com/impression and /wrapper_impression get called.

Affected version
v3.13.0 and higher. It works correctly in v3.12.0.

Please see the linked PR for a sample VAST setup and a possible fix.

The issue was fixed in v3.31.0. Thanks!