From 900e30fefa92ee5cb8defc84a3c8db90a691d7c1 Mon Sep 17 00:00:00 2001
From: aylaju <99686309+aylaju@users.noreply.github.com>
Date: Mon, 16 Dec 2024 21:16:26 +0100
Subject: [PATCH] Update google-ga4.mdx
---
website/docs/destinations/google-ga4.mdx | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
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