https://www.growthbook.io/
Join Slack
Hello there, do you know what `apiKey` and `apiHost` refer to in <GrowthBook Code References github ...
f

Fabian Marino

about 1 year ago
Hello there, do you know what
apiKey
and
apiHost
refer to in GrowthBook Code References github action? I'm using the values from the SDK connection section (API Host and Client Key) but I keep getting the error `Missing Authorization header.`I've already tried using a Secret API key but I get the same result. Thanks for your help.
f
g
  • 2
  • 2
  • 106
Hi everyone! How can we export the data from GrowthBook back to BigQuery to calculate the results of...
m

Mila Priimac

over 1 year ago
Hi everyone! How can we export the data from GrowthBook back to BigQuery to calculate the results of the experiment ourselves? For example, how can we extract the users who participated in the experiment?
m
g
  • 2
  • 4
  • 106
Hey, is it possible to do a multivariate test using growthbook? As in multiple variant types (eg, bu...
s

Shashank Srivastava

almost 2 years ago
Hey, is it possible to do a multivariate test using growthbook? As in multiple variant types (eg, button colour as well as size)
s
j
g
  • 3
  • 2
  • 106
Hi Team I have question. We ran an experiment and had a clear winner but some of our metrics have 7...
n

Nishant Gaurav

over 2 years ago
Hi Team I have question. We ran an experiment and had a clear winner but some of our metrics have 7 day conversion window. We released the feature to 100% users within few hours of conclusion of the experiment. On day of conclusion the chance to beat control was 98% with 27% mean relative uplift. The same day the feature was released to 100% users including those who are part of the control group. We see that after release the gain is minimising We have 2 day conversion window and 7 day conversion window for same metrics. After 48 hours of the experiment conclusion - the mean relative uplift is 15.9% with probability to beat the control is 95.83% 1. Will it affect our metrics as the users from the control group are also released to the new the feature and some of them may still fall under the 7 day conversion window? 2. Can this be due to the users who are under the control group are now exposed to the new feature and are converting hence leading to the reduction in the gain that we had initially?
n
g
  • 2
  • 18
  • 106
I'm seeing different versions of the GrowthBook documentation for Kotlin (back end, not Android), an...
n

Nathan Shields

over 2 years ago
I'm seeing different versions of the GrowthBook documentation for Kotlin (back end, not Android), and I'm struggling to get my project off the ground. When I click on the SDK I set up, I see this sample:
GBContext context = GBContext.builder()
    .featuresJson(featuresJson)
    .attributesJson(userAttributesObj.toString()) // Optional
    .encryptionKey("****") // You may want to store this in an environment variable
    .trackingCallback(trackingCallback)
    .build();
GrowthBook growthBook = new GrowthBook(context);
But when I check https://github.com/growthbook/growthbook-kotlin , I see this:
var sdkInstance: GrowthBookSDK = GBSDKBuilderJAVA(apiKey = <API_KEY>,
    hostURL = <GrowthBook_URL>,
    attributes = <Hashmap>,
    features = <Hashmap>,
    trackingCallback = { gbExperiment, gbExperimentResult ->

}).initialize()
The sample from
<http://app.growthbook.io|app.growthbook.io>
uses
GBContext
and has no API key, while the github sample uses
GBSDKBuilderJAVA
and requires an API key. Which is correct?
n
v
t
  • 3
  • 5
  • 105
Hey! Do you have a nice way of updating the attributes of a growthbook instance through the lifetime...
e

Eirik Auran Rathe

over 3 years ago
Hey! Do you have a nice way of updating the attributes of a growthbook instance through the lifetime of a Nextjs app? I currently do it like this
export const useSetGrowthbookAttributes = (
  attributes: Record<string, string | number | boolean>
) => {
  const gb = useGrowthBook();
  useEffect(() => {
    gb?.setAttributes(attributes);
  }, []);
};
But would love to hear other ideas!
e
j
  • 2
  • 5
  • 105
Hey GB community! Currently we with team facing issues regarding Cookie Consent. I would like to hea...
a

Artemij Rudzevich

over 1 year ago
Hey GB community! Currently we with team facing issues regarding Cookie Consent. I would like to hear your practice how are you dealing with it. We cannot load Client_ID or any other "Anonymous_ID" while user didn't choose cookie consent he accepts. Maybe there is work around how GB can gather "anonymous_ID" without consent? Also data should be tracked properly here.. (GA4). Otherwise we can test only with users that accepted cookies (50-65% of users) and show modified page version only after he refresh page or visit it second time.. Any best practices here? Thank you!
a
и
+2
  • 4
  • 8
  • 104
Hello All, I have a support question. Who/Where would be best to ask?
c

Colin Dorrian

over 1 year ago
Hello All, I have a support question. Who/Where would be best to ask?
c
b
+2
  • 4
  • 38
  • 104
Hello, I'm currently implementing Vue.js SDK with composition API in our Nuxt SPA application. Featu...
w

Weronika Majewska

over 1 year ago
Hello, I'm currently implementing Vue.js SDK with composition API in our Nuxt SPA application. Feature flags works fine, I'm able to fetch them. When it comes to Visual editor it seems like I can't see changes done in expirement so probably I missed something. Before my implementation, we have had growthbook implemented by GTM described in this doc: https://docs.growthbook.io/guide/google-tag-manager-and-growthbook. In this case expirements created with Visual editor works well. My question is: Is it possible to use Visual editor in expirements in SPA application using only Vue SDK? Why feature flags works well, while I cant see eny expirements in response configured in panel? Unfortunately visual editor is very important tool for my organization so Im wondering if we really should implement it in our codebase or leave it in gtm? Appreciate any advices, thanks
w
p
  • 2
  • 15
  • 104
Hi there, I'm struggling to understand the difference between using an Activation Metric vs selectin...
c

Claire Gibbons

over 1 year ago
Hi there, I'm struggling to understand the difference between using an Activation Metric vs selecting a Segment. Does activation metric have some time component to it? Like the user must have done the activation metric and then been exposed? Whereas a segment would be whether the user has ever done said thing?
c
g
  • 2
  • 3
  • 104
Previous192021Next

GrowthBook Users

Open source platform for stress free deployments, measured impact, and smarter decisions.

Powered by