File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/google-analytics-data/samples/snippets Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020See https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/DateRange#FIELDS.name
2121for more information.
2222"""
23- # [START analyticsdata_run_report_with_date_ranges ]
23+ # [START analyticsdata_run_report_with_named_date_ranges ]
2424from google .analytics .data_v1beta import BetaAnalyticsDataClient
2525from google .analytics .data_v1beta .types import DateRange
2626from google .analytics .data_v1beta .types import Dimension
@@ -57,7 +57,7 @@ def run_report_with_named_date_ranges(property_id="YOUR-GA4-PROPERTY-ID"):
5757 print_run_report_response (response )
5858
5959
60- # [END analyticsdata_run_report_with_date_ranges ]
60+ # [END analyticsdata_run_report_with_named_date_ranges ]
6161
6262
6363if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments