-
Notifications
You must be signed in to change notification settings - Fork 153
/
env.example
34 lines (28 loc) · 926 Bytes
/
env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# new for ga4
export GOOGLE_APPLICATION_CREDENTIALS="[PATH]"
export ANALYTICS_REPORT_IDS="XXXXXX"
# old for ga3
export ANALYTICS_REPORT_EMAIL="YYYYYYY@developer.gserviceaccount.com"
export ANALYTICS_REPORT_UA_IDS="ga:XXXXXX"
export ANALYTICS_UA_ROOT_PATH=/path/to/ua
export ANALYTICS_CREDENTIALS='[
{
"key": "{PRIVATE 1 KEY HERE}",
"email": "email_1@example.com"
},
{
"key": "{PRIVATE 2 KEY HERE}",
"email": "email_2@example.com"
}
]'
# Optional: if your profile uses a single hostname, set it here.
# It will be prepended to page paths.
# export ANALYTICS_HOSTNAME=https://example.gov
# Optional: defaults to reports/usa.json inside module
# export ANALYTICS_REPORTS_PATH=/path/to/report.json
export AWS_REGION=us-east-1
export AWS_ACCESS_KEY_ID=[your-key]
export AWS_SECRET_ACCESS_KEY=[your-secret-key]
export AWS_BUCKET=[your-bucket]
export AWS_BUCKET_PATH=[your-path]
export AWS_CACHE_TIME=0