Category Archives: Flash

Cómo hacer el tracking de Google Analytics en películas de Flash

Gracias a una inquietud que tuvieron unos compañeros de trabajo acerca de como obtener estadísticas del un

sitio basado en flash o simplemente de una película flash utilizando la herramienta de Google

Analytics.

Google. en su página de Support explica esto de manera

sencilla.

Google Analytics lets you track any browser based event, including Flash and JavaScript events. To track an event, call the urchinTracker() JavaScript function with an argument specifying a name for the event.

For example, calling:

javascript:urchinTracker('/homepage/flashbuttons/button1');

will cause each occurrence of that Flash

event to be logged as though it were a pageview of /homepage/flashbuttons/button1. The argument must begin with a forward slash. The event names may be organized into any directory style

structure you wish, and actual pages with these filenames need not exist.

Continue reading Cómo hacer el tracking de Google Analytics en películas de Flash