File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ from PHP.
30
30
4 . ** Install dependencies** via [ Composer] ( http://getcomposer.org/doc/00-intro.md ) .
31
31
Run ` php composer.phar install ` (if composer is installed locally) or ` composer install `
32
32
(if composer is installed globally).
33
- 5 . ** Replace ` $property_id ` variable** if present in the snippet and specify
34
- the value of the GA4 property id you want to access.
33
+ 5 . ** Replace ` $property_id ` variable** if present in the snippet with the
34
+ value of the Google Analytics 4 property id you want to access.
35
35
6 . ** Run** with the command ` php SNIPPET_NAME.php ` . For example:
36
36
``` sh
37
37
$ php quickstart.php
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ https://support.google.com/cloud/answer/6158849
20
20
configuration dialog and save it as ` oauth2.keys.json ` in the same
21
21
directory with this sample app.
22
22
23
- 4 . Uncomment ` $property_id ` variable below and specify the
24
- value of the GA4 property id you want to access.
23
+ 4 . Replace ` $property_id ` variable with the value of the Google Analytics 4
24
+ property id you want to access.
25
25
26
26
5 . Install the PHP bcmath extension (due to https://github.com/protocolbuffers/protobuf/issues/4465 ):
27
27
You can’t perform that action at this time.
0 commit comments