Google Analytics API Python quickstart
问题 I would like to get some data out of Google Analytics. On step 3.3 on the quickstart guide is written to replace the value of SERVICE_ACCOUNT_EMAIL. The problem is that I cant find the variable SERVICE_ACCOUNT_EMAIL. Neither in the client_secrets.json file nor in the HelloAnalytics.py file. Any ideas? Guide: https://developers.google.com/analytics/devguides/reporting/core/v4/quickstart/service-py 回答1: It's in the JSON file with the key "client_email" (at least in all my key files), and you