Track Social Shares from Youtube Iframe Player with JavaScript -


youtube has social sharing options in embedded iframe player. here screenshot: https://flic.kr/p/vneef7

in youtube developer api documentation, there information various events javascript can listen such video play/pause/skip/milestone etc. necessary non-youtube analytics software (such adobe analytics) track interactions.

however api docs of july 21, 2015 nothing social share feature or how listen events when used.

can describe how track these events or point documentation?

currently, events api can track are: onready, onstatechange, onplaybackqualitychange, onplaybackratechange, onerror, , onapichange, don't think you're asking supported. maybe use onhover , onclick listener iframe , see if new window opened, check website (e.g. facebook, pinterest, etc.). alternatively, submit feature request here.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -