All Projects → ins0 → Google Measurement Php Client

ins0 / Google Measurement Php Client

Licence: mit
PHP Client to send analytics data over the Google Measurement Protocol to Google Analytics

Projects that are alternatives of or similar to Google Measurement Php Client

Google Analytics Api Symfony
Google Analytics API Symfony Bundle
Stars: ✭ 43 (-17.31%)
Mutual labels:  google, google-analytics
Curatedseotools
Best SEO Tools Stash
Stars: ✭ 128 (+146.15%)
Mutual labels:  google, google-analytics
Bitcoin Info Action
App for the google assistant that give you information on bitcoin (e.g. price, market cap etc')
Stars: ✭ 45 (-13.46%)
Mutual labels:  google
Cloud Trace Java
Stars: ✭ 51 (-1.92%)
Mutual labels:  google
Laravel5 Genderize Api Client
Laravel 5 client for the Genderize.io API
Stars: ✭ 47 (-9.62%)
Mutual labels:  api-client
Apkupdater
APKUpdater is an open source tool that simplifies the process of finding updates for your installed apps.
Stars: ✭ 1,028 (+1876.92%)
Mutual labels:  google
Streamingclientlibrary
C# client library for Twitch, YouTube Live, and other streaming services
Stars: ✭ 48 (-7.69%)
Mutual labels:  api-client
Ingress Gce
Ingress controller for Google Cloud
Stars: ✭ 1,024 (+1869.23%)
Mutual labels:  google
Keyring
Keyring is an authentication framework for WordPress. It comes with definitions for a variety of HTTP Basic, OAuth1 and OAuth2 web services. Use it as a common foundation for working with other web services from within WordPress code.
Stars: ✭ 52 (+0%)
Mutual labels:  google
Shellphish
Phishing Tool for 18 social media: Instagram, Facebook, Snapchat, Github, Twitter, Yahoo, Protonmail, Spotify, Netflix, Linkedin, Wordpress, Origin, Steam, Microsoft, InstaFollowers, Gitlab, Pinterest
Stars: ✭ 1,037 (+1894.23%)
Mutual labels:  google
Docs Examples
Open in Cloud Shell Examples for the Google provider docs
Stars: ✭ 50 (-3.85%)
Mutual labels:  google
Mobius
Scripts to extract data from the COVID-19 Google Community Mobility Reports
Stars: ✭ 47 (-9.62%)
Mutual labels:  google
Nemiro.oauth.dll
Nemiro.OAuth is a class library for authorization via OAuth protocol in .NET Framework
Stars: ✭ 45 (-13.46%)
Mutual labels:  google
Devrant
Unofficial wrapper for the public devRant API.
Stars: ✭ 48 (-7.69%)
Mutual labels:  api-client
Socialite
Socialite is an OAuth2 Authentication tool. It is inspired by laravel/socialite, you can easily use it without Laravel.
Stars: ✭ 1,026 (+1873.08%)
Mutual labels:  google
Php Quandl
Easy access to the Quandl Data API using PHP
Stars: ✭ 51 (-1.92%)
Mutual labels:  api-client
Plugin Ga
Google Analytics tracking for your book
Stars: ✭ 44 (-15.38%)
Mutual labels:  google-analytics
Google Search Sidebar
A user script and user style to move Google search tools to sidebar.
Stars: ✭ 46 (-11.54%)
Mutual labels:  google
App Search Php
Elastic App Search Official PHP Client
Stars: ✭ 48 (-7.69%)
Mutual labels:  api-client
Gphotos Sync
Google Photos and Albums backup with Google Photos Library API
Stars: ✭ 1,066 (+1950%)
Mutual labels:  google

GATracking

Master: 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

Class Features

  • Array Configuration
  • Async / Multi Requests
  • SSL Support (not default - set over options)
  • Adapter Support (sockets)
  • Tests

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

Run the following Composer command to install this package:

$ composer require  "ins0/google-measurement-php-client"

#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!

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