Avatar

Level 5

When you're setting the Insurer, product type and name in the GA tag are you surrounding the data elements by quotes?

i.e. are you doing this      ga('gcg.set','dimension70,"%data_element%");

or are you doing this       ga('gcg.set','dimension70,%data_element%);

you should be doing the second one