https://www.growthbook.io/ logo
#ask-questions
Title
# ask-questions
e

echoing-park-17810

11/07/2023, 9:49 PM
Hi, I attempted to install GrowthBook using the simplest method, (I replaced the YOUR_CLIENT_KEY_HERE with the actual key)
Copy code
<script async
  data-client-key="YOUR_CLIENT_KEY_HERE"
  src="<https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>"
></script>
However, after implementing this, the experiment disappeared. Does anyone know what I might be missing or what the issue could be?
r

rhythmic-agent-34208

11/07/2023, 9:49 PM
@echoing-park-17810 has opened an issue Close Issue button
f

fresh-football-47124

11/08/2023, 2:27 AM
are you using the visual editor?
might b be a bug - the section above shows youre in the experiment - did you try refreshing?
e

echoing-park-17810

11/08/2023, 12:34 PM
At this stage, @fresh-football-47124, we're not utilizing the Visual editor, but simply conducting an A/B test to gather data.
@fresh-football-47124 also, do we need to trigger the experiment? for example:
gb.evalFeature('aa-test-cobra-two');
or it will trigger automatically?
just to follow up here @fresh-football-47124 thanks!
f

fresh-football-47124

11/10/2023, 9:13 PM
evalfeature will trigger the experiment and fire the trackingCallback
e

echoing-park-17810

11/13/2023, 3:26 PM
@fresh-football-47124 do we still need that trigger when your installation method is this?
Copy code
<script async
  data-client-key="YOUR_CLIENT_KEY_HERE"
  src="<https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>"
></script>
s

swift-helmet-3648

11/15/2023, 12:10 AM
@echoing-park-17810 Can you double check that visual experiments are enabled for the SDK connection whose client key you are using?
The reason I ask is if experiments are not visible in DevTools then they are not getting sent down to your client for whatever reason. (Today we only show visual experiments under the 'Experiments' heading in DevTools, which can be a little confusing)
e

echoing-park-17810

11/15/2023, 2:47 PM
yes it is enabled, @swift-helmet-3648
r

rhythmic-agent-34208

11/16/2023, 11:45 PM
Hi AJ, if you are using only the Visual Editor you do not need to include the ​`gb.evalFeature('aa-test-cobra-two');`​ code because with the Visual Editor, GrowthBook will automatically run the experiment.
🙌 1
e

echoing-park-17810

11/17/2023, 10:50 AM
Thanks you! that answers my question @brief-honey-45610 !
youre welcome 1
3 Views