Skip to content

Add useful resources section to integration documents #551

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

Merged
10 changes: 9 additions & 1 deletion website/docs/integrations/amplitude.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -264,4 +264,12 @@ You can filter for your feature flag keys with the `Flag Key` property and visua

### Usage with enriched user properties for your custom events.
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:
<img src="/docs/assets/amplitude/enriched.png" className="bordered-img" alt="Amplitude chart with enriched data" decoding="async" loading="lazy"/>
<img src="/docs/assets/amplitude/enriched.png" className="bordered-img" alt="Amplitude chart with enriched data" decoding="async" loading="lazy"/>

## Useful Resources

- [A/B Testing in Android Kotlin with ConfigCat and Amplitude - Blog post](https://configcat.com/blog/2023/06/09/how-to-ab-test-kotlin/)
- [Discover User Insights with Amplitude and ConfigCat - Blog post](https://configcat.com/blog/2024/09/24/user-insights-amplitude-configcat/)
- [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/)
- [A/B Testing in iOS with Feature Flags and Amplitude](https://configcat.com/blog/2023/01/24/how-to-implement-ab-testing-in-ios/)
- [ConfigCat Integrations API](https://configcat.com/docs/api/reference/integrations/)
5 changes: 5 additions & 0 deletions website/docs/integrations/datadog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ Every event sent to Datadog by ConfigCat has a _source_ property of `configcat`
For example here is how to search for events that happened in the production environment: `sources:configcat production`

<img src="/docs/assets/datadog-filtering_192dpi.png" alt="Filtering feature flag change events" width="1366" height="768" decoding="async" loading="lazy" />

## Useful Resources

- [How to send feature flag change notifications to DataDog - Blog Post](https://configcat.com/blog/2021/03/17/connect-configcat-and-datadog/)
- [ConfigCat Integrations API](https://configcat.com/docs/api/reference/integrations/)
7 changes: 6 additions & 1 deletion website/docs/integrations/mixpanel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -274,4 +274,9 @@ You can filter for your feature flag keys with the `Experiment name` property an

### Usage with enriched user properties for your custom events.
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:
<img src="/docs/assets/mixpanel/enrichment.png" alt="Mixpanel Insights report with enriched data" decoding="async" loading="lazy"/>
<img src="/docs/assets/mixpanel/enrichment.png" alt="Mixpanel Insights report with enriched data" decoding="async" loading="lazy"/>

## Useful Resources

- [Integrating ConfigCat and Mixpanel Analytics for Business Success - Blog Post](https://configcat.com/blog/2024/07/29/configcat-mixpanel-integration/)
- [ConfigCat Integrations API](https://configcat.com/docs/api/reference/integrations/)
5 changes: 5 additions & 0 deletions website/docs/integrations/segment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -430,3 +430,8 @@ The `variationId` is a hashed version of the feature flag value, accessible on t
### Example event
Check your source's debugger to see the events.
<img src="/docs/assets/segment/featureflagevaluated.png" className="bordered-img" alt="Twilio Segment event debugger" decoding="async" loading="lazy"/>

## Useful Resources

- [Using Twilio and ConfigCat to Understand Your Business - Blog Post](https://configcat.com/blog/2024/11/28/using-twilio-and-configcat/)
- [ConfigCat Integrations API](https://configcat.com/docs/api/reference/integrations/)
4 changes: 4 additions & 0 deletions website/docs/integrations/terraform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,7 @@ resource "configcat_setting_value" "setting_value" {
value = "false"
}
```

## Useful Resources

- [Automating ConfigCat Resources with Terraform - Blog Post](https://configcat.com/blog/2023/06/02/infrastructure-as-code-terraform-integration/)
10 changes: 9 additions & 1 deletion website/versioned_docs/version-V1/integrations/amplitude.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -264,4 +264,12 @@ You can filter for your feature flag keys with the `Flag Key` property and visua

### Usage with enriched user properties for your custom events.
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:
<img src="/docs/assets/amplitude/enriched.png" className="bordered-img" alt="Amplitude chart with enriched data" decoding="async" loading="lazy" />
<img src="/docs/assets/amplitude/enriched.png" className="bordered-img" alt="Amplitude chart with enriched data" decoding="async" loading="lazy" />

## Useful Resources

- [A/B Testing in Android Kotlin with ConfigCat and Amplitude - Blog post](https://configcat.com/blog/2023/06/09/how-to-ab-test-kotlin/)
- [Discover User Insights with Amplitude and ConfigCat - Blog post](https://configcat.com/blog/2024/09/24/user-insights-amplitude-configcat/)
- [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/)
- [A/B Testing in iOS with Feature Flags and Amplitude](https://configcat.com/blog/2023/01/24/how-to-implement-ab-testing-in-ios/)
- [ConfigCat Integrations API](https://configcat.com/docs/api/reference/integrations/)
5 changes: 5 additions & 0 deletions website/versioned_docs/version-V1/integrations/datadog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ Every event sent to Datadog by ConfigCat has a _source_ property of `configcat`
For example here is how to search for events that happened in the production environment: `sources:configcat production`

<img src="/docs/assets/datadog-filtering_192dpi.png" alt="Filtering feature flag change events" width="1366" height="768" decoding="async" loading="lazy" />

## Useful Resources

- [How to send feature flag change notifications to DataDog - Blog Post](https://configcat.com/blog/2021/03/17/connect-configcat-and-datadog/)
- [ConfigCat Integrations API](https://configcat.com/docs/api/reference/integrations/)
Original file line number Diff line number Diff line change
Expand Up @@ -274,4 +274,9 @@ You can filter for your feature flag keys with the `Experiment name` property an

### Usage with enriched user properties for your custom events.
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:
<img src="/docs/assets/mixpanel/enrichment.png" alt="Mixpanel Insights report with enriched data" decoding="async" loading="lazy" />
<img src="/docs/assets/mixpanel/enrichment.png" alt="Mixpanel Insights report with enriched data" decoding="async" loading="lazy" />

## Useful Resources

- [Integrating ConfigCat and Mixpanel Analytics for Business Success - Blog Post](https://configcat.com/blog/2024/07/29/configcat-mixpanel-integration/)
- [ConfigCat Integrations API](https://configcat.com/docs/api/reference/integrations/)
5 changes: 5 additions & 0 deletions website/versioned_docs/version-V1/integrations/segment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -430,3 +430,8 @@ The `variationId` is a hashed version of the feature flag value, accessible on t
### Example event
Check your source's debugger to see the events.
<img src="/docs/assets/segment/featureflagevaluated.png" className="bordered-img" alt="Twilio Segment event debugger" decoding="async" loading="lazy"/>

## Useful Resources

- [Using Twilio and ConfigCat to Understand Your Business - Blog Post](https://configcat.com/blog/2024/11/28/using-twilio-and-configcat/)
- [ConfigCat Integrations API](https://configcat.com/docs/api/reference/integrations/)
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,7 @@ resource "configcat_setting_value" "setting_value" {
value = "false"
}
```

## Useful Resources

- [Automating ConfigCat Resources with Terraform - Blog Post](https://configcat.com/blog/2023/06/02/infrastructure-as-code-terraform-integration/)