My mission is to embed a video (custom player) into a facebook wall and track the users events (play count etc.), also gather other relevant data. I was wondering is this at all possible, if so, can you comment on that briefly?
TA
|
My mission is to embed a video (custom player) into a facebook wall and track the users events (play count etc.), also gather other relevant data. I was wondering is this at all possible, if so, can you comment on that briefly? TA |
|||
|
|
|
Most tracking that I have seen in the past is done through Flash JavaScript communitcation using the ExternalInterface in the Flash API. I can't comment on how this would be done in facebook, but you are essentially just sending out params (you decide what they are and when they are sent) and they come out in the page in a JS function and get handled there, either you pass them on to google analytics or do whatever after that. |
|||||||
|