A package to integrate Meta-Pixel into Neos.
Enes Erk - [email protected]
composer require nextbox/neos-seo-meta-pixel
Configure the tracking-id in Settings.yaml:
NextBox:
Seo:
MetaPixel:
metaPixelId: ''
Or add the mixin to your root page:
'Foo.Bar:RootPage':
superTypes:
'NextBox.Seo.MetaPixel:Mixin.MetaPixelConfig': true