Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/snippets/run_pivot_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def run_sample():

def run_pivot_report(property_id="YOUR-GA4-PROPERTY-ID"):
"""Runs a pivot query to build a report of session counts by country,
pivoted by the browser dimension.."""
pivoted by the browser dimension."""
client = BetaAnalyticsDataClient()

request = RunPivotReportRequest(
Expand Down