Skip to content

Commit 58491ea

Browse files
committed
Update group address and fix typos
Change-Id: I40d8920dfe0f52b53ca53bda33e55fdc01ca6e1c
1 parent 4e9216f commit 58491ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ App Reporting Pack fetches all necessary data from Ads API and creates a central
4242

4343
1. A new GCP project with billing account attached
4444

45-
1. Membership in `app-reporting-pack-readers-external` Google group (join [here](https://groups.google.com/a/google.com/g/app-reporting-pack-readers-external))
45+
1. Membership in `app-reporting-pack-readers-external` Google group (join [here](https://groups.google.com/g/app-reporting-pack-readers-external))
4646

4747
1. Credentials for Google Ads API access - `google-ads.yaml`.
4848
See details here - https://github.com/google/ads-api-report-fetcher/blob/main/docs/how-to-authenticate-ads-api.md
4949
Normally you need OAuth2 credentials (Client ID, Client Secret), a Google Ads developer token and a refresh token.
5050

5151

5252
## Installation
53-
There are several ways how to run the application. A recommeneded way is to run it
53+
There are several ways to run the application. A recommended way is to run it
5454
in the Google Cloud but it's not a requirement. You can run ARP locally or
5555
in your own infrastructure. In either way you need two things:
5656
* Google Ads API credentials (in `google-ads.yaml` or separately)
@@ -61,7 +61,7 @@ in your own infrastructure. In either way you need two things:
6161
The primary installation method deploys ARP into Google Cloud by using Cloud Run Button.
6262
The procedure automates generating ARP configuration and deploying all required components to the Cloud.
6363

64-
This aproach is the simplest one because it clones the repo and starts install scripts for you. But sometimes you might need some customization.
64+
This approach is the simplest one because it clones the repo and starts install scripts for you. But sometimes you might need some customization.
6565
The majority infrastructure settings can be changed in `gcp/settings.ini` file (regions, service names, etc).
6666
If it's a case for you please use the [Manual installation in Google Cloud](#manual-installation-in-google-cloud) below.
6767

0 commit comments

Comments
 (0)