nuxt-community / google-analytics-module

Google Analytics Module for Nuxt 2
https://google-analytics.nuxtjs.org/
MIT License
638 stars 54 forks source link

Multiple Google Analytic ID's #125

Open sts-ryan-holton opened 2 years ago

sts-ryan-holton commented 2 years ago

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']
  }
}