Send Custom URL to GA4 using GTM

Viewed 43

In universal analytics it was possible to send a custom URL in section fields to set. How can I send a custom URL to Google Analytics 4 when using Google Tag Manager?

1 Answers

There is a similar “Fields to Set” in the configuration tag for GA4 in Google Tag Manager. Just choose the parameter name (unique or a set name Google already uses) and pass in your variable as the value.

The trick is you will need to create a custom parameter in the Configuration menu in GA4. Once you do that, you can use it in your reports.

Related