Analytics - Video Tracking
-
Hello,
As i've ended up confusing myself, I thought I would ask the moz community whether i'm on the correct track!
I'm wanting full GA tracking on individual videos from our destination URL.
In short I need the name of each video to have specific tracking.
Example;
Video 1 (Apples)
Video 2 (Oranges)
Video 3 (Pears)We need to be able to see the amount of plays per session, per video. As well as any extras if possible, such as;
Watched 25%, watched 50%, watched 75%, video complete, video paused.If the following script is used; https://github.com/sanderheilbron/vimeo.ga.js
As well as using the Google URL builder (https://support.google.com/analytics/answer/1033867?hl=en-GB) , what would be the best way to set each video to see the statistics within Google Analytics, so I can see how many plays the 'Apples' video has had. I think it is the ordering of the 'event, campaign, label etc' which has confused me.
Many Thanks for any replies in advance, I appreciate it.
-
Hi Whittle,
So to be honest, I"m not quite sure what the issue is for you here. It should be working correctly - I assume you're using GTM to fire the universal analytics tags - are you just not happy with the way things are being displayed in GA? If so, I think the question you're asking needs me to have eyes on your site and analytics to be able to answer.
If that's something you can do, let me know.
Thanks,
Phil.
-
Any help on this would be fantastic. "Google Analytics on Steroids" doesn't work unfortunately, nor does the Sander Heilbron script.
-
Didn't work, unsure why I tried as surely it needs a script for it to run?
Thanks for replying though.
-
Here's what I would do. Go to GA and go to Behavior>Events>Top Events (Your videos should be placed here for tracking). You should see "customize" in the top left of the report. Go to Dimension Drilldown and remove the Event Category dimension and switch Event Action with Label. It should then read Event Label>Event Action. You can modify the filter so event category equals video.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
How to do Conversion Tracking for Homepage banners?
Hello All, I want to do banner conversion tracking for my ecommerce site. That is at my homepage I display 4 banners with special offers on 4 different products. Now that 4 products are already falls in relevant categories. I did event tracking for banners from where I can know how many clicks I am getting from each banner but My Query is how to know conversion of all 4 banner products because once I create goal that is funnel like 1) home page 2) product page 3) checkout step 4) Thank you page. But problem comes here is if anyone purchase these product from categories that also comes in goal so how to differentiate conversion of products from homepage and category pages? Is there any implementation via enhance ecommerce? Hope you understand my query? If any confusion do let me know. Thanks!
Reporting & Analytics | | micey1230 -
Google Analytics Campaign Tracking overriding each other
Howdy, fellow mozzers. So, here is the situation: Let's say someone comes to the website through Organic Google Search, and first thing they see is the banner on the website, on a click of which it takes you to a promotional landing page. I have this banner being tracked with GA campaigns. Now, here are my questions: If that user makes a purchase, which source / medium it will be assigned to? Organic/google or website/banner? (as far as i understand it assigns it to website/banner) If that's the case, is there way to find out afterwords where the website/banner sessions came initially from? If there is no such way, how shall i setup the tracking to be able to see wherre the initial visit to the website came from, yet also track how many people clicked on the banner and made a purchase? Thanks 🙂
Reporting & Analytics | | DmitriiK0 -
Are RSS fees tracked by Google Analytics?
In both the new GA and former version, how are RSS feeds handled by Google Analytics. If not, is there an easy means by which to account for this traffic, in order to have a better picture of traffic. Thanks. Alan
Reporting & Analytics | | ahw0 -
Goal Totals in Google Analytics
How do I get a cumulative tally of all the goals reached in google analytics? I've been using the percentages currently, but I was wondering if there was an easier way. Thanks
Reporting & Analytics | | OOMDODigital0 -
Cant find eCommerce in Google Analytics
Ciao from Wetherby UK, Ok ive done this a zilion times but since Google analytics upgraded I cant find how to upgarde the tracking code to ecoomerce tracking. Before i would just tick a box and Boomshanka the code would change. Whats got me worried the tracking codes has not modified to ecoomerce is because it looks like this: Heres the tracking dashboard with no sign of ecomm tracking customisations:
Reporting & Analytics | | Nightwing
http://i216.photobucket.com/albums/cc53/zymurgy_bucket/wheres-ecom-tracking_zps0ef4b8c6.jpg And i cant see any means to modify it for ecoomerce tracking 😞 Any insights welcome!
Grazie tanto,
David0 -
How to Track Google Local Places in Google Analytics?
I have read many articles on how to track google local places through google analytics. Each article I have read show a different way of setting up google analytics and using tags in google local places. Wondering if anyone as up to date information on this and what would be the best practice to track data from google local lisitngs in google analytics Thanks Arthur
Reporting & Analytics | | VivaArturo0 -
Nonbranded Segment in Analytics
I created a segment in analytics for non-branded terms. Problem is, that when I use that segment it shows all the search traffic even non-paid. Why is that? Or, how do I limit the non-branded segment to only non-paid search? The segment I created looks like this -- Dimension: Keyword Condition: Does not a match regular expression Value: Name of client (with pipes between possible words) Thanks.
Reporting & Analytics | | 5225Marketing0 -
Google Analtyics Cross Domain Tracking - in a form
I have a 3rd party booking engine that is causing my own domain to show up as a top referreral in google analytics. The vendor is on my very last nerve 🙂 So they're not helping. Would anyone be interested in helping a newbie out with a frustrating problem? Code: Reservations Page - function SubmitReservationForm() {. . . .
Reporting & Analytics | | jenny05
ResLink = "http://www.bookingengine.com/res/vn4/checka.aspx?month=" + Month + "&day=" + Day + "&year=" + Year + "&nights=" + Nights + "&rooms=" + Rooms + "&adults=" + Adults + "&children=" + Children + "&B1=Check+Availability&hotelid=xxxx"
pageTracker._link(ResLink);
return true;
} On Every page: Any thoughts would be appreciated! I believe the problem is pageTracker._link(ResLink); but I'm clueless on fixing it.1