Skip to content

Commit efec273

Browse files
TvGesselgitbook-bot
authored andcommitted
GITBOOK-68: Tom's May 13 changes
1 parent 1c2d725 commit efec273

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

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

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,11 @@ Add a reference to `umbracoEngage.analytics.ga4-bridge.min.js`:
1919
The following built-in GA4 events are excluded by the GA4 bridge:
2020

2121
* `click`
22-
* `file\download`
23-
* `form\start`
24-
* `form\submit`
2522
* `page\view`
2623
* `scroll`
2724
* `video\complete`
2825
* `video\progress`
2926
* `video\start`
30-
* `view\search\results`
3127

3228
{% hint style="warning" %}
3329
This means if any of your custom events use one of the above event names they will also be ignored.
@@ -58,3 +54,14 @@ if(typeof window.umbEngage === "function" && typeof window.umbEngage.onSendEvent
5854
```
5955

6056
It is also possible to change the category/action/label/value properties of `evt.fields` to modify the values we send to Umbraco Engage.
57+
58+
### View GA4 events
59+
60+
The captured GA4 events will appear in Analytics -> Events in the **GA 4 - Bridging** category
61+
62+
### Using GA4 events in Goals
63+
64+
If you want to trigger a goal based on a GA4 event please use the following information:
65+
66+
Category: **GA 4 Bridging**\
67+
Action: **\<your action>**

13/umbraco-engage/marketers-and-editors/analytics/client-side-events-and-additional-javascript-files.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ description: >-
66

77
# Client-side Events
88

9-
Umbraco Engage helps you with some additional scripts and views.
10-
9+
Umbraco Engage helps you with some additional scripts and views.\
1110
Find more information about the scripts in the [Analytics section for Developers](../../developers/analytics/client-side-events-and-additional-javascript-files/).
11+
12+
### GA4 events
13+
14+
If you are using the [GA4 bridging script](../../developers/analytics/client-side-events-and-additional-javascript-files/bridging-library-for-google-analytics.md) the captured GA4 events will appear in Analytics -> Events in the **GA 4 - Bridging** category.

13/umbraco-engage/marketers-and-editors/settings/setting-up-goals.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ You can specify how the goal will be triggered:
3535

3636
* Via a pageview/set of pages that are visited
3737
* Via a page event that can be triggered
38+
* If you want to trigger a goal based on a GA4 event please use the following information:
39+
40+
Category: **GA 4 Bridging**\
41+
Action: **\<your action>**
3842
* Via an Umbraco Forms submission
3943
* Via some custom code
4044

0 commit comments

Comments
 (0)