Blog | Sitemap | Forum

Bookmark using any bookmark manager!

Customize skinning flash video player for web
Customize flash video player in the easiest way

Google Analytics Plugin

Traffic Counter API

Version: 1.0 Compatible With: PlayerDIY Web Player V2.0 and up
Published on: Sep.1st, 2009 Developer: PlayerDIY Software
Free

Introduction:
Google Analytics Plugin allows you to track events within the flash video player, which created with PlayerDIY Web Player. With it, the tracking results of the player events like play, pause, stop, complete, can be easily viewed in Google analytics account, and you can easily know how the users operate the player, which video is more popular.

Where this Google Analytics Plugin appears:
After install this plugin, it will appears on the following interface of PlayerDIY Web Player.

where google analytics plugin appears

Tutorial about how to use this Google Analytics Plugin:

It’s very easy to make this Google Analytics Plugin work in the generated flash video player, no any js code involved. Please track out the following two examples.

Example 1:

If want to make this Google analytics plugin to check the events of an unexisted flash video player, when customize the flash video player, only 2 extra steps are needed:

Step 1: Register a Google analytics account, add a website profile and get the Google analytics tracking ID (UA-xxxxxx-x) of the website.

Step 2: Fill the "Analytics Tracking ID" form with the tracking ID and submit.

Note: The “Virtual Directory Name” on the setting page is helpful for viewing information of the player events in Google analytics account, it can be anything you want it to.

Example 2:
If want to track the events of an existed flash video player, you need to put a folder named “plus” (contains a plugin file googlytics.swf) and a file addonslist.xml in the same folder with the player files.

The “plus” folder with a googlytics.swf file and the addonslist.xml file can be easily generated with PlayerDIY Web Player.

However, if you don't want to generate the “plus” folder and addonslist.xml file with PlayerDIY Web Player, then you could build them by yourself.

The code of the addonslist.xml file as below:

<?xml version="1.0"?>
<addonslist><addonsitem href="plus/googlytics.swf?u=UA-xxxxxx-x&amp;vd=mwplayer-play-video"/></addonslist>

The googlytics.swf file is the plugin, if PlayerDIY web Player was installed in your C: disc, then you can get it from C:\Documents and Settings\Administrator\My Documents\PlayerDIY\WebPlayer\addons\free

Note: Please replace UA-xxxxxx-x with your Google analytics tracking ID.

Configuration