7 ms·
There is a way. Every autotrack plugin that sends hits has two configuration options that enable full customization over exactly what fields get sent with each
by philipwalton 10y ago
There is a way.
Every autotrack plugin that sends hits has two configuration options that enable full customization over exactly what fields get sent with each hit.
The options are `fieldsObj` and `hitFilter`:
https://github.com/googleanalytics/autotrack/blob/master/docs/common-options.md#common-options https://github.com/googleanalytics/autotrack/blob/master/doc...
- partiallypro 10y agoThanks