We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7158ed6 commit 2d60b08Copy full SHA for 2d60b08
.github/workflows/get-metrics.py
@@ -4,12 +4,9 @@
4
from google.analytics.data_v1beta import BetaAnalyticsDataClient
5
from google.analytics.data_v1beta.types import DateRange, Metric, RunReportRequest
6
7
-credentials_path = os.environ.get('GOOGLE_APPLICATION_CREDENTIALS')
8
-print(credentials_path)
9
-
10
PORTAL_ID = os.environ['portal_id']
11
FOUNDATIONS_ID = os.environ['foundations_id']
12
-COOKBOOKS_ID = os.environ['cookbook_id']
+COOKBOOKS_ID = os.environ['cookbooks_id']
13
14
15
def _run_total_users_report(property_id):
0 commit comments