I have heard of this happening before, and its a Youtube thing. I don’t think it has anything to do with the video being on the landing page or in a lightbox, as long as the iFrame is in good order. Youtube prefers to count video plays when they happen on their page, not on an embed.
But its always good to double check that everything is pasted properly from Youtube in the iframe embed. If you are using autoplay=1, make sure that is in the right place…But even then it may not count.
<
iframe width=“560” height=“315”
src=“https://www.youtube.com/embed/WYukdAbg9CI?&autoplay=1” frameborder=“0”
allowfullscreen></iframe>
Here is an article I found explaining views that do not count.
Thanks Kyle!
Apparently, embedding a video is not an issue. The issue is that the “play action” doesn’t get triggered within the embedded youtube player, but from clicking the image, which then launches the video in a lightbox via JS.
I’ve deleted the video lightbox and embedded the videos on the page itself. It’s not as clean, but it does the trick.
Oh okay, got it 👍
So out of curiosity, how are you placing the videos on your page/lightbox?
Are you using the “Custom HTML” option in the unbounce builder? Or, are you using the “Embed Video” option?