Skip to content
New issue

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

Improve support for linear ads (fixes #1746) #1749

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

jaapmarcus
Copy link

Link to related issue (if applicable)

#1746

Summary of proposed changes

Changed few lines for non Linear Ads played during video it self. Before the ads event are trigged how ever the z-index was removed during resumeContent();

This will be added again.

Disable pollCountdown when this kind of add is loaded and hide the bubble

Last I moved the advertisement a few pixels up by default maybe should be changed later on that this only happen when controls are enabled?

Checklist

  • Use develop as the base branch
  • Exclude the gulp build (/dist changes) from the PR
  • Test on supported browsers
    Tested on Chrome, Safari. Unable to test on Windows...

@sampotts sampotts changed the title Bugfix #1746 Improve support for linear ads (fixes #1746) Mar 31, 2020
Comment on lines +340 to +344
if(ad.width > 480){
var controlHeight = 40;
}else{
var controlHeight = 60;
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these standard heights?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I Couldn't find the current height of the control bar how ever this value will result the advertisment above the controls.

http://mol-clan.nl/dump/plyrads.png

Maybe the best would be if course it moves up when the controls are in screen.

this.elements.container.style.zIndex = 3;
Means the controls are not usable any more..

Maybe the the div in side the .plyr__ads needs a z-index instead of the .plyr_ads div to solve the problem prefectly

Also on resize (full screen or back the banner will drop down to the bottom edge...)

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm are the controls even needed for those ads? They should be hidden I'd say? Where did you get the tag from to test this?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On the following page you have multiple versions...
https://developers.google.com/interactive-media-ads/docs/sdks/html5/tags

When search on google IMA test tags it is the first result.

The current one I am using is the Non Linear one

https://pubads.g.doubleclick.net/gampad/ads?sz=480x70&iu=/124319096/external/single_ad_samples&ciu_szs=300x250&impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1&cust_params=deployment%3Ddevsite%26sample_ct%3Dnonlinear&correlator=

If needed I have also a few testing tags running on a website for banners acting like a preroll and mulitple test tags from ad providers.

In this case the video is just playing normally so to control the video it self you will need controls.

Those ads are comparable with ads during video play on Youtube.

Maybe a wise idea to add a test page for easy testing ad related items
Made this in the. past for VideoJS
http://mol-clan.nl/videojs-test/?vasttag=8

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also for me personally this behaviour would be the best:
http://mol-clan.nl/videojs-test/?vasttag=8

When the controls are hidden it should be hidden again

See my screen recording
http://mol-clan.nl/dump/recording.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants