nuxt-community/google-analytics-module

Multiple Google Analytic ID's

sts-ryan-holton opened this issue · 0 comments

I need to be able to have different Google Analytic ID's, is this possible? E.g:

export default {
  googleAnalytics: {
    id: ['UA-XXX-X', 'UA-XXX-X', 'UA-XXX-X']
  }
}