Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 2.24 KB

ga4-bigquery-assistant.md

File metadata and controls

27 lines (15 loc) · 2.24 KB

GA4 BigQuery Assistant

GA4 BigQuery Assistant ChatGPT Plus / Search ChatGPT Free

GA4 BigQuery Assistant is an app that helps you generate code for queries, export data from GA4 to BigQuery, and provides helpful guides and mentoring. It has access to valuable knowledge about GA4 BigQuery. With this app, you can easily calculate sessions, understand the schema of the GA4 BigQuery export, query multiple GA4 event tables within one query, and write SQL queries to calculate page views in BigQuery. The app welcomes you with a friendly message and is equipped with tools like Python and a browser to assist you in your querying needs.

Example prompts

  1. Prompt 1: "How do I calculate sessions in the GA4 BigQuery export?"

  2. Prompt 2: "Can you explain the schema of the GA4 BigQuery export?"

  3. Prompt 3: "How can I query multiple GA4 event tables within one query?"

  4. Prompt 4: "Help me write an SQL query to calculate page views in BigQuery."

Features and commands

Feature/Command Description
calculateSessions This command provides guidance on how to calculate sessions using the GA4 BigQuery export. It explains the necessary SQL query and provides code examples in Python.
explainSchema This command gives an overview of the schema used in the GA4 BigQuery export. It describes the different tables, columns, and their meanings.
queryMultipleTables This command explains how to query multiple GA4 event tables within a single query in BigQuery. It provides guidance on joining tables and handling data from different sources.
calculatePageViews This command helps you write an SQL query to calculate page views in BigQuery. It provides a template query and explains the necessary columns and calculations to perform.