We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The player-click event is emitted only when using media file sources, when using VAST with or without VPAID, the event is not emitted.
player-click
This event should be emitted regardless of the source.
The text was updated successfully, but these errors were encountered:
VPAID emits the event since #72, support for VAST without VPAID is still pending.
Sorry, something went wrong.
VAST support should be added on enableVASTTracking, in the VASTTracker clickthrough callback.
The VAST click payload should have the same structure as VPAID and be emitted before opening the new page.
No branches or pull requests
The
player-click
event is emitted only when using media file sources, when using VAST with or without VPAID, the event is not emitted.This event should be emitted regardless of the source.
The text was updated successfully, but these errors were encountered: