Skip to content

Instantly share code, notes, and snippets.

@nfreear
Created December 11, 2012 10:45
Show Gist options
  • Select an option

  • Save nfreear/4257685 to your computer and use it in GitHub Desktop.

Select an option

Save nfreear/4257685 to your computer and use it in GitHub Desktop.
Configuration options for Track OER/ CaPRéT plugin - CloudEngine/ Cloudworks
<?php
// Google Analystics
$config['x_google_analytics'] = FALSE; #TRUE;
$config['google_analytics'] = 'UA-5304738-3'; // Set this to your google analytics code
// CaPReT/ Track OER
$config['x_capret'] = TRUE;
$config['capret_variant'] = 'piwik'; // Or 'ga', or 'classic'
$config['capret_analytics_id'] = 6; // Or 'UA-12345-6'
$config['capret_about_url'] = 'support/capret'; // Fed to CodeIgniter 'anchor()' function.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment