Skip to content

Commit 569e1c8

Browse files
committed
Update date range in analytics fetch to 2025
1 parent 8cd3eb4 commit 569e1c8

File tree

2 files changed

+78
-1184
lines changed

2 files changed

+78
-1184
lines changed

scripts/fetch-analytics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async function fetchAnalyticsData() {
2020
auth,
2121
property: `properties/${process.env.PROPERTY_ID}`,
2222
requestBody: {
23-
dateRanges: [{ startDate: '2024-01-01', endDate: '2024-12-31' }],
23+
dateRanges: [{ startDate: '2025-01-01', endDate: '2025-12-31' }],
2424
dimensions: [
2525
{ name: 'year' }, // Fetch year
2626
{ name: 'month' }, // Fetch month

0 commit comments

Comments
 (0)