File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
website/docs/destinations Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff 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
149150live  ; <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  ; <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  ; <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
You can’t perform that action at this time.
0 commit comments