Skip to main content

Breadcrumb

  1. insights

Number of Sessions Per Day

June 23, 2016 | Bounteous
SELECT date, 
       SUM(totals.visits) AS sessions
FROM [google.com:analytics-bigquery:LondonCycleHelmet.ga_sessions_20130910]
GROUP BY date

 

Tags:

Explore our AI-driven solutions that transform data into decisions.

Learn more

Related Insights

An Introduction to Google Ads Data Hub

Learn more

Bounce Rate by Landing Page

Learn more

Days Since Last Session with Window Functions

Learn more