Download the PHP package topshelfcraft/tracker without Composer
On this page you can find all versions of the php package topshelfcraft/tracker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download topshelfcraft/tracker
More information about topshelfcraft/tracker
Files in topshelfcraft/tracker
Package tracker
Short Description A handy server-side Google Analytics tracking helper for CraftCMS
License proprietary
Homepage https://topshelfcraft.com
Informations about the package tracker
Tracker
A server-side Google Analytics tracking helper for CraftCMS
A Top Shelf Craft creation
Michael Rog, Proprietor
Tracker provides a helper method for sending Google Analtyics tracker hits programatically from CraftCMS templates or services.
Installation
-
From your project directory, use Composer to require the plugin package:
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for Tracker.
- There is no Step 3.
(Tracker is also available for installation via the Craft CMS Plugin Store.)
Usage
To track a page view:
To track an event:
From PHP, using the Helper class:
Parameters listing
Here's a handy cheat-sheet of all the parameters Google Analytics may accept with tracker hits:
- https://www.cheatography.com/dmpg-tom/cheat-sheets/google-universal-analytics-url-collect-parameters/
The parameter names aren't very friendly, so the Tracker plugin gives you a friendlier set of handles to use, which will be mapped to the official API parameter handles when the request is instantiated:
Parameter key | Friendly handle | Description |
---|---|---|
dl |
location |
URL of the page being viewed |
cid |
clientId |
Unique client ID number |
t |
type |
The type of tracking call (e.g. 'pageview' , 'event' , etc.) |
tid |
trackingId |
The Google Analytics tracking ID (e.g. 'UA-XXXXXX-XX ) |
v |
version |
The Universal Analytics API version (most likely, 1 ) |
The full map is defined in the GoogleParamNames
constant in Settings.php
:
Configuration
The Tracker plugin config file allows you to set the default Tracking ID, as well as to provide default parameters for the site and/or environment:
Any default parameters you provide will be added to each request, before the user-provided parameters are added from the method call.
What are the system requirements?
Craft 3.0+
I found a bug.
Please open a GitHub Issue, or if you're feeling generous, submit a PR to the 3.x.dev
branch.
Contributors:
- Plugin development: Michael Rog / @michaelrog
- Plugin development: Tyler Neustaedter
- Development assistance: Aaron Waldon / @causingeffect
- Plugin icon: Pantelis Gkavos (via The Noun Project)