GA4 (Google Analytics 4) Custom Metrics Tutorial

Last Updated: February 23, 2023

Custom metrics are user-defined metrics

Create and use custom metrics when you want to measure the characteristics of a dimension (whether default or custom dimension) that cannot be measured by any default metric.

For example, if you have defined the keywords which resulted in a phone call as a custom dimension in GA4 then one of the characteristics of this dimension could be ‘number of phone calls generated by each keyword’.

You can measure the number of phone calls by creating and using a custom metric (e.g. ‘phone calls’).

In the context of GA4, a custom metric is an event parameter. This parameter can be an automatically collected parameter or custom parameter.

Note: Do not send personally identifiable information (e.g. phone number, social security number, etc) to your GA4 reporting view as a value of the custom metric. This is against the Google Analytics terms of service. 

Introduction to event-scoped custom metrics

A custom metric that has an event scope is called an event-scoped custom metric.

Event-scope means the value of the custom metric is calculated and sent for each event. 

Note: In GA4, custom metrics can have only one scope and that is event scope.

You can create an event-scoped custom metric by registering a parameter with event scope in the GA4 user interface.

In GA4, the values of custom metrics are supplied by logged event parameters. So, before you create an event-scoped custom metric, you need a logged event parameter in your GA4 reporting view. 

A logged event parameter is one that is already being tracked and reported by your GA4 reporting view. 

Note: You can also create a custom metric before logging the event parameter, but that is not best practice for creating custom metrics.

Creating an event-scoped custom metric via an automatically tracked parameter

Let us suppose you want to register the automatically collected parameter ‘video_duration’ as an event-scoped custom metric. 

To do that, follow the steps below:

Step-1: Navigate to your GA4 property view and then click on the ‘Configure’ link:

Configure link 2

Step-2: Click on ‘Custom Definitions’

Custom defination link 1

Step-3: Click on ‘Custom metrics’:

custom metrics

Step-4: Click on the ‘Create Custom metrics‘ button:

create button

Step-5: Enter the name for your custom metric. This name will appear in your GA4 reports, so use a descriptive name:

Enter the name for your custom metric

Note: You can always change the metric name later if you want. 

Step-6: Enter a description for your custom metric in the ‘Description’ field so that later on it becomes easier to understand what the metric is all about:

GA4 Custom Metrics

Note: Entering a description for your custom metric is optional.

Step-7: Select the event parameter ‘video_duration‘ from the drop-down menu:

Select the event parameter video duration

The event parameter ‘video_duration‘ supplies the value to your custom metric. 

Note: Once you have selected an event parameter, you cannot change it later.

Step-8: Select the unit of measurement from the drop-down menu and then click on the ‘Save’ button at the top right-hand side:

Select the unit of measurement from the drop down menu

Note: You can always change the unit of measurement later if you want.

You should now see your new custom metric listed under the ‘Custom metrics’ section:

You should now see your new custom metric listed

Step-9: Wait for a full 24 hrs and then navigate to the Engagement > Events report in your GA4 reporting view:

events 1

Step-10: Find and click on the ‘video_progress‘ event:

Find and click on the video progress event

You should now see the report on the ‘video_progress‘ event:

video progress

Step-11: Scroll down the ‘video_progress‘ event report until you see the data card named ‘CUSTOM_VIDEO_DURATION_SECONDS‘:

video in seconds 1

You see this data card in the ‘video_progress‘ event report only because you registered the ‘video_duration‘ parameter as a custom metric. Otherwise, you won’t see this data card.

This data card will appear in every event report where you (or GA4) are passing the ‘video_duration’ parameter along with the event. This is one advantage of registering a parameter as a custom metric.

Step-12: Click on the events drop-down menu at the top:

video drop down

Step-13: Find and click on the ‘video_start’ event:

video start

You should now see the report on the ‘video_start’ event. 

video start event

Step-14: Scroll down the ‘video_start’ event report until you see the data card named ‘CUSTOM_VIDEO_DURATION_SECONDS‘:

video in seconds 1 1

You see this data card in the ‘video_start’ event report only because you registered the ‘video_duration‘ parameter as a custom metric. Otherwise, you won’t see this data card.

Creating an event-scoped custom metric via a custom parameter

Now let us suppose you are passing the ‘discount_value’ custom parameter with the ‘discount_value’ event and this parameter is being logged (i.e. recorded).

Let us also suppose you registered the ‘discount_value’ parameter as an event-scoped custom metric:

you registered the discount value parameter as an event scoped custom metric

Now follow the steps below:

Step-1: Navigate to the Engagement > Events report in your demo GA4 reporting view:

events 2

Step-2: Find and then click on the ‘discount_value’ event:

Find and then click on the discount value event 1

You should now see the ‘discount_value’ event report:

You should now see the discount value event report

Step-3: Scroll down the ‘discount_value’ event report until you see the data card named ‘DISCOUNT_VALUE’:

Scroll down the discount value event report

You see this data card in the ‘discount_value’ event report only because you (technically speaking, ‘Google’ for this demo property) registered the ‘discount_value’ custom parameter as a custom metric. Otherwise, you won’t see this data card.

Applying an event-scoped custom metric to Exploration reports

Once you have registered a logged event parameter as an event-scoped custom metric, you can then apply the custom metric to the Analysis Hub report.

Let’s create a new advanced analysis via the blank report template and then apply the ‘discount_value’ event-scoped custom metric to it.

Follow the steps below:

Step-1: Navigate to the ‘Explore’ tab in your GA4 demo reporting view:

Explore 2

Step-2: Click on the ‘Blank’ template:

Blank exploration 2

Step-3: Scroll down and then click on the ‘+’ button next to ‘METRICS’:

add metric

You should now see a search box (which is used to search for a particular metric) like the one below:

search

Step-4: Type ‘discount_value’ in the search box:

Type discount value in the search

Step-5: Click on the ‘discount_value’ checkbox and then click on the ‘Apply’ button:

Click on the discount value

You should now see the ‘discount_value’ metric listed under the ‘METRICS’ section:

metric is available

Step-6: Click on the ‘Drop or select metric‘ button:

Drop or select metric

Step-7: Click on ‘discount_value’ from the drop-down menu:

select metric

You should now see the ‘discount_value’ metric is applied to the canvas on the right:

metric applied

That’s how you can apply an event-scoped custom metric to an Analysis Hub report.

Advantages of using custom metrics in GA4

The following are the two main advantages of creating and using custom metrics in GA4:

Step-1: In your event report, you see a new data card added for every logged event parameter you registered as a custom metric:

video in seconds

And this data card appears in every event report where you (or GA4) are passing the same event parameter along with the event. Thus, the use of custom metrics enriches your existing event reports.

Step-2: You can report on the same event parameter for as many events as you like (via the Analysis Hub reports) without passing the same parameter over and over again for each individual event.

Custom metrics in Universal Analytics vs GA4

The following are the main differences between custom metrics in Universal Analytics vs GA4:

#1 Different scopes

In Universal Analytics, a custom metric can have anyone of the following two scopes:

  1. Hit
  2. Product

Whereas in GA4, a custom metric can have only one scope and that is event scope.

Note: In GA4, hit scope is referred to as event scope.

#2 Different processes for creating custom metrics

In Universal Analytics, creating a custom metric involves the following two steps:

  1. Configuring the custom metric (i.e. setting name, scope, formatting type, minimum value and maximum value) in the user interface.
  2. Writing code to send the values of the custom metric to the reporting view.

In GA4, creating a custom metric involves the following two steps:

  1. Sending an event parameter along with an event. 
  2. Registering the logged event parameter as a custom metric in the user interface. 

#3 Different quota for the custom metrics

In Universal Analytics, you can create up to 20 custom metrics per property. However, if you are using the GA 360 then you can create up to 200 custom metrics per property.

Whereas in GA4, you can create up to 50 event-scoped custom metrics per GA4 property.

How to edit a custom metric

Follow the steps below to edit a custom metric:

Step-1: Navigate to the ‘Configure‘ link in your GA4 reporting view:

Configure link 3

Step-2: Click on the ‘Custom Definitions’:

Custom defination link 2

Step-3: Click on the ‘Custom metrics’ tab:

custom metrics 1

Step-4: Click on the three dots menu next to the custom metric you want to edit:

edit metric

Step-5: Click on the ‘Edit’ option:

edit metric option

Step-6: You can now change the name, description and unit of measurement of your custom metric. Then click on the ‘Save’ button:

Edit custom metric

Quota information for custom metrics

In GA4, you can create up to 50 event-scoped custom metrics per property. That’s the custom metrics quota allocated to you.

Now if you want to know the total number of event-scoped custom metrics you have already created and the number of custom metrics you are still allowed to create then you can get this information through the ‘Quota information’ feature of GA4.

Follow the steps below to find the quota information: 

Step-1: Navigate to the ‘Configure‘ link in your GA4 reporting view:

Configure link 4

Step-2: Click on the ‘Custom Definitions’:

Custom defination link 3

Step-3: Click on the ‘Quota information’ button on the top right-hand side of your screen:

Quota information ga4 1

You should now be able to see the total number of event-scoped custom metrics you have already created and the number of custom metrics you are still allowed to create:

Quota information custom metrics ga4

From the screenshot above we can conclude that I have created six event-scoped custom metrics out of 50. 

Therefore, 44 (50 minus 6) event-scoped custom metrics are still available to me.

How to delete a custom metric

In GA4, you can create up to 50 event-scoped custom metrics per property. 

However, once you have reached your custom metrics quota, you can then no longer create any new custom metric.

In that case, if you still want to create new custom metrics, then you would need to delete the ones you are no longer using.

Follow the steps below to delete a custom metric:

Step-1: Navigate to the ‘Configure‘ link in your GA4 reporting view:

Configure link 5

Step-2: Click on the ‘Custom Definitions’:

Custom defination link 4

Step-3: Click on the ‘Custom metrics’ tab:

custom metrics 2

Step-4: Click on the three dots menu next to the custom metric you want to delete:

edit metric 1

Step-5: Click on the ‘Archive’ option:

archive

Step-6: Click on the ‘Archive’ button:

Click on the Archive button

Note: Archiving a custom metric is permanent. It cannot be undone and the corresponding data cannot be restored. Any segment or funnel using this custom metric in Analysis would stop working.

#1 Google Analytics 4 Intro

  1. What is GA4 (Google Analytics 4) – The Apps + Web Property?
  2. Key Benefits of Using Google Analytics 4 (GA4)
  3. GA4 Migration Guide – Learn to upgrade to GA4 from GA3 via checklist
  4. Google Analytics 4 (GA4) vs Universal Analytics – What is the Difference?
  5. GA4 vs GA4 360 – Pricing, Limits, Billing and More
  6. Google Analytics 4 Training & Tutorial with FREE GA4 ebook

#2 Google Analytics 4 Property

  1. Google Analytics Account Hierarchy (Structure Explained)
  2. Understanding Google Analytics Measurement ID (GA4)
  3. Google Signals GA4 – See Demographics (Gender, Age) in Google Analytics 4
  4. Using the GA4 (Google Analytics 4) Test Property
  5. Google Analytics 4 Sub Properties Tutorial
  6. Roll up Property in Google Analytics 4 (GA4) – Tutorial

#3 Google Analytics 4 Integrations

  1. How to connect GA4 (Google Analytics 4) with Google Data Studio
  2. How to link GA4 (Google Analytics 4) with Google Ads
  3. How to link Google Search Console to Google Analytics 4 (GA4)
  4. How to Install Google Analytics 4 on Shopify
  5. GA4 Firebase Integration – Correctly Add App Data Streams to GA4 Property

#4 Google Analytics 4 Events

  1. GA4 (Google Analytics 4) Event Tracking Setup Tutorial
  2. Understanding Event Parameters in Google Analytics 4 (GA4)
  3. Recommended Events in Google Analytics 4 (GA4)
  4. Enhanced Measurement Events in Google Analytics 4 (GA4)
  5. Automatically Collected Events in Google Analytics 4 (GA4)
  6. How to Set Up GA4 Custom Events via Google Tag Manager
  7. Events Report in Google Analytics 4 (GA4)
  8. How to Rename Events in Google Analytics 4 (GA4)
  9. How to Use Google Analytics 4 Event Builder
  10. GA4 Form Interactions Tracking – Enhanced Measurement

#5 Google Analytics 4 Conversions

  1. Google Analytics 4 Conversion Tracking Guide – GA4 Goals
  2. How to Import Conversions from GA4 Property to Your Google Ads account
  3. GA4 Conversion Rate – How to find it and use it

#6 Google Analytics 4 Dimensions

  1. GA4 (Google Analytics 4) Dimensions Tutorial
  2. GA4 (Google Analytics 4) Custom Dimensions Tutorial
  3. GA4 User Properties (User Scoped Custom Dimensions) – Tutorial
  4. Event Scoped Custom Dimensions in GA4 – Tutorial

#7 Google Analytics 4 Metrics

  1. GA4 (Google Analytics 4) Metrics Tutorial with Free Google Analytics 4 Ebook
  2. GA4 (Google Analytics 4) Custom Metrics Tutorial
  3. What are Predictive Metrics in Google Analytics 4 (GA4)

#8 Google Analytics 4 Ecommerce

  1. GA4 (Google Analytics 4) Ecommerce Tracking via GTM – Tutorial

#9 Google Analytics 4 Specialized Tracking

  1. GA4 (Google Analytics 4) Enhanced Measurement Tracking Tutorial
  2. Cross Domain Tracking in GA4 (Google Analytics 4) Setup Guide
  3. GA4 Site Search – Tracking Site Search in Google Analytics 4
  4. GA4 (Google Analytics 4) Scroll Tracking Tutorial
  5. Self-referral Google Analytics 4 – Referral exclusion GA4
  6. GA4 (Google Analytics 4) Data Import Tutorial
  7. Google Analytics 4 Content Grouping – Create Content Groups in GA4
  8. How to Track Single Page Apps in Google Analytics 4 (GA4)
  9. utm_source, utm_medium, utm_campaign Parameters – GA4 (Google Analytics 4)
  10. GA4 Form Tracking via Google Tag Manager

#10 Google Analytics 4 filters

  1. GA4 filters – Understanding Data Filters in Google Analytics 4
  2. How to Create and Test Filters in Google Analytics 4 (GA4)?
  3. Exclude Internal Traffic in GA4 (Google Analytics 4) via IP Filter

#11 Google Analytics 4 Explorations

  1. Free Form Report in GA4 (Google Analytics 4) – Exploration Report
  2. How to Use the User Lifetime Report in Google Analytics 4 (GA4)
  3. How to Use Path Exploration Report in GA4 (Google Analytics 4) – Path Analysis
  4. How to Use Segment Overlap Report in Google Analytics 4 (GA4)
  5. How to Use the Funnel Exploration Report in GA4 (Google Analytics 4) – Funnel Analysis
  6. Cohort Exploration Report in Google Analytics 4 (GA4)
  7. How to Create Landing Pages Report in GA4 (Google Analytics 4)
  8. How to Create Google Ads report in GA4 (Google Analytics 4)
  9. How to Segment GA4 Data by Data Stream
  10. Organic Search Traffic Analysis in GA4 – Complete Guide
  11. Google Analytics 4 (GA4) Outbound Links Tracking
  12. How to Track Email Campaigns and Traffic in GA4 
  13. How to view full page URLs in GA4?

#12 Google Analytics 4 Advanced

  1. Understanding Google Analytics 4 Sessions
  2. GA4 (Google Analytics 4) Measurement Protocol Tutorial
  3. How to Build Comparisons (Advanced Segments) in Google Analytics 4 (GA4)
  4. Understanding Automated Insights in Google Analytics 4 (GA4)
  5. Understanding Channel Groupings in Google Analytics 4 (GA4)
  6. Understanding Data Sampling in Google Analytics 4 (GA4)
  7. Google Analytics 4 Regex (Regular Expressions) Tutorial
  8. Google analytics 4 GDPR compliance checklist
  9. How to Exclude URL Query Parameters in Google Analytics 4

#13 Google Analytics 4 Reports

  1. How to Create Custom Insights in Google Analytics 4 (GA4)
  2. How to Use Debug View Report in Google Analytics 4 (GA4)

#14 Google Analytics 4 Attribution

  1. Guide to Attribution Models in GA4 (Google Analytics 4)
  2. How to Change Attribution Models in GA4 (Google Analytics 4)?
  3. GA4 (Google Analytics 4) Conversion Paths Report in Attribution
  4. GA4 (Google Analytics 4) Model Comparison Report in Attribution
  5. Advertising Snapshot in GA4 (Google Analytics 4) Attribution
  6. GA4 Attribution Modelling Tutorial

#15 Google Analytics 4 Audiences

  1. GA4 Audiences – Creating Custom Audience in Google Analytics 4
  2. How to Create a Remarketing Audience in Google Analytics 4 (GA4)
  3. Understanding Audience Triggers in Google Analytics 4 (GA4)
  4. Google Analytics 4 (GA4) Predictive Audiences – Tutorial

#16 Google Analytics 4 BigQuery

  1. GA4 BigQuery – Connect Google Analytics 4 with BigQuery
  2. BigQuery GA4 Schema – Send Custom GA4 Data to BigQuery
  3. How to Backfill GA4 Data in BigQuery
  4. How to Connect and Export Data from GA to BigQuery

Register for the FREE TRAINING...

"How to use Digital Analytics to generate floods of new Sales and Customers without spending years figuring everything out on your own."



Here’s what we’re going to cover in this training…

#1 Why digital analytics is the key to online business success.

​#2 The number 1 reason why most marketers are not able to scale their advertising and maximize sales.

#3 Why Google and Facebook ads don’t work for most businesses & how to make them work.

#4 ​Why you won’t get any competitive advantage in the marketplace just by knowing Google Analytics.

#5 The number 1 reason why conversion optimization is not working for your business.

#6 How to advertise on any marketing platform for FREE with an unlimited budget.

​#7 How to learn and master digital analytics and conversion optimization in record time.



   

My best selling books on Digital Analytics and Conversion Optimization

Maths and Stats for Web Analytics and Conversion Optimization
This expert guide will teach you how to leverage the knowledge of maths and statistics in order to accurately interpret data and take actions, which can quickly improve the bottom-line of your online business.

Master the Essentials of Email Marketing Analytics
This book focuses solely on the ‘analytics’ that power your email marketing optimization program and will help you dramatically reduce your cost per acquisition and increase marketing ROI by tracking the performance of the various KPIs and metrics used for email marketing.

Attribution Modelling in Google Analytics and BeyondSECOND EDITION OUT NOW!
Attribution modelling is the process of determining the most effective marketing channels for investment. This book has been written to help you implement attribution modelling. It will teach you how to leverage the knowledge of attribution modelling in order to allocate marketing budget and understand buying behaviour.

Attribution Modelling in Google Ads and Facebook
This book has been written to help you implement attribution modelling in Google Ads (Google AdWords) and Facebook. It will teach you, how to leverage the knowledge of attribution modelling in order to understand the customer purchasing journey and determine the most effective marketing channels for investment.

About the Author

Himanshu Sharma

  • Founder, OptimizeSmart.com
  • Over 15 years of experience in digital analytics and marketing
  • Author of four best-selling books on digital analytics and conversion optimization
  • Nominated for Digital Analytics Association Awards for Excellence
  • Runs one of the most popular blogs in the world on digital analytics
  • Consultant to countless small and big businesses over the decade

Learn and Master Google Analytics 4 (GA4) - 126 pages ebook

X
error: Alert: Content is protected !!