LaunchDarkly feature flags data in Adobe Analytics | Community
Skip to main content
March 9, 2023
Solved

LaunchDarkly feature flags data in Adobe Analytics

  • March 9, 2023
  • 2 replies
  • 2250 views

Hi,

Can you help me with the pre-requisites that needs to be performed to see LaunchDarkly feature flag data in Adobe Analytics?

I'm trying to see LaunchDarkly feature flag data in a Report Suite, which is collecting data across our websites.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Alexis_Cazes_

Please read this documentation https://dev.to/alcazes/tagging-and-feature-flags-nf0 that I wrote about feature flags. This should put you in the right track.

 

In order to leverage feature flags you either need:

  • An extension to be available to read the feature flags
  • Create custom code to read the feature flags from the website

In both cases the feature flags need to be exposed to client side for Adobe Launch to leverage it. So check with LaunchDarkly to check theit SDKS especially the JavaScript one. Also feature flags need to be initialied before any rules fires using these feature flags 

 

2 replies

Jennifer_Dungan
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
March 10, 2023

Unfortunately, I am sure most of us here don't have / haven't used LaunchDarkly; so it will be hard for us to help guide you towards a integration solution.

 

Do you have a technical resource at LaunchDarkly that can help you understand their data and how to read it and use in Adobe Analytics?

Alexis_Cazes_
Alexis_Cazes_Accepted solution
Level 10
March 13, 2023

Please read this documentation https://dev.to/alcazes/tagging-and-feature-flags-nf0 that I wrote about feature flags. This should put you in the right track.

 

In order to leverage feature flags you either need:

  • An extension to be available to read the feature flags
  • Create custom code to read the feature flags from the website

In both cases the feature flags need to be exposed to client side for Adobe Launch to leverage it. So check with LaunchDarkly to check theit SDKS especially the JavaScript one. Also feature flags need to be initialied before any rules fires using these feature flags