Skip to content

Commit

Permalink
Merge pull request #481 from elbwalker/mapping-docs
Browse files Browse the repository at this point in the history
Update google-ga4.mdx
  • Loading branch information
alexanderkirtzel authored Dec 18, 2024
2 parents 04b7d22 + 900e30f commit a4636e2
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion website/docs/destinations/google-ga4.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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&nbsp;<Link to="#configuration">configuration</Link>.

:::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&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
gtag.js event</Link>.

<GoogleGA4ProductAdd />

### purchase

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

<GoogleGA4OrderComplete />

:::info
Expand Down

0 comments on commit a4636e2

Please sign in to comment.