document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. _trackEvent(\'category\', \'action\', \'label\', value, noninteraction);  // Event Tracking - Web Tracking (ga.js)
  2. //or
  3. ga(\'send\', \'event\', \'category\', \'action\', \'label\', value); // Event Tracking - Universal Analytics Tracking (analytics.js)
  4. /*
  5. value is a number and nonteraction is boolean. Now convert them to piwik as following way
  6. */
  7. _paq.push([\'trackEvent\', \'category\', \'action\', \'name\', value]);
');