Skip to content

Commit dab56f4

Browse files
Add useful resources section to integration documents (#551)
* Add useful resources to amplitude document. * Add useful resources section to Datadog document * Add useful resources section to mixpanel document * Add useful resources section to terraform document * Add useful resources section to segment document * Updates 1 * Update: Useful Resources section in amplitude document * Update: Amplitude document * Add useful resources section to v1 documents
1 parent edb57e9 commit dab56f4

File tree

10 files changed

+58
-4
lines changed

10 files changed

+58
-4
lines changed

website/docs/integrations/amplitude.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,4 +264,12 @@ You can filter for your feature flag keys with the `Flag Key` property and visua
264264

265265
### Usage with enriched user properties for your custom events.
266266
If you use the <a href="https://www.docs.developers.amplitude.com/analytics/apis/identify-api/" target="_blank" rel="noopener noreferrer">Identify API</a> approach, you'll be able to use the feature flag evaluation data in your current reports. You can Group Segments by your feature flag evaluations:
267-
<img src="/docs/assets/amplitude/enriched.png" className="bordered-img" alt="Amplitude chart with enriched data" decoding="async" loading="lazy"/>
267+
<img src="/docs/assets/amplitude/enriched.png" className="bordered-img" alt="Amplitude chart with enriched data" decoding="async" loading="lazy"/>
268+
269+
## Useful Resources
270+
271+
- [A/B Testing in Android Kotlin with ConfigCat and Amplitude - Blog post](https://configcat.com/blog/2023/06/09/how-to-ab-test-kotlin/)
272+
- [Discover User Insights with Amplitude and ConfigCat - Blog post](https://configcat.com/blog/2024/09/24/user-insights-amplitude-configcat/)
273+
- [A/B testing in React with Amplitude and ConfigCat - Blog post](https://configcat.com/blog/2022/05/18/measuring-the-impact-of-a-test-variation-in-react/)
274+
- [A/B Testing in iOS with Feature Flags and Amplitude](https://configcat.com/blog/2023/01/24/how-to-implement-ab-testing-in-ios/)
275+
- [ConfigCat Integrations API](https://configcat.com/docs/api/reference/integrations/)

website/docs/integrations/datadog.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,8 @@ Every event sent to Datadog by ConfigCat has a _source_ property of `configcat`
3737
For example here is how to search for events that happened in the production environment: `sources:configcat production`
3838

3939
<img src="/docs/assets/datadog-filtering_192dpi.png" alt="Filtering feature flag change events" width="1366" height="768" decoding="async" loading="lazy" />
40+
41+
## Useful Resources
42+
43+
- [How to send feature flag change notifications to DataDog - Blog Post](https://configcat.com/blog/2021/03/17/connect-configcat-and-datadog/)
44+
- [ConfigCat Integrations API](https://configcat.com/docs/api/reference/integrations/)

website/docs/integrations/mixpanel.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,9 @@ You can filter for your feature flag keys with the `Experiment name` property an
274274

275275
### Usage with enriched user properties for your custom events.
276276
If you use the [Identify API](https://docs.mixpanel.com/docs/tracking-methods/id-management/identifying-users) approach, you'll be able to use the feature flag evaluation data in your current reports. Example with a Breakdown:
277-
<img src="/docs/assets/mixpanel/enrichment.png" alt="Mixpanel Insights report with enriched data" decoding="async" loading="lazy"/>
277+
<img src="/docs/assets/mixpanel/enrichment.png" alt="Mixpanel Insights report with enriched data" decoding="async" loading="lazy"/>
278+
279+
## Useful Resources
280+
281+
- [Integrating ConfigCat and Mixpanel Analytics for Business Success - Blog Post](https://configcat.com/blog/2024/07/29/configcat-mixpanel-integration/)
282+
- [ConfigCat Integrations API](https://configcat.com/docs/api/reference/integrations/)

website/docs/integrations/segment.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,3 +430,8 @@ The `variationId` is a hashed version of the feature flag value, accessible on t
430430
### Example event
431431
Check your source's debugger to see the events.
432432
<img src="/docs/assets/segment/featureflagevaluated.png" className="bordered-img" alt="Twilio Segment event debugger" decoding="async" loading="lazy"/>
433+
434+
## Useful Resources
435+
436+
- [Using Twilio and ConfigCat to Understand Your Business - Blog Post](https://configcat.com/blog/2024/11/28/using-twilio-and-configcat/)
437+
- [ConfigCat Integrations API](https://configcat.com/docs/api/reference/integrations/)

website/docs/integrations/terraform.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,7 @@ resource "configcat_setting_value" "setting_value" {
6363
value = "false"
6464
}
6565
```
66+
67+
## Useful Resources
68+
69+
- [Automating ConfigCat Resources with Terraform - Blog Post](https://configcat.com/blog/2023/06/02/infrastructure-as-code-terraform-integration/)

website/versioned_docs/version-V1/integrations/amplitude.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,4 +264,12 @@ You can filter for your feature flag keys with the `Flag Key` property and visua
264264

265265
### Usage with enriched user properties for your custom events.
266266
If you use the <a href="https://www.docs.developers.amplitude.com/analytics/apis/identify-api/" target="_blank" rel="noopener noreferrer">Identify API</a> approach, you'll be able to use the feature flag evaluation data in your current reports. You can Group Segments by your feature flag evaluations:
267-
<img src="/docs/assets/amplitude/enriched.png" className="bordered-img" alt="Amplitude chart with enriched data" decoding="async" loading="lazy" />
267+
<img src="/docs/assets/amplitude/enriched.png" className="bordered-img" alt="Amplitude chart with enriched data" decoding="async" loading="lazy" />
268+
269+
## Useful Resources
270+
271+
- [A/B Testing in Android Kotlin with ConfigCat and Amplitude - Blog post](https://configcat.com/blog/2023/06/09/how-to-ab-test-kotlin/)
272+
- [Discover User Insights with Amplitude and ConfigCat - Blog post](https://configcat.com/blog/2024/09/24/user-insights-amplitude-configcat/)
273+
- [A/B testing in React with Amplitude and ConfigCat - Blog post](https://configcat.com/blog/2022/05/18/measuring-the-impact-of-a-test-variation-in-react/)
274+
- [A/B Testing in iOS with Feature Flags and Amplitude](https://configcat.com/blog/2023/01/24/how-to-implement-ab-testing-in-ios/)
275+
- [ConfigCat Integrations API](https://configcat.com/docs/api/reference/integrations/)

website/versioned_docs/version-V1/integrations/datadog.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,8 @@ Every event sent to Datadog by ConfigCat has a _source_ property of `configcat`
3737
For example here is how to search for events that happened in the production environment: `sources:configcat production`
3838

3939
<img src="/docs/assets/datadog-filtering_192dpi.png" alt="Filtering feature flag change events" width="1366" height="768" decoding="async" loading="lazy" />
40+
41+
## Useful Resources
42+
43+
- [How to send feature flag change notifications to DataDog - Blog Post](https://configcat.com/blog/2021/03/17/connect-configcat-and-datadog/)
44+
- [ConfigCat Integrations API](https://configcat.com/docs/api/reference/integrations/)

website/versioned_docs/version-V1/integrations/mixpanel.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,9 @@ You can filter for your feature flag keys with the `Experiment name` property an
274274

275275
### Usage with enriched user properties for your custom events.
276276
If you use the [Identify API](https://docs.mixpanel.com/docs/tracking-methods/id-management/identifying-users) approach, you'll be able to use the feature flag evaluation data in your current reports. Example with a Breakdown:
277-
<img src="/docs/assets/mixpanel/enrichment.png" alt="Mixpanel Insights report with enriched data" decoding="async" loading="lazy" />
277+
<img src="/docs/assets/mixpanel/enrichment.png" alt="Mixpanel Insights report with enriched data" decoding="async" loading="lazy" />
278+
279+
## Useful Resources
280+
281+
- [Integrating ConfigCat and Mixpanel Analytics for Business Success - Blog Post](https://configcat.com/blog/2024/07/29/configcat-mixpanel-integration/)
282+
- [ConfigCat Integrations API](https://configcat.com/docs/api/reference/integrations/)

website/versioned_docs/version-V1/integrations/segment.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,3 +430,8 @@ The `variationId` is a hashed version of the feature flag value, accessible on t
430430
### Example event
431431
Check your source's debugger to see the events.
432432
<img src="/docs/assets/segment/featureflagevaluated.png" className="bordered-img" alt="Twilio Segment event debugger" decoding="async" loading="lazy"/>
433+
434+
## Useful Resources
435+
436+
- [Using Twilio and ConfigCat to Understand Your Business - Blog Post](https://configcat.com/blog/2024/11/28/using-twilio-and-configcat/)
437+
- [ConfigCat Integrations API](https://configcat.com/docs/api/reference/integrations/)

website/versioned_docs/version-V1/integrations/terraform.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,7 @@ resource "configcat_setting_value" "setting_value" {
6363
value = "false"
6464
}
6565
```
66+
67+
## Useful Resources
68+
69+
- [Automating ConfigCat Resources with Terraform - Blog Post](https://configcat.com/blog/2023/06/02/infrastructure-as-code-terraform-integration/)

0 commit comments

Comments
 (0)