document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. // This is base syntex form of _pa event tracking
  2. trackEvent(category, action, [name], [value])
  3. /*
  4. It will log an event with an event category (Videos, Music, Games…), an event action (Play, Pause, Duration, Add Playlist, Downloaded, Clicked…), and an optional event name and optional numeric value. In your web site, You should you following line to track your event properly.
  5. */
  6. _paq.push([\'trackEvent\', \'category\', \'action\', \'name\', \'value\']); //Name and value fields are optional
  7. /* Let see this function in a action */
');