rangle / redux-beacon

Analytics integration for Redux and ngrx/store
https://rangle.gitbook.io/redux-beacon/
MIT License
668 stars 73 forks source link

Support Custom Dimensions and Metrics in google-analytics-gtag target… #352

Closed martindevnow closed 4 years ago

martindevnow commented 4 years ago

… for pageViews and events

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

What was done

Added custom dimensions and metrics as a fieldsObject for the trackEvents and trackPageView functions for google-analytics-gtag target.

Associated Issues