Does anyone have an example of using the navigateD...
# ask-questions
f
Does anyone have an example of using the navigateDelay option with the HTML script within GTM? For some reason my head isn't wrapping around what the growthbook docs want me to do today and could really use some help. Thanks
s
Hey @flaky-rain-76756 👋 I think you should be able to do something like this:
Copy code
<script>
  window.growthbook_config = window.growthbook_config || {};
  window.growthbook_config.navigateDelay = 300; // Set delay in milliseconds (e.g., 300ms)
</script>
You'll want to ensure you set this before you load the GrowthBook script.