google-optimize-module
google-optimize-module copied to clipboard
Support with gtag?
Will support with gtag?
Internally the library depends on the old ga tag. As a workaround you can add something like:
$gtag.set("experiments", [
{ id: "Experiment id", variant: "0" }
]);