All Projects → there4 → php-analytics-event

there4 / php-analytics-event

Licence: MIT license
Create a Google Analytics Event from PHP

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to php-analytics-event

Angulartics
Analytics for AngularJS applications.
Stars: ✭ 1,966 (+8447.83%)
Mutual labels:  google-analytics
Ackee
Self-hosted, Node.js based analytics tool for those who care about privacy.
Stars: ✭ 3,140 (+13552.17%)
Mutual labels:  google-analytics
angular-scaffolding
🔥 A seed project to help us get up & running with Progressive Web Apps, Google Analytics, Angular Universal, and be able to deploy to App Engine & GitHub Pages
Stars: ✭ 12 (-47.83%)
Mutual labels:  google-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 (+61186.96%)
Mutual labels:  google-analytics
Analytics
UNMAINTAINED! - Complete Google Analytics, Mixpanel, KISSmetrics (and more) integration for Meteor
Stars: ✭ 211 (+817.39%)
Mutual labels:  google-analytics
Example Airflow Dags
Example DAGs using hooks and operators from Airflow Plugins
Stars: ✭ 243 (+956.52%)
Mutual labels:  google-analytics
Save Analytics From Content Blockers
A proxy back end for Google Tag Manager & Google Analytics
Stars: ✭ 159 (+591.3%)
Mutual labels:  google-analytics
tag-manager
Website analytics, JavaScript error tracking + analytics, tag manager, data ingest endpoint creation (tracking pixels). GDPR + CCPA compliant.
Stars: ✭ 279 (+1113.04%)
Mutual labels:  google-analytics
Vue Analytics
Google Universal Analytics support in Vue.js
Stars: ✭ 213 (+826.09%)
Mutual labels:  google-analytics
yii2-stat
Yii2 Multi Web Statistic Module (yametrika, google-analytic, own db-counter)
Stars: ✭ 18 (-21.74%)
Mutual labels:  google-analytics
React Tracker
React specific tracking library, Track user interaction with minimal API!
Stars: ✭ 191 (+730.43%)
Mutual labels:  google-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 (+804.35%)
Mutual labels:  google-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 (+982.61%)
Mutual labels:  google-analytics
Wagalytics
A Google Analytics dashboard in your Wagtail admin
Stars: ✭ 176 (+665.22%)
Mutual labels:  google-analytics
nextjs-google-analytics
Google Analytics for Next.js
Stars: ✭ 242 (+952.17%)
Mutual labels:  google-analytics
Dot Hugo Documentation Theme
Dot - Hugo Documentation Theme
Stars: ✭ 162 (+604.35%)
Mutual labels:  google-analytics
Next Ga
Next.js HOC to integrate Google Analytics on every page change
Stars: ✭ 228 (+891.3%)
Mutual labels:  google-analytics
gtm-guidelines
A collection of best practices for your daily Google Tag Manager routine
Stars: ✭ 39 (+69.57%)
Mutual labels:  google-analytics
shopify-gtm-ga
Enhances Google Analytics and integrates Google Tag Manager for Shopify.
Stars: ✭ 44 (+91.3%)
Mutual labels:  google-analytics
manuarora.in
🙌🏻 Personal website built using Next.js & TailwindCSS.
Stars: ✭ 53 (+130.43%)
Mutual labels:  google-analytics-api

PHP Analytics Events Build Status

Create a Google Analytics Event from PHP

This is a small class to post Analytics events from PHP. This is useful for logging and event tracking.

Installation

composer require there4/php-analytics-event

Example

<?php

use There4\Analytics\AnalyticsEvent;

// Record the download event in Analytics
$events = new AnalyticsEvent('UAxxxxxxx', 'example.com');
$events->trackEvent('resources', 'download', 'cli-latest');

Related Projects

The Google Analytics Measurement Protocol library for PHP project is a much larger implementation of the Measurement Protocol. If you need more than a simple tracking event you should check it out.

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].