Niko Karppinen
Niko Karppinen
In Google Tag Manager Make sure you have trigger that is  Then make sure that you have that trigger on your Google Analytics' Page View tag 
> Have you try to use `$gtm.push({ event: 'myEvent', ...someAttributes })` in the page `asyncData`? I have tried it but didn't get it to work properly. How/where should asyncData part...