Skip to content

Commit 8a965e7

Browse files
Add useful resources section to Google Analytics integration document (#525)
* Add: Useful resources section * Update website/docs/integrations/google-analytics.mdx Co-authored-by: Lajos Szoke <63732287+laliconfigcat@users.noreply.github.com> * Updates * Add link to ConfigCat Integrations API * Add useful resources section to v1 `google-analytics.mdx` and fixed typos. * Add: new line --------- Co-authored-by: Lajos Szoke <63732287+laliconfigcat@users.noreply.github.com>
1 parent dab56f4 commit 8a965e7

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

website/docs/integrations/google-analytics.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,15 @@ For Text feature flags with lengthy values (e.g., JSON), send the `variationId`
8080

8181
4. **Deploy your application** and wait for feature flag evaluations to occur. This process might take 1-2 days for the `experience_impression` events to populate in Google Analytics.
8282

83-
5. **Define an audience** in Google Analytics using the `exp_variant_string` parameter with the same values that you using in your events (e.g. `configcat-isMyAwesomeFeatureEnabled-true`) it by following the guide [here](https://support.google.com/analytics/answer/9267572). This allows you to leverage feature flag evaluation events effectively.
83+
5. **Define an audience** in Google Analytics using the `exp_variant_string` parameter with the same values you used in your events (e.g. `configcat-isMyAwesomeFeatureEnabled-true`) by following the guide [here](https://support.google.com/analytics/answer/9267572). This allows you to leverage feature flag evaluation events effectively.
8484

8585
### Example audiences reports
86+
8687
<img src="/docs/assets/googleanalytics/audiences.png" alt="Google Analytics Audience report" decoding="async" loading="lazy"/>
88+
89+
### Useful resources
90+
91+
- [A/B Testing with ConfigCat and Google Analytics - Blog post](https://configcat.com/blog/2024/09/20/ab-testing-configcat-google-analytics/)
92+
- [A/B Testing with ConfigCat and Google Analytics - Sample app](https://github.com/configcat-labs/configcat-google-analytics-integration-sample)
93+
- [Creating Audiences in Google Analytics - Google documentation](https://support.google.com/analytics/answer/9267572)
94+
- [ConfigCat Integrations API](https://configcat.com/docs/api/reference/integrations/)

website/versioned_docs/version-V1/integrations/google-analytics.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,15 @@ For Text feature flags with lengthy values (e.g., JSON), send the `variationId`
8080

8181
4. **Deploy your application** and wait for feature flag evaluations to occur. This process might take 1-2 days for the `experience_impression` events to populate in Google Analytics.
8282

83-
5. **Define an audience** in Google Analytics using the `exp_variant_string` parameter with the same values that you using in your events (e.g. `configcat-isMyAwesomeFeatureEnabled-true`) it by following the guide [here](https://support.google.com/analytics/answer/9267572). This allows you to leverage feature flag evaluation events effectively.
83+
5. **Define an audience** in Google Analytics using the `exp_variant_string` parameter with the same values you used in your events (e.g. `configcat-isMyAwesomeFeatureEnabled-true`) by following the guide [here](https://support.google.com/analytics/answer/9267572). This allows you to leverage feature flag evaluation events effectively.
8484

8585
### Example audiences reports
86+
8687
<img src="/docs/assets/googleanalytics/audiences.png" alt="Google Analytics Audience report" decoding="async" loading="lazy" />
88+
89+
### Useful resources
90+
91+
- [A/B Testing with ConfigCat and Google Analytics - Blog post](https://configcat.com/blog/2024/09/20/ab-testing-configcat-google-analytics/)
92+
- [A/B Testing with ConfigCat and Google Analytics - Sample app](https://github.com/configcat-labs/configcat-google-analytics-integration-sample)
93+
- [Creating Audiences in Google Analytics - Google documentation](https://support.google.com/analytics/answer/9267572)
94+
- [ConfigCat Integrations API](https://configcat.com/docs/api/reference/integrations/)

0 commit comments

Comments
 (0)