This module extends the functionality of Google Analytics module.

GA Push offers an API to enqueue informations that are sent GA servers, and two submodules to track browser events (using jQuery) and form validation errors.

So, you can enable submodules, config and track, or you can use the PHP API to enqueue your own events that will be sent to Google Analytics servers.

There are two methods to send events:

  • JS: It sends the infomation on next page load.
    Implemented: event, ecommerce
  • PHP: Information is sent inmediatly by the server.
    • SSGA: Deprecated library(2009) to PHP 5.2+ versions
      Implemented: event
    • PHP-GA: Recomended library only for versión 5.3+
      Implemented: event, ecommerce

You can also implement your own methods to comunicate to GA.

Google nowadays let you communicate to analytics with the current push types:
https://developers.google.com/analytics/devguides/collection/gajs/

  • Pageview
  • Event
  • Ecommerce
  • Custom variable
  • Campaing
  • Social
  • Speed
  • ...

To the first snapshot of this module we will focus on events an ecommerce product types, but as soon as posible we will cover all.

Features:

  • Rules integration: integration with events.

Submodules:

  • Ga push Browser: send all jQuery events you set to analytics.
  • Ga push form validate: it sends to analytics form validate errors of the forms you set.

Dependencies:

Credits
Initial development by GeduR.
Development of this module is sponsored by Metadrop.

Downloads

Recommended releases

Version Downloads Date Links
7.x-1.0-beta3 tar.gz (18.54 KB) | zip (27.25 KB) 2013-Apr-13 Notes

Development releases

Version Downloads Date Links
7.x-1.x-dev tar.gz (19.05 KB) | zip (28.03 KB) 2013-May-03 Notes

Project Information


Maintainers for GA Push

  • GeduR - 24 commits
    last: 2 weeks ago, first: 43 weeks ago
  • tunic - 11 commits
    last: 15 weeks ago, first: 47 weeks ago

Issues for GA Push

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Statistics (2 years)
New issues
Open bugs
Participants