I'm trying to find a good approach for tracking event data from videos that are played on Facebook. These are videos that are embedded into Facebook directly, where Facebook pulls in open graph meta data for the video.
I'm using JW Player, which has a google analytics plugin, but they've confirmed that it's not possible to use it while sharing on Facebook.
Would the Flash player itself theoretically be capable of sending event tracking data to Google if I hardcoded some modifications? I'm curious as to how the big players like YouTube and Vimeo provide analytical data for their videos that are shared with open graph tags.
I was thinking that maybe I could somehow use the Insights API with Facebook, which I'm looking into as well.
Thanks
UPDATE I've added a bounty to the post, and want the clarify a few things. JW Player developers have stated that their current Google Analytics plugin won't work because it's implemented using JavaScript and needs to be embedded with JW's embedder. Their earlier version of the plugin was implemented in Flash, but doesn't work because facebook embeds the SWF's with the 'allowscriptaccess="never"' attribute.
The allow script access restriction is disheartening, because from what I gather, that means that the embed src is restricted from making any HTTP requests (like to Google).