Skip to content

bthurlow/google-measurement-php-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GATracking

Master: Build Status Develop: Build Status

GATracking is a Server-Side PHP Client to communicate to Google Analytics over the Google Measurement Protocol API

https://developers.google.com/analytics/devguides/collection/protocol/v1/devguide

Tracking Features

  • Simple
    • Page Tracking
    • Event Tracking
  • Social
    • Social Tracking
  • Exception
    • Exception Tracking
  • Campaign
    • Campaign Tracking
  • App
    • App Event Tracking
    • App Screen Tracking
  • User
    • User Timing Tracking
    • User ID Tracking
  • Ecommerce
    • Ecommerce Transaction Tracking
    • Ecommerce Item Tracking
  • Proxy
    • Client IP Address
    • Client User Agent

Quick start

Install via Composer

In the require key of composer.json file add the following

"ins0/google-measurement-php-client": "dev-master"

Run the Composer update command

$ composer update

#Requirements#

PHP >= 5.3.3

Google Analytics Universal Account (more information available here https://support.google.com/analytics/answer/2817075?hl=en)

#Example#

see example_files directory

Thanks

first GIT release .... yaahhh!

About

PHP Client to communicate to Google Analytics over the Google Measurement Protocol API

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%