emmanuel-keller / gitbook-plugin-piwik

Piwik plugin for Gitbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Variable ga

13abylon opened this issue · comments

In the plugin.jsthere is a not defined variable "ga"!

gitbook.events.bind("page.change", function() {
    ga('send', 'pageview');
});

After installing the plugin piwik won't count users and my console says that the variable "ga" is not defined

Hi Thomas,

Thank you for your alert!

The bug has been fixed. It was a port of the Google Analytics plugin, and I forgot to replace the asynchronous javascript call.

Fixed in v0.1.3.