Skip to content

Commit 35cbab2

Browse files
authored
docs: fixes incorrect comment in python sample (#220)
The sample comment tag refers to the incorrect name of sample
1 parent 7beea68 commit 35cbab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-analytics-data/samples/snippets/run_report_with_named_date_ranges.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
See https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/DateRange#FIELDS.name
2121
for more information.
2222
"""
23-
# [START analyticsdata_run_report_with_date_ranges]
23+
# [START analyticsdata_run_report_with_named_date_ranges]
2424
from google.analytics.data_v1beta import BetaAnalyticsDataClient
2525
from google.analytics.data_v1beta.types import DateRange
2626
from 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

6363
if __name__ == "__main__":

0 commit comments

Comments
 (0)