Skip to content

Commit

Permalink
docs: fixes incorrect comment in python sample (#220)
Browse files Browse the repository at this point in the history
The sample comment tag refers to the incorrect name of sample
  • Loading branch information
anweshan authored Apr 5, 2022
1 parent 7beea68 commit 35cbab2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
See https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/DateRange#FIELDS.name
for more information.
"""
# [START analyticsdata_run_report_with_date_ranges]
# [START analyticsdata_run_report_with_named_date_ranges]
from google.analytics.data_v1beta import BetaAnalyticsDataClient
from google.analytics.data_v1beta.types import DateRange
from google.analytics.data_v1beta.types import Dimension
Expand Down Expand Up @@ -57,7 +57,7 @@ def run_report_with_named_date_ranges(property_id="YOUR-GA4-PROPERTY-ID"):
print_run_report_response(response)


# [END analyticsdata_run_report_with_date_ranges]
# [END analyticsdata_run_report_with_named_date_ranges]


if __name__ == "__main__":
Expand Down

0 comments on commit 35cbab2

Please sign in to comment.