gaAddonsgaAddons - Google Analytics Addons by Stéphane Hamel

Documentation: Calls Reference

_options

Overwrite global defaults for gaAddons.
_setOptions
With the debugging option, the javascript console will show details about gaAddons calls.


_gaq.push(['_options', {
    debug: false // optional boolean
	}]);

Parameters

debug false|true
If true, show console information as gaAddons is working. This parameter default value is set to false.