Kevin Jacobs
Kevin Jacobs
After tinkering a bit more I found a solution that worked for me. Bear in mind I'm using a virtual env. I followed every step however before running buildout, I...
I believe you should set this in the configuration: ```javascript createOptions: { // Optional, Option when creating GA tracker, ref: https://developers.google.com/analytics/devguides/collection/analyticsjs/field-reference anonymizeIp: true, } ``` I could be wrong as...
> @firedev how you trigger it ? For use with Vuex (not sure this is what you need though), you can use @firedev's solution by including ```javascript window.dispatchEvent(new Event('resize')) ```...