Foliovision › Forums › FV Player › How to … › see file name in analytics event tracking
-
Hi
I have many videos on my site which streamed from VOD service and my file names are like : /h_,144_200,240_400,360_800,480_1460,720_1460,k.mp4.list/master.m3u8
(file name is generated automatically after uploading to VOD service)
video is playing and i see events in my analytics dashboard
but how should i know which file is played ?i mean for sites with many videos how we can assign a name or label to videos or events to identify it later on analytics
please help me about it
thank you
-
-
Hello Reza,
I run into the same issue just the other day. The fix for the issue will be part of the next FV Player version – the video title will be used for the tracking.
If you need the fix right now you can reinstall FV Player from this link: https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip To do that you will have to first deactivate and delete the current FV Player plugin you are using. WordPress will warn you that you might loose settings and data, but it’s not the case with our plugin, no settings now videos will be lost. Or you can just replace the plugin files via FTP.
Thanks,
MartinHello Reza,
you can read about the video titles here: https://foliovision.com/player/basic-setup/adding-title-and-splash-text
If you want to use it in the shortcode, you have you use the caption=”…” attribute. I see we should be changing that to title=”…”.
This whole mistake started as in WordPress they used to refer to the image labels as “captions” and we made a mistake of using he same word. While in the world of video when you say “captions” you mean the closed captions or subtitles.
Thanks,
MartinHello Reza,
are you sure you are checking this properly? The best place to check if this works properly would be the real-time event stats in Google Analytics – except it doesn’t show the Event Labels there.
So you will have to wait before new data is collected in Google Analytics and check there.
If you know how to use the browser developer tools you can check in there as well – look at the __utm.gif requests and you should see the proper video title appearing in the utme attribute.
Thanks,
MartinHi
I use both title=”” and caption=”” tags in short code
but still can not see event label in analyticsi use this shortcode : [fvplayer src="" title="This is my video." caption="test video"]
it still shows event label as : h_,144_200,240_400,360_800,480_1500,720_1711,k.mp4/master
can you please check it live here :
https://nilgam.com/%d9%be%db%8c%da%a9%d8%a7%d9%be-%d9%88%db%8c%d8%b2%d8%a7/Hello Reza,
caption=”” is the correct shortcode argument.
17 events for 3 video plays sound fine, as there are different video categories:
* Video start
* Video first quartile
* Video second quartile
* Video third quartile
* Video complete quartile
* Video / Seconds playedSo if you want to just see the number of plays per video, look for “Video start” event category only.
For more information check our Using Google Analytics with FV Player guide.
Thanks,
MartinHello Reza,
so does that work with our Settings -> FV Player -> Actions -> Custom Popups feature?
How does the form embed code look like? I’m trying to see if we could provide some general replacement tags which would make it possible for you to track the post title where the FV Player was showing the popup.
Thanks,
Martinthe form is working well, after video end user see the form and can submit it
and i see submitted details in plugin panel
now i am looking for a way to get page title with other user submitted details too
then i can identify on which landing page, user submitted the form
cause i have many landings with videos but only one popup form for all videos
Hello Reza,
I understand that, please let us know about what I asked before:
so does that work with our Settings -> FV Player -> Actions -> Custom Popups feature?
How does the form embed code look like? I’m trying to see if we could provide some general replacement tags which would make it possible for you to track the post title where the FV Player was showing the popup.
We need to see how your form integrates with FV Player.
Thanks,
MartinHello reza,
what code do you put in to show your form and have it processed properly? Is it HTML code? Would something like this help?
<input type="hidden" name="post_title" value="%post_title%" />
Perhaps we could provide such replacement tags. Although I would prefer if FV Player could just work well out of the box with some good form processor plugin.
Thanks,
Martin