Hacker News new | ask | show | jobs
by philipwalton 3404 days 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/doc...

1 comments

Thanks