elefant/app-analytics

Google Analytics app for the Elefant CMS

Installs: 42

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 2

Language:JavaScript

Type:elefant-app

1.0 2012-10-27 18:25 UTC

This package is auto-updated.

Last update: 2024-03-25 05:46:57 UTC


README

This is a simple Google Analytics app written for the Elefant CMS. It embeds the Analytics code into pages, and allows the site admin to view basic stats through the Elefant admin toolbar.

Installation

To install, unzip it into your apps folder. You'll see "Analytics" appear in the Elefant Tools menu. Click on it to set your site ID and account info.

Next, add the following code to your layouts where you want the tracking code to appear (usually just before </body>):

{! analytics/code !}

For extra speed you can tell Elefant to hard-code the Analytics code into the template so the app is only called when the template is first compiled. To do this, change the above embed code into the following:

{# analytics/code #}

The one thing to be aware of is that if your site ID is updated in the future, the old code will be hard-coded in the compiled templates, so you'll need to recompile the layout templates. The Assetic app has a handy button to do this in a single click.

Screenshots

Admin stats screen: