Skip to content

Commit 8097ce3

Browse files
committed
Minor formatting improvements for README.md
1 parent 849eda9 commit 8097ce3

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
Server-Side Google Analytics PHP Client
1+
Server-Side Google Analytics Client
22
===========================================================================================
33

4-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
54
**Oct 5, 2013:** php-ga was ported from [Google Code](https://code.google.com/p/php-ga/)
65
where it has 8,000+ downloads and 160+ stares.
76

8-
*NOTE: php-ga is no longer maintained as Google finally released an official server-side
7+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
8+
**NOTE:** php-ga is no longer maintained as Google finally released an official server-side
99
tracking API: Measurement Protocol! I couldn't find any well-implemented client library for
10-
PHP yet, so feel free to help make php-ga 2.0 a Measurement Protocol PHP client library.*
10+
PHP yet, so feel free to help make php-ga 2.0 a Measurement Protocol PHP client library.
1111
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1212

13+
14+
About
15+
-------------------------------------------------------------------------------------------
16+
1317
php-ga basically is ga.js in PHP: An implementation of a generic server-side Google
1418
Analytics client in PHP that implements nearly every parameter and tracking feature of the
1519
original GA Javascript client. That means you can send data directly from your servers to
@@ -55,29 +59,24 @@ Gotchas
5559
-------------------------------------------------------------------------------------------
5660

5761
- **100% namespaced OOP**
58-
5962
As a matter of course.
6063

6164
- **Completely abstracted from any enviroment**
62-
6365
Doesn't rely on any globals like $_SERVER, PHP sessions or whatsoever - implement it the
6466
way you want.
6567

6668
- **High-Performance Tracking**
67-
6869
Can be configured to enqueue requests via register_shutdown_function() and to use
6970
non-blocking requests.
7071

7172
- **Probably the most comprehensive technical documentation of GA**
72-
7373
More than 50% of all source code lines are PHPDoc and inline comments!
7474

7575

7676
Caveats
7777
-------------------------------------------------------------------------------------------
7878

7979
- **Google Analytics' geo location functionalities won't work**
80-
8180
Native geo location features like the worldmap view won't work anymore as they rely
8281
solely on the IP address of the GA client - which will always be the one of your
8382
server(s) when using this library.

0 commit comments

Comments
 (0)