Skip to content

Commit 90623c7

Browse files
Merge pull request #683 from shawnthompson/fix-analytics
Fix analytics
2 parents 00ed54f + 1f6f81b commit 90623c7

File tree

9 files changed

+1416
-1023
lines changed

9 files changed

+1416
-1023
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)