https://www.growthbook.io/
Join Slack
Hi Team , I am trying to setup growthbook feature in golang. I end up getting the default value irre...
m

Mounica Pasumarthy

over 3 years ago
Hi Team , I am trying to setup growthbook feature in golang. I end up getting the default value irrespective of the split set. Any leads on how to fix this?
b, _ := json.Marshal(jsonMap["features"])
features := growthbook.ParseFeatureMap(b)
contextGB := growthbook.NewContext().
	WithFeatures(features).
	WithAttributes(growthbook.Attributes{
                "Key": ID,
            })
gb := growthbook.New(contextGB)
if gb.Feature("backend_enable_digilocker").On {
            log.Println("FEATURE IS ON")
}
m
g
  • 2
  • 26
  • 142
hi! I'm testing growthbook and trying to connect to big query but no tables are being created in the...
d

dario rodriguez

about 2 years ago
hi! I'm testing growthbook and trying to connect to big query but no tables are being created in the dataset
d
p
a
  • 3
  • 11
  • 141
Hi! Quite the beginner here, but loving the tool so far! I've got a question regarding how override ...
a

Axel Cedercreutz

over 2 years ago
Hi! Quite the beginner here, but loving the tool so far! I've got a question regarding how override rules of features work with experiments. I have a feature that should only be visible for user's that have signed up after a specific date. We've set up the override rules for the feature (attached image) so that the forced rule for users that have signed up earlier than the specific date is first and then we have the A/B test. Does this mean that even though we've "screened out" users with the forced rule, they might still end up in the control group of the A/B test, or are they automatically excluded from the A/B test? Note! I also just realized that I could do the same thing that we want to do with Segments (Can't believe I just realized it, had only been looking at saved groups....). Would it mess up the calulations if we would now change the experiment to use a new segment that includes only the users that have signed up after the specific date?
a
g
  • 2
  • 2
  • 141
Hi, Can someone please point me to the code that does Suspicious Uplift Detection. `Suspicious Uplif...
a

Akhil Prakash

about 3 years ago
Hi, Can someone please point me to the code that does Suspicious Uplift Detection.
Suspicious Uplift Detection which alerts you when a metric changes by too much in a single experiment, indicating a likely bug
https://docs.growthbook.io/statistics
a
g
  • 2
  • 2
  • 141
hello, I've a question, I just looked at growthbook SDK and realized the tracking callback only hap...
n

Nishchal Gautam

over 3 years ago
hello, I've a question, I just looked at growthbook SDK and realized the tracking callback only happens in an experiment, not on a feature. If I've defined a feature in growthbook UI, and want to use it, should I be using experiment in my code instead of feature?
n
g
  • 2
  • 6
  • 141
Hi Graham, I've added the JS for visual editor as per instructions to this page -- <https://www.lbfa...
b

Bhaskar Jayaraman

over 3 years ago
Hi Graham, I've added the JS for visual editor as per instructions to this page -- https://www.lbfastly.com/Project%20Cache-Me!.html But I keep getting the message in visual editor that it can't find it
b
g
  • 2
  • 9
  • 142
Hi - I would like to export the results of an experiment. When using the exporting function of the U...
c

Christophe Wilhelm

over 1 year ago
Hi - I would like to export the results of an experiment. When using the exporting function of the UI, I only see in the csv the data of the goal metrics, and not the guardrail metrics. Is there a way to export the data of the entire results table? Thank you
c
p
n
  • 3
  • 9
  • 140
Hello - is there a way to run 2 experiments in an exclusive way? Say I have 2 experiments that we wa...
l

Leon Sasson

over 1 year ago
Hello - is there a way to run 2 experiments in an exclusive way? Say I have 2 experiments that we want to run at relatively low exposure (say 20%), and we want both to be totally independent from each other, so that no user is exposed to both experiments simultaneously. Is this possible via some growthbook config? Or we’d have to roll our own logic to determine that at runtime?
l
b
  • 2
  • 4
  • 140
Hi, I'm trying to get production setup working for self hosted growthbook instance. I have Kong as g...
b

Binayak Mishra

over 2 years ago
Hi, I'm trying to get production setup working for self hosted growthbook instance. I have Kong as gateway in front of growthbook app and api instances.
docker-compose.yml config
  growthbook:
    environment:
      - MONGODB_URI=<mongodb://root:xxx@mongo:27017/>
      - APP_ORIGIN=<https://growthbook.example.com>
      - API_HOST=<https://growthbook-api.example.com>
      - NODE_ENV=production
      - JWT_SECRET=qwertyuiopasdfghjklzxcvbnmertyui
      - ENCRYPTION_KEY=qwertyuiosdfghnjmxcvbnmdfghj


GET <https://growthbook-api.example.com/>
Response
{"name":"GrowthBook API","production":true,"api_host":"<http://growthbook-api.example.com:3100>","app_origin":"<https://growthbook.example.com>","config_source":"db","email_enabled":false,"build":{"sha":"2dca1f35ceb8ff9748f380cfb6aa481a45109b2b","date":"2023-03-17T18:06:14Z"}}

GET <https://growthbook-api.example.com/organization>
Response
{"status":401,"message":"No authorization token was found"}
[1] Why is api_host in response shown as "http://growthbook-api.example.com:3100", config has this set as "https://growthbook-api.example.com" [2] How do I resolve missing token issue, will appreciate any pointers. Thank you 🙏
b
g
  • 2
  • 2
  • 140
Hi, I'm using GA4 to collect data, but I didn't get the expected results after following the tutoria...
v

Victor Qian

over 2 years ago
Hi, I'm using GA4 to collect data, but I didn't get the expected results after following the tutorial. The issue I encountered is that no data was collected in BigQuery, and there was no growth_book_js table as shown in the tutorial. I'm wondering if the tutorial omitted some steps? Is Rudderstack necessary to use GA4?
v
g
s
  • 3
  • 17
  • 140
Previous181920Next

GrowthBook Users

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

Powered by