Tracking embed Facebook video on GTM - google-tag-manager

I am trying to track embedded Facebook video in my website using Google Tag Manager. How do I proceed to track it? Not able to find any solution from the website.
Thank You.

Related

Google analytics for web widget

I have developed a web widget which is a bootstrap modal.This can be implement any HTML website.Widget has basically youtube videos. I need to track user interactions on this widget. How can I do it with google analytics? or is there any better way to do it?
Thank you.
Just to install your Analytics tracking code (and eventual events) in the web app as you would in a website.

Google analytics specific link to google play

I have an app in google play.
I'm planning to have an add to my app and I want to know the information for this specific link.
Is it possible? how should I do it?
Thanks!
You probably want Google analytics Google Play campaign attribution

Can Google analytics be hosted on a different URL embedded in an Iframe

I have a website www.site.com that contains a iframe which embeds another site www.another.com which contains google analytics code. Now if a user navigated to my website at www.site.com will the google analytics code in the iframe for www.another.com track that user? If not is there a way to solve this?
Yes. There is extensive documentation about this over here.

Youtube player tracking API for iframe embed

I need to enable event tracking of Youtube-videos embedded in a site, but since Youtube has switched to iframe-based embedding-code, I'm kinda lost ...
Google/Youtube documentation ( http://code.google.com/intl/da-DK/apis/youtube/iframe_api_reference.html ) only describes how to enable the API when videos are embedded programmatically using the API itself - not when they are copy-pasted onto a page in, say, a CMS.
On top of that, the documentation states that the Youtube Player API for iframe tracking is experimental and should not be used for production sites!
Has anyone found a way to make this work? To listen to events fired by an iframe-embedded Youtube video?
It looks like this can be used to get events and call functions on a YouTube video embedded via an iframe.
https://developers.google.com/youtube/iframe_api_reference#Events
There are a few resources available on the web for this:
For the DIY'er on google analytics:
http://www.lunametrics.com/blog/2012/10/22/automatically-track-youtube-videos-events-google-analytics/
For someone who's looking for a product catered youtube analytics (currently free):
http://www.vidanalytic.com/

Is it possible to display Google Analytics reporting interface in an IFRAME?

Has anyone had much luck in embedding the Google Analytics reporting interface in an IFRAME?
We'd like to add an "Analytics" tab to our CMS which displays the Google Analytics for each specific page. So, the user could view a page in the CMS, and see the analytics for that page right in the interface.
We have everything worked out, and we're bringing up the correct URL in the IFRAME. We get the Google login page, but when we log in, Google "busts" the IFRAME and loads the analytics page in the full window.
Is there anyway to keep Google Analytics reporting interface in an IFRAME?
Why not use the Google Analytics Data Export API to access the data and build your own reports?
It's not possible to IFRAME Google Analytics.
A work around to this is to build a chrome extension and append your codes/page into analytics site via content_scripts to put some "toolbar" on top or to do some modifications you want.
This is what I'm doing at the moment, sorry that I couldn't share the chrome extension code at the moment.

Resources