nuxt-community / google-analytics-module

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

Universal Analytics will no longer process new data in standard properties beginning 1 July 2023 #131

Open sts-ryan-holton opened 2 years ago

sts-ryan-holton commented 2 years ago

I rely on this module for many Google Analytic events and data, Google have reecently announced that the existing universal analytics property will be removed from July 1st 2023:

Universal Analytics will no longer process new data in standard properties beginning 1 July 2023. Prepare now by setting up and switching over to a Google Analytics 4 property.

See here for more info!

Can this module easily be migrated and when will work start on this?

DevineDecrypter commented 2 years ago

I think this module is the primary go-to package for people who want to use "google analytics" on nuxtjs, it`d be very beneficial to support GA4 before 1 july of 2023.

sts-ryan-holton commented 2 years ago

I've temporarily switched to the vue-gtag library but I'd love to keep most of my dependencies part of the official Nuxt community

michaelsynan commented 1 year ago

Thanks for raising this. GA no longer creates new UA properties so people are now forced to create GA4. Will be using vue-gtag for now but loved the simplicity of this module and will switch back if updated.