You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -42,15 +42,15 @@ App Reporting Pack fetches all necessary data from Ads API and creates a central
42
42
43
43
1. A new GCP project with billing account attached
44
44
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))
46
46
47
47
1. Credentials for Google Ads API access - `google-ads.yaml`.
48
48
See details here - https://github.com/google/ads-api-report-fetcher/blob/main/docs/how-to-authenticate-ads-api.md
49
49
Normally you need OAuth2 credentials (Client ID, Client Secret), a Google Ads developer token and a refresh token.
50
50
51
51
52
52
## 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
54
54
in the Google Cloud but it's not a requirement. You can run ARP locally or
55
55
in your own infrastructure. In either way you need two things:
56
56
* 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:
61
61
The primary installation method deploys ARP into Google Cloud by using Cloud Run Button.
62
62
The procedure automates generating ARP configuration and deploying all required components to the Cloud.
63
63
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.
65
65
The majority infrastructure settings can be changed in `gcp/settings.ini` file (regions, service names, etc).
66
66
If it's a case for you please use the [Manual installation in Google Cloud](#manual-installation-in-google-cloud) below.
0 commit comments