Can you track video events like play, stop, and finished with Classic Analytics? -


i'm new event tracking services offered google analytics. wondering if track video events using classic analytics or did need implement universal analytics? plus code use implement kind of event tracking? extremely appreciated.

thank you!

each video provider (in case youtube/vimeo) have different api callbacks you'll need include javascript on webpages pick api callbacks when events triggered (i.e. video played, video paused, video complete etc) , fire analytics events.

i've used both of these in past , both provide functionality you're looking for, they'll trigger events in google analytics , should compatible classic analytics, universal analytics , google tag manager:


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -