Skip to content

Commit a3edcea

Browse files
committed
Merge branch 'samples' of github.com:ikuleshov/python-analytics-data into samples
2 parents 7887b79 + 2b446af commit a3edcea

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

samples/snippets/quickstart_json_credentials.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,5 @@ def sample_run_report(property_id="YOUR-GA4-PROPERTY-ID", credentials_json_path=
6767
print(row.dimension_values[0].value, row.metric_values[0].value)
6868

6969

70-
# [END google_analytics_data_quickstart]
71-
7270
if __name__ == "__main__":
73-
sample_run_report(client)
71+
sample_run_report()

0 commit comments

Comments
 (0)