Skip to content

Commit

Permalink
fix: following Alex advices
Browse files Browse the repository at this point in the history
  • Loading branch information
SachaMorard committed Feb 12, 2025
1 parent cfb8776 commit 7050e13
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions components/data-collection/google-analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ Here's how Edgee events map to Google Analytics events:

1. From the Edgee console, go to your project and go to the Data Collection service.
2. Click on "Add Destination" and choose "Google Analytics".
3. Enter the `Measurement ID` and the `API Secret` associated with your GA4 stream and click Save. <br />
_(To create a new API Secret, navigate in the Google Analytics UI to Admin > Data Streams > choose your stream > Measurement Protocol > Create)_
3. Enter the `Measurement ID` associated with your GA4 stream and click Save.
4. You can now start sending events to Google Analytics.

## Component Name
Expand Down
2 changes: 1 addition & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
]
},
"styling": {
"codeblocks": "system"
"codeblocks": "dark"
},
"logo": {
"light": "/images/logos/edgee-light.svg",
Expand Down
2 changes: 1 addition & 1 deletion getting-started/migration-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ The first step is integrating the Edgee SDK into your website, ideally on all pa

It's time to configure a new Data Collection component for your Edgee project.

Each component comes with a different set of configuration parameters such as `Measurement ID`, `API Secret`, `API Key`, `Project ID`, etc.
Each component comes with a different set of configuration parameters such as `Measurement ID`, `API Key`, `Project ID`, etc.
Make sure to configure each field correctly and then click **Add component**.

<Frame caption="Go to your project > Data Collection, then add your first component.">
Expand Down
Binary file modified images/google-analytics-component.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions services/data-collection/native-cookie-support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import EdgeeSdk from '/snippets/edgee-sdk.mdx';

<EdgeeSdk />

Native Cookie Support is a powerful feature that allows Edgee to manage analytics cookies directly at the edge,
Native Cookie Support is a powerful feature to manage analytics cookies directly at the edge,
allowing you to maintain consistent user identification between Edgee and the analytics platform's JS SDK.

This feature is particularly useful when you're using both the Google Analytics client-side JavaScript SDK and Edgee's Google Analytics component simultaneously, as it ensures consistent user tracking across both implementations.
This feature is particularly useful when you're using both a client-side analytics JavaScript SDK and its Edgee component version simultaneously, as it ensures consistent user tracking across both implementations.

This feature is only available for [Google Analytics](/components/data-collection/google-analytics), [Amplitude](/components/data-collection/amplitude) and [Piano Analytics](/components/data-collection/piano-analytics) for now.

Expand Down Expand Up @@ -57,8 +57,8 @@ You can control native cookie behavior through the compatible component settings

Native Cookie Support is available for the following analytics platforms:

- **Amplitude**: Manages the `AMP_[API_KEY]` device ID cookie
- **Google Analytics**: Manages the `_ga` client ID cookie
- **Piano Analytics**: Manages various cookies based on configuration (`atid`, `_pcid`, `atuserid`)
- **[Amplitude](/components/data-collection/amplitude)**: Manages the `AMP_[API_KEY]` device ID cookie
- **[Google Analytics](/components/data-collection/google-analytics)**: Manages the `_ga` client ID cookie
- **[Piano Analytics](/components/data-collection/piano-analytics)**: Manages various cookies based on configuration (`atid`, `_pcid`, `atuserid`)

Each platform's documentation includes specific details about their cookie implementation and configuration options.

0 comments on commit 7050e13

Please sign in to comment.