diff --git a/website/docs/destinations/google-ga4.mdx b/website/docs/destinations/google-ga4.mdx
index 184d764b..0eb37852 100644
--- a/website/docs/destinations/google-ga4.mdx
+++ b/website/docs/destinations/google-ga4.mdx
@@ -145,15 +145,31 @@ override `include` values with the same key.
## Mapping
-The `mapping` examples are using the
+You are able to map your walkerOS events to match the respective requirements of
+each vendor. The `mapping` examples are using a
live configuration.
+:::tip
+
+The code examples are interactive. You can edit the code to generate your
+individual event mapping.
+
+:::
+
### add_to_cart
+Map your custom walkerOS event to get
+an add_to_cart
+gtag.js event.
+
### purchase
+Map your custom walkerOS event to get
+a purchase
+gtag.js event.
+
:::info