Skip to content

Releases: thomasbachem/php-ga

1.2 (October 6, 2013)

05 Oct 19:08
Compare
Choose a tag to compare
  • ADD: Added support for sending page information with events (thanks to patches from GlaserFrank & ryan.mcgarrie, issue #16)
  • CHG: The autoloader will no longer raise an error if a file in its namespace doesn't exist.
  • CHG: Renamed Item::$variation to Item::$category – getVariation()/setVariation() are still present for backwards-compatibility but marked as deprecated (thanks to
    filippo.desantis, issue #13)
  • CHG: Moved project to GitHub.
  • FIX: Fixed proxy support in Visitor::fromServerVar() (thanks to sylph.lin, issue #38)

1.1.1 (March 20, 2012)

05 Oct 19:08
Compare
Choose a tag to compare

1.1 (February 25, 2012)

05 Oct 19:07
Compare
Choose a tag to compare

Based on Google Javascript client version 5.2.5.

  • ADD: Site Speed Tracking
  • ADD: Mobile IP tracking support (issue #9)
  • ADD: Session::fromUtmb() convenience method
  • CHG: GA does now allow custom variables to hold up to 128 bytes in combined name and value length before encoding
  • FIX: Fixed possible issues in "fire and forget" mode (issue #11)

1.0 (November 15, 2011)

05 Oct 19:07
Compare
Choose a tag to compare

Based on Google Javascript client version 5.2.2.

  • ADD: Campaign Tracking
  • ADD: Social Interaction Tracking (issue #4)
  • ADD: Non-interaction parameter for Event Tracking
  • ADD: Error severity (silent, warnings, exceptions) configuration
  • ADD: Logging callback configuration and simulation mode
  • ADD: Visitor::fromUtma() and ::fromServerVar() convenience methods
  • CHG: Config instance is now static across all tracker instances
  • CHG: When using the "sendOnShutdown" setting, Custom Variables that were set after issuing a request will automatically get included
  • FIX: Fixed problems with event tracking (issue #2, issue #6)
  • FIX: Fixed encoding of spaces for event trackings (issue #3)
  • FIX: Do not send empty "User-Agent" or "X-Forwarded-For" HTTP headers
  • FIX: Always use correct locale format ("-" instead of "_") for "utmul" parameter

0.9 (October 7, 2010)

05 Oct 19:07
Compare
Choose a tag to compare

Initial release. Based on Google Javascript client version 4.7.2.