We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7887b79 + 2b446af commit a3edceaCopy full SHA for a3edcea
1 file changed
samples/snippets/quickstart_json_credentials.py
@@ -67,7 +67,5 @@ def sample_run_report(property_id="YOUR-GA4-PROPERTY-ID", credentials_json_path=
67
print(row.dimension_values[0].value, row.metric_values[0].value)
68
69
70
-# [END google_analytics_data_quickstart]
71
-
72
if __name__ == "__main__":
73
- sample_run_report(client)
+ sample_run_report()
0 commit comments