Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update google-ga4.mdx #481

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading