Continuous date-range variant: analyse traffic between startDate and endDate.
startDate
endDate
Optional
End date of the analysis period (inclusive). Accepts a Date object or an ISO 'YYYY-MM-DD' string. When omitted, defaults to today.
Date
'YYYY-MM-DD'
Must be within 31 days from startDate.
'2024-08-07' Copy
'2024-08-07'
new Date('2024-08-07') Copy
new Date('2024-08-07')
Start date of the analysis period. Accepts a Date object or an ISO 'YYYY-MM-DD' string.
'2024-08-01' Copy
'2024-08-01'
new Date('2024-08-01') Copy
new Date('2024-08-01')
Continuous date-range variant: analyse traffic between
startDateandendDate.endDateis optional; when omitted it defaults to today.