Skip to content

Commit a4636e2

Browse files
Merge pull request #481 from elbwalker/mapping-docs
Update google-ga4.mdx
2 parents 04b7d22 + 900e30f commit a4636e2

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

website/docs/destinations/google-ga4.mdx

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,31 @@ override `include` values with the same key.
145145

146146
## Mapping
147147

148-
The `mapping` examples are using the
148+
You are able to map your walkerOS events to match the respective requirements of
149+
each vendor. The `mapping` examples are using a
149150
live&nbsp;<Link to="#configuration">configuration</Link>.
150151

152+
:::tip
153+
154+
The code examples are interactive. You can edit the code to generate your
155+
individual event mapping.
156+
157+
:::
158+
151159
### add_to_cart
152160

161+
Map your custom walkerOS event to get
162+
an&nbsp;<Link to="https://developers.google.com/analytics/devguides/collection/ga4/reference/events?sjid=10736118709897970414-EU&client_type=gtag#add_to_cart">add_to_cart
163+
gtag.js event</Link>.
164+
153165
<GoogleGA4ProductAdd />
154166

155167
### purchase
156168

169+
Map your custom walkerOS event to get
170+
a&nbsp;<Link to="https://developers.google.com/analytics/devguides/collection/ga4/reference/events?sjid=10736118709897970414-EU&client_type=gtag#purchase">purchase
171+
gtag.js event</Link>.
172+
157173
<GoogleGA4OrderComplete />
158174

159175
:::info

0 commit comments

Comments
 (0)