Skip to content

Commit 02e48b4

Browse files
TvGesselgitbook-bot
authored andcommitted
GITBOOK-73: Tom's Jun 13 changes
1 parent 110fcaf commit 02e48b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

13/umbraco-engage/developers/analytics/client-side-events-and-additional-javascript-files/bridging-library-for-google-tag-manager.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ description: Learn how to bridge data between Google Tag Manager and Umbraco Eng
44

55
# Bridging Library for Google Tag Manager
66

7-
When using Google Tag Manager you can collect all events in Umbraco Engage. This is set up in the same way as [classic Google Analytics](bridging-library-for-google-analytics.md).
7+
When using Google Tag Manager you can collect all events in Umbraco Engage. This is set up in the same way as the [Google Analytics](bridging-library-for-google-analytics.md) bridge.
88

99
To include the file add the following code before the closing `body` tag in your HTML:
1010

1111
```html
12-
<script src="~/Assets/Umbraco.Engage/Scripts/umbracoEngage.analytics.ga-bridge.js"></script>
12+
<script src="~/Assets/Umbraco.Engage/Scripts/umbracoEngage.analytics.ga4-bridge.min.js"></script>
1313
```
1414

1515
{% hint style="info" %}
16-
The following Google Analytics bridging script loading types are currently not supported: "async" or "defer".
16+
The "async" or "defer" Google Analytics bridging script loading types are currently not supported.
1717
{% endhint %}

0 commit comments

Comments
 (0)