All Projects → laurenancona → unified-analytics

laurenancona / unified-analytics

Licence: other
ready-to-deploy custom web analytics collection & reporting for government

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to unified-analytics

gtm-guidelines
A collection of best practices for your daily Google Tag Manager routine
Stars: ✭ 39 (+95%)
Mutual labels:  google-analytics, web-analytics, gtm
Analytics
Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
Stars: ✭ 9,469 (+47245%)
Mutual labels:  google-analytics, web-analytics
Umami
Umami is a simple, fast, website analytics alternative to Google Analytics.
Stars: ✭ 9,228 (+46040%)
Mutual labels:  google-analytics, web-analytics
dashflare
🕵🏼‍♀️ Open Source and privacy-focused analytics solution. 📊 Advanced monitoring for your website behind Cloudflare
Stars: ✭ 78 (+290%)
Mutual labels:  google-analytics, web-analytics
stat-counters
The library, which provides statistics counters, e.g. Google analytics, Yandex metrica, etc
Stars: ✭ 16 (-20%)
Mutual labels:  google-analytics, google-tag-manager
Web Analytics
监测分析、异常监测、广告验证、访客唯一标识
Stars: ✭ 97 (+385%)
Mutual labels:  google-analytics, web-analytics
Goaccess
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
Stars: ✭ 14,096 (+70380%)
Mutual labels:  google-analytics, web-analytics
Magento2 Google Tag Manager
Google Tag Manager is a user-friendly, yet powerful and cost-effective solution that is a must-have integration for every Magento store. It simplifies the process of adding and managing third-party JavaScript tags. With dozens of custom events and hundreds of data points our extensions the #1 GTM solution for Magento.
Stars: ✭ 208 (+940%)
Mutual labels:  google-analytics, web-analytics
Centcount Analytics
An open-source web analytics software. Developed by using PHP + MySQL + Redis, Can be easily deployed on your own server, 100% data ownership.
Stars: ✭ 249 (+1145%)
Mutual labels:  google-analytics, web-analytics
nextjs-google-analytics
Google Analytics for Next.js
Stars: ✭ 242 (+1110%)
Mutual labels:  google-analytics, google-tag-manager
shopify-gtm-ga
Enhances Google Analytics and integrates Google Tag Manager for Shopify.
Stars: ✭ 44 (+120%)
Mutual labels:  google-analytics, google-tag-manager
tag-manager
Website analytics, JavaScript error tracking + analytics, tag manager, data ingest endpoint creation (tracking pixels). GDPR + CCPA compliant.
Stars: ✭ 279 (+1295%)
Mutual labels:  google-analytics, google-tag-manager
privera
Use the tools you know. Respect users' privacy. Forget cookie consents. Comply with GDPR, ePrivacy, COPPA, CalOPPA, PECR, PIPEDA, CASL; you name it.
Stars: ✭ 23 (+15%)
Mutual labels:  google-analytics, web-analytics
hyde-hyde
A cool theme inspired by spf13's Hyde theme
Stars: ✭ 234 (+1070%)
Mutual labels:  google-analytics
ga-fetcher
Fetch Google Analytics data with Google APIs in Node.js 🚠
Stars: ✭ 14 (-30%)
Mutual labels:  google-analytics
streamlit-analytics
👀 Track & visualize user interactions with your streamlit app
Stars: ✭ 92 (+360%)
Mutual labels:  google-analytics
auto-analytics
UNMAINTAINED! - Complete Google Analytics, Mixpanel, KISSmetrics (and more) integration for JavaScript applications.
Stars: ✭ 28 (+40%)
Mutual labels:  google-analytics
artefactory-connectors-kit
ACK is an E(T)L tool specialized in API data ingestion. It is accessible through a Command-Line Interface. The application allows you to easily extract, stream and load data (with minimum transformations), from the API source to the destination of your choice.
Stars: ✭ 34 (+70%)
Mutual labels:  google-analytics
ostrio-analytics
📊 Visitor's analytics tracking code for ostr.io service
Stars: ✭ 14 (-30%)
Mutual labels:  web-analytics
ugtm
ugtm: a Python package for Generative Topographic Mapping
Stars: ✭ 34 (+70%)
Mutual labels:  gtm

Unified Analytics for Government

ready-to-deploy custom web analytics collection & reporting for government

Note 8.31.16: As of this week, there have been significant changes to the Google Tag Manager UI. I will try to update screenshots asap, but keep this in mind if attempting to follow this version of documentation.


There are three basic components to any web analytics implementation: configuration, collection, and reporting. This setup gives a solid foundation for all three, using a single snippet of code that is installed on each page of every site to be included in tracking.

This will be an ongoing documentation of one method for implementing web analytics to track many government agency websites using Google Analytics, with the goal of populating a dashboarding tool such as analytics-reporter or city-analytics-dashboard.

This project is under active development and not (quite) ready for production

How to use.

1. Pre-configuration items for this setup in Google Analytics & GTM.

2. Deploying Tag Manager

3. Custom Reports


Useful Tools

Testing

  • Screaming Frog SEO Spider Pro Crawl current site, useful for producing sitemaps and checking analytics implementation coverage.
  • Tag Assistant (Chrome extension) See all analytics tags firing on a page.
  • Google Analytics Debugger (Chrome extension) Prints all Google Analytics calls to the JavaScript console.
  • Page Analytics by Google (Chrome extension) See Google Analytics for properties you have access to without leaving the page.

Other Google Analyics Tracking Implementation Tools

  • Autotrack.js JavaScript library by Google intended for a developer audience. Simplifies deploys by automating tracking of common interactions.
  • Universal Analytics (Node module) Node implementation of Universal Analytics tracking.

Roadmap

Near Future

  • Add Frustrated.js to container and configure coresponding custom report
  • Add Track Telephone Clicks tag to config
  • Incorporate in-line feedback form as a config option - sends user feedback comments to GA as custom events.
  • Release universal reporting tool using the Google Analytics Embed API | in progress

Long Term

  • Browser-based client-side app that allows user to auth to Google Tag Manager account, select custom features, fill in a few variables such as domain and Google Anaytics Profile Id and upload config (json) directly to a container. This would eliminate the need to touch both GA & GTM interfaces directly.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].