google-optimize-module icon indicating copy to clipboard operation
google-optimize-module copied to clipboard

SSR friendly Google Optimize module for Nuxt.js

Results 24 google-optimize-module issues
Sort by recently updated
recently updated
newest added

It doesn't look like the plugin can handle MVT with sections > 1. In the variant index selection code, it resets the weight of the current variant index to 0....

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

This PR is inspired from #13. That PR seems inactive so this will address the need for GTM integration. Adds the possibility to use [@nuxtjs/gtm-module](https://github.com/nuxt-community/gtm-module) or custom tag manager implementation...

The `exp` cookie is set before consent is given and i want to prevent that from happening. What steps do i need to follow?

Will support with gtag?

### Description I noticed that there was a discrepancy between the total number of sessions and the experiment sessions that were reported on Google Analytics. After enabling the debug option...

Use the injected `ctx.$ga` handler from `@nuxtjs/google-analytics` instead of `window.ga` package if it is available. I myself had some difficulties with the new version of `@nuxtjs/google-analytics` package which `window.ga` was...

Is there any way, for testing purposes, to force viewing the "test" experience, aside from simply setting the weight to `100`? I ask because it can be helpful for QA...

We got a hydration error when showing other variants than the first one on the first visit on site. This is due to that the server-side code that contains active...