Our Blog

Join for a weekly digest of real, no BS, full-stack digital marketing analytics help.
image-44
How to Export Your Universal Analytics (GA3) Data the Fastest & Easiest Way [w/ Free Templates Included]
The Announcement Google has announced that all customers will lose access to Universal Analytics properties...
programming computer screen
A Beginner Data Engineer Project: Extract Random Jokes via API with Python (Part 2)
This is Part 2 of extracting random jokes from an API and loading it into a BigQuery table via a data...
programming computer screen
A Beginner Data Engineer Project: Extract Random Jokes via API with Python (Part 1)
In this Part 1 project, I’ll walk through creating a python script to extract random jokes from...
What Are Python Lambda Functions?
I learned python lambda functions from a codecademy.com tutorial – highly recommend. My definition: A...
Screenshot-2023-04-17-at-7.36
How to Make a BigQuery Real-Time MTD Job Cost Monitoring Dashboard (Part 1): Setting Up the Data
In this part 1 post, we’ll go over Setting Up the Data: Creating a Sink: How to get BigQuery...
Man going up the stairs
3 Things You Need to Get Paid More
1. Knowledge This is where you: Know what you know Know what you don’t know And you work...
How to Connect BigQuery with dbt
How to Connect BigQuery with dbt
dbt is a great data modeling tool you can use to help you model GA4 data. This post will cover how to...
How to Model GA4 Data Easier in BigQuery with this Helpful Tool
How to Model GA4 Data Easier in BigQuery with this Helpful Tool
Issues with modeling data strictly from inside BigQuery: What I found while modeling GA4 data in BigQuery...
When to Use IF NULL THEN 0 (How to Handle Null Values in SQL)
When to Use IF NULL THEN 0 (How to Handle Null Values in SQL)
A couple of questions I’ve always had are: How are nulls handled and calculated when performing...
GA4 & BigQuery: A SQL Model for a Base Events Table (How to Unnest Fields)
GA4 & BigQuery: A SQL Model for a Base Events Table (How to Unnest Fields)
Introduction to GA4 Public Dataset in BigQuery In this post, we’ll be using the GA4 public dataset...
GA4 & BigQuery: Benefits, Drawbacks, and Cost
GA4 & BigQuery: Benefits, Drawbacks, and Cost
In this post, we’ll provide a primer on BigQuery and GA4, why it’s beneficial, what are its...
5 Learnings From Creating a Sessions Fact Table From GA4 Data in BigQuery SQL
5 Learnings From Creating a Sessions Fact Table From GA4 Data in BigQuery SQL
With the new Google Analytics and Google’s decision to allow a direct integration between GA4 and...
BigQuery SQL & GA4: How to Query Multiple Tables Using _TABLE_SUFFIX
BigQuery SQL & GA4: How to Query Multiple Tables Using _TABLE_SUFFIX
Select From All Tables SELECT * FROM `bigquery-public-data.ga4_obfuscated_sample_ecommerce.events_*`...
Python Pandas: How to Check if Two DataFrames or Series are Equal to Each Other
Pandas Resource Link “Equal” is defined by having the same shape, same elements, in the...
4 Key Areas to Master in Data & Analytics
From a ten-thousand foot view of data and analytics, there are 4 key areas to focus in: Making visualizations Structuring...

Discover more of what matters to you

Recently Saved

How to Export Your Universal Analytics (GA3) Data the Fastest & Easiest Way [w/ Free Templates Included]
A Beginner Data Engineer Project: Extract Random Jokes via API with Python (Part 2)
A Beginner Data Engineer Project: Extract Random Jokes via API with Python (Part 1)
What Are Python Lambda Functions?
How to Make a BigQuery Real-Time MTD Job Cost Monitoring Dashboard (Part 1): Setting Up the Data
3 Things You Need to Get Paid More
How to Connect BigQuery with dbt
How to Model GA4 Data Easier in BigQuery with this Helpful Tool
When to Use IF NULL THEN 0 (How to Handle Null Values in SQL)
GA4 & BigQuery: A SQL Model for a Base Events Table (How to Unnest Fields)