The most recent content from our members.
Hey, Im trying to get evaluation for a feature flag i defined and im encountering a few issues. This is the code im trying to execute: // Get deployment key from environment variable or use a default<br /> deploymentKey := "<MY_DEPLOYMENT_KEY>"<br /><br /><br /> // Initialize the Amplitude Experiment client<br /> client :=…
I have two experiments, Experiment_A and Experiment_B I have them set up with Flag Prerequisites https://amplitude.com/docs/feature-experiment/advanced-techniques/flag-prerequisites Experiment_A has targeting like platform = Mobile Experiment_B is dependent on Experiment_A = off and has targeting like platform = Desktop…
We have integrated the Experiment SDK (JavaScript) into our React application and are currently utilizing both the experiment and feature-flag functionalities. To fetch flags data, we initialize the SDK as follows: ```javascript this.experiment = Experiment.initializeWithAmplitudeAnalytics(apiKey); await…
Hey there, Recently we had an incident that was caused by a feature flag being toggled. The incident commander was not aware of the feature flag being toggled to understand what changed in the system. Typically, we push system changes like this to Slack with automations to make it more visible. I noticed there is a Slack…
I have a question regarding experiment allocations. We have two flags that we want to be dependent on each other. For example "For users who are shown this, give them another experiment". For example using two flags, "show_tabs" and "show_new_shiny_tab". I would like to configure an experiment that is "For users who see…
Hi, I use a flag to enable user features in my app. I add user ids to the segments by UI. I did it according to the doc: Working with feature flags and feature rollouts But it is inconvenient with more users. I would like to do it by API. I got acquainted with Experiment customers: New endpoints available for the…
Is there an approval system within Amplitude Experiment we can configure for experiment changes in a specific environment? In an ideal world I am looking for an approval system when changing targeting, rollout %, etc. where you can request reviewers for your changes and submit for approval.
A backend service that I am working on needs to be able to perform action A vs action B. Is it possible to use amplitude flags to fetch the variant and based on the variant that I get back (A or B) I will perform action A vs action B. From the developer document, I see that I have to pass in a user object to the…
It looks like you're new here. Sign in or register to get started.