An extension for phpBB 3.1 that allows administrators to easily add their Google Analytics tracking code to their phpBB forum.
You can install this on the latest release of phpBB 3.1 by following the steps below:
- Download the latest release.
- Unzip the downloaded release, and change the name of the folder to
googleanalytics
. - In the
ext
directory of your phpBB board, create a new directory namedphpbb
(if it does not already exist). - Copy the
googleanalytics
directory tophpBB/ext/phpbb/
(if done correctly, you'll have the main composer JSON file at (your forum root)/ext/phpbb/googleanalytics/composer.json). - Navigate in the ACP to
Customise -> Manage extensions
. - Look for
Google Analytics
under the Disabled Extensions list, and click itsEnable
link. - Set up and configure Google Analytics by navigating in the ACP to
General
->Board Configuration
->Board Settings
.
- Navigate in the ACP to
Customise -> Extension Management -> Extensions
. - Look for
Google Analytics
under the Enabled Extensions list, and click itsDisable
link. - To permanently uninstall, click
Delete Data
and then delete the/ext/phpbb/googleanalytics
directory.
- Important: Only official release versions validated by the phpBB Extensions Team should be installed on a live forum. Pre-release (beta, RC) versions downloaded from this repository are only to be used for testing on offline/development forums and are not officially supported.
- Report bugs and other issues to our Issue Tracker.
- Support requests should be posted and discussed in the Google Analytics topic at phpBB.com.