Best practices for improving SMS deliverability for Voice AI
Think of SMS deliverability as four simple questions: 1. Did the person agree to get this? 2. Does the message clearly show who it’s
Insights on Voice AI, GA4, and data analytics
Think of SMS deliverability as four simple questions: 1. Did the person agree to get this? 2. Does the message clearly show who it’s
When working with Google Analytics 4 data in BigQuery, always assume that any event parameter can be stored in multiple data type columns. Account for
Here is how you can determine when users are most likely to visit your website in BigQuery. Step-1: Convert ‘event_timestamp’ into a date
Use the following SQL (automatically generated via a text prompt in ChatGPT) to track Google Analytics 4 AI Traffic in BigQuery: -- Calculate AI Traffic. SELECT
Custom dashboards in Retell let you track call, chat, and agent metrics through charts you configure yourself. This guide (47 pages) walks you through everything
In Retell AI, expressive mode is available for Platform voices which is used to control how your voice agent sounds. As you can see from
Here is how you can quickly determine the scope of any dimension or metric in GA4 without using ‘GA4 Dimensions and Metrics Explorer‘ or ‘API
Follow the steps below to track 404 pages (broken links) in GA4 (Google Analytics 4): 1. Make sure your broken links are hard 404s, not
Follow these 5 Simple Steps to Track GA4 UTM Parameters (aka Custom Campaigns) in BigQuery. Step-1: Calculate the values of the ‘Campaign Name’ column
Here is a nice little trick to filter Google Analytics 4 reports by UTM parameters. Use the following filters while creating/editing an exploration report:
The ‘utm_marketing_tactic’ UTM parameter is used to send information related to your marketing tactics like your targeting strategies (prospecting, remarketing), bid strategies, buying
The ‘utm_creative_format’ is a key of a UTM parameter which is just like the ‘utm_content‘ key and is used to send information
The ‘utm_campaign_id’ is a key of a UTM parameter which is required for sending information related to the unique identification number of your
The ‘utm_source_platform’ is a key of a UTM parameter which is used to send the name of the marketing platform which sent traffic
‘utm_content’ is a key of a UTM parameter which is used to send information related to campaign content (ad version) to GA4. For example.
‘utm_term’ a key of a UTM parameter which is used to send the information related to the campaign term (paid search keyword) to GA4.
‘utm_campaign’ is a key of a UTM parameter which is used to send the name of the custom campaign to GA4. You can use
‘utm_medium’ is a key of a UTM parameter which is used to send information related to the traffic medium of a custom campaign to
‘utm_source’ is key of a UTM parameter which is used to send information related to the traffic source of a custom campaign to Google
‘utm_id’ is a key of a UTM parameter which is used to send information related to the unique identification number of your campaign to
Note: This article is in conjunction with the following articles: 1. Understanding PBX for Voice AI, 2. Overflow and After-Hours Voice AI Receptionist, 3.
Note: This article is in conjunction with the following articles: Understanding PBX for Voice AI, Overflow and After-Hours Voice AI Receptionist and Understanding Call
The secret to finding the real Google Analytics 4 Conversion Paths in BigQuery is to use the last non-funnel touch approach. In GA4, the
‘event_params.source’, ‘event_params.medium’ and ‘event_params.campaign’ fields represent last-touch attribution at the event level. These fields do not necessarily change
This article is in conjunction with the articles: 'Understanding PBX for Voice AI' and 'Overflow and After-Hours Voice AI Receptionist'
Understanding PBX is crucial because it’s the “traffic controller” for business calls. It decides how calls flow, who they reach, and when AI can
There are two methods to calculate unique pageviews in GA4 BigQuery: Method-1 (Popular but incorrect): Count the unique combination of ‘user_pseudo_id’ and
Use the following SQL (automatically generated via a text prompt in ChatGPT) to calculate Google Analytics 4 Page Title, Page Paths and Views report in
In GA4 BigQuery export data table the ‘entrances’ calculated for (not set) landing pages are usually zero. It is because, for (not set) landing pages,
Here is the correct logic for calculating the Google Analytics 4 ‘Landing Page’ dimension in BigQuery, which also takes (not set) landing pages into account: