Google Analytics plugin for BigBrotherBot
This plugin sends tracking events to Google Analytics.
You need to create a Google Analytics profile and set the GA profile ID accordingly in this plugin config file.
extplugins/ga
directory into b3/extplugins
extplugins/conf/plugin_ga.ini
in the directory where b3.xml
is inplugin_ga.ini
and set your Google Analytics profile id (UA-xxxxxx-x)add to the plugins
section of your main b3 config file:
<plugin name="ga" config="@conf/plugin_ga.ini" ></plugin>