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.
30304 . ** Install dependencies** via [ Composer] ( http://getcomposer.org/doc/00-intro.md ) .
3131 Run ` php composer.phar install ` (if composer is installed locally) or ` composer install `
3232 (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.
35356 . ** Run** with the command ` php SNIPPET_NAME.php ` . For example:
3636``` sh
3737 $ php quickstart.php
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ https://support.google.com/cloud/answer/6158849
2020configuration dialog and save it as ` oauth2.keys.json ` in the same
2121directory with this sample app.
2222
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.
2525
26265 . Install the PHP bcmath extension (due to https://github.com/protocolbuffers/protobuf/issues/4465 ):
2727
You can’t perform that action at this time.
0 commit comments