fbq google tag manager code example
Example: gridsome google tag manager
module.exports = {
plugins: [
{
use: 'gridsome-plugin-gtm',
options: {
id: 'GTM-XXXXXXX',
enabled: true,
debug: true
}
}
]
}