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

Support with gtag?

Open KingWu opened this issue 4 years ago • 1 comments

Will support with gtag?

KingWu avatar Mar 22 '21 08:03 KingWu

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" }
  ]);

ericgrainbridge avatar Mar 24 '21 14:03 ericgrainbridge