I have an issue with plugin-google-analytics https://github.com/gridsome/gridsome/blob/master/packages/plugin-google-analytics/README.md
when i put my Google Analytics tracking Id in gridsome.config.js it do nothing on Google Analytics plateform. Same after two days. i upload all my files on server but never show up.. What i missed?
module.exports = {
siteName: 'massivemedias',
plugins: [
{
use: '@gridsome/plugin-google-analytics',
options: {
id: 'G-NNQ12FXXX' //my tracking id
}
}
]
}