Closed VictorGa closed 5 years ago
Hello,
I am trying to set anonymize_ip to true through the main config object, but I can't see the property being set.
Vue.use(VueGtm, { id: 'XXX', // Your GTM ID anonymize_ip: true, enabled: true, debug: true, vueRouter: router ignoredViews: [''] });
Is there a possibility to pass this property in the config?
Thanks!
You can configure this in GTM. https://stackoverflow.com/questions/50528008/how-to-correctly-anonymize-ip-for-tag-manager-code
closing this as it can be done in GTM itself
Hello,
I am trying to set anonymize_ip to true through the main config object, but I can't see the property being set.
Is there a possibility to pass this property in the config?
Thanks!