Skip to content

Commit 6020f38

Browse files
committed
update README wording
1 parent 3e725ac commit 6020f38

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

analyticsdata/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ from PHP.
3030
4. **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.
3535
6. **Run** with the command `php SNIPPET_NAME.php`. For example:
3636
```sh
3737
$ php quickstart.php

analyticsdata/quickstart_oauth2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ https://support.google.com/cloud/answer/6158849
2020
configuration dialog and save it as `oauth2.keys.json` in the same
2121
directory 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

2626
5. Install the PHP bcmath extension (due to https://github.com/protocolbuffers/protobuf/issues/4465):
2727

0 commit comments

Comments
 (0)