From c533601247233b59ad85be7118fb633f3997ba68 Mon Sep 17 00:00:00 2001 From: Chavez Harris Date: Thu, 20 Mar 2025 14:59:01 -0400 Subject: [PATCH 1/3] Add: Useful resources section --- website/docs/integrations/google-analytics.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/website/docs/integrations/google-analytics.mdx b/website/docs/integrations/google-analytics.mdx index 1c5a8f16..384f4185 100644 --- a/website/docs/integrations/google-analytics.mdx +++ b/website/docs/integrations/google-analytics.mdx @@ -80,7 +80,13 @@ For Text feature flags with lengthy values (e.g., JSON), send the `variationId` 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. -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. +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. ### Example audiences reports Google Analytics Audience report + +### Useful resources + +- [A/B Testing with ConfigCat and Google Analytics - Blog post](https://configcat.com/blog/2024/09/20/ab-testing-configcat-google-analytics/) +- [A/B Testing with ConfigCat and Google Analytics - Sample app](https://configcat.com/blog/2024/09/20/ab-testing-configcat-google-analytics/) +- [Creating Audiences in Google Analytics - Google documentation](https://support.google.com/analytics/answer/9267572) \ No newline at end of file From e2c6980c93b9f51e6bd996af41b4f8360cd7e960 Mon Sep 17 00:00:00 2001 From: Chavez Harris <74829200+codedbychavez@users.noreply.github.com> Date: Wed, 7 May 2025 07:15:45 -0400 Subject: [PATCH 2/3] Update website/docs/integrations/google-analytics.mdx Co-authored-by: Lajos Szoke <63732287+laliconfigcat@users.noreply.github.com> --- website/docs/integrations/google-analytics.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/integrations/google-analytics.mdx b/website/docs/integrations/google-analytics.mdx index 384f4185..3807cf03 100644 --- a/website/docs/integrations/google-analytics.mdx +++ b/website/docs/integrations/google-analytics.mdx @@ -88,5 +88,5 @@ For Text feature flags with lengthy values (e.g., JSON), send the `variationId` ### Useful resources - [A/B Testing with ConfigCat and Google Analytics - Blog post](https://configcat.com/blog/2024/09/20/ab-testing-configcat-google-analytics/) -- [A/B Testing with ConfigCat and Google Analytics - Sample app](https://configcat.com/blog/2024/09/20/ab-testing-configcat-google-analytics/) +- [A/B Testing with ConfigCat and Google Analytics - Sample app](https://github.com/configcat-labs/configcat-google-analytics-integration-sample) - [Creating Audiences in Google Analytics - Google documentation](https://support.google.com/analytics/answer/9267572) \ No newline at end of file From fefa8d94f6119a23cb5754967909abf59791851f Mon Sep 17 00:00:00 2001 From: Chavez Harris Date: Wed, 7 May 2025 07:26:07 -0400 Subject: [PATCH 3/3] Updates --- website/docs/integrations/google-analytics.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/integrations/google-analytics.mdx b/website/docs/integrations/google-analytics.mdx index 3807cf03..ddd37f92 100644 --- a/website/docs/integrations/google-analytics.mdx +++ b/website/docs/integrations/google-analytics.mdx @@ -83,7 +83,8 @@ For Text feature flags with lengthy values (e.g., JSON), send the `variationId` 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. ### Example audiences reports -Google Analytics Audience report + +Google Analytics Audience report ### Useful resources