newscoop / newscoop-plugin-analytics
Analytics bundle for Newscoop.
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 3
Type:newscoop-plugin
Requires
- php: >=5.3.3
- newscoop/plugins-installer: >=v0.2
This package is not auto-updated.
Last update: 2024-10-26 15:56:58 UTC
README
Purpose: Generates and implements Piwik and Google Analytics web analytics code for Newscoop.
Features
- Lists all available Newscoop publications and prompts to select one from the list
- Presents a form to submit basic and advanced settings that are required to generate Piwik and Google Analytics tracking code for each publication
- Based on those settings, tracking Code for Piwik and Google Analytics is generated (code options: Piwik JavaScript and NoScript ImageTracker, Piwik JS only, Piwik ImageTracker only, Google Analytics Universal tracking and Google Analytics classic tracking)
- Provides the option to visit selected publication and links to Piwik login page (if URL provided)
- Use parameter "tracker" to overwrite the tracking code type
Languages
German, English
Installation
- from newscoop root directory: $php application/console plugins:install newscoop/newscoop-plugin-analytics
Tracking Code implementation
- Include smarty block {{analytics_block}}{{/analytics_block}} in the template files (Theme manager)
Requirements
- This plugin requires a Piwik installation ("Piwik URL") or a Google Analytics account.
- Once Piwik is installed or the Google Analytics account created, the publication must be added as website in Piwik or Google Analytics ("Site ID").