BigQuery for Google Analytics App + Web: Get User Counts By Date Between Two Fixed Dates

BigQuery for Google Analytics App + Web: Get User Counts By Date Between Two Fixed Dates

Below BigQuery looks at extracting unique user counts using day parting between two fixed dates from a Google Analytics App + Web property.

SELECT event_date and user counts FROM ‘table-name.*’ goes through all the partitioned tables [by day] to pull the user counts.

WHERE event_date BETWEEN checks between two dates [All of August 2020] while ORDER BY event_date ASC sorts it in ascending order.

Query and Result below:

bigquery google analytics app plus web get users between two fixed dates.JPG
BigQuery ML + Google Analytics: Forecast sales For Multiple SKU's Using A Single Query + Model

BigQuery ML + Google Analytics: Forecast sales For Multiple SKU's Using A Single Query + Model

Experimenting With Google Cloud Vision API for Landmark detection In Images

Experimenting With Google Cloud Vision API for Landmark detection In Images