I need to import the Facebook Pixel code in NuxtJs.
You can create a file in the static repository : pixel.js, with the content given by facebook :
!function(f,b,e,v,n,t,s){
if(f.fbq)return
n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)}
if(!f._fbq)f._fbq=n
n.push=n
n.loaded=!0
n.version='2.0'
n.queue=[]
t=b.createElement(e)
t.async=!0
t.src=v
s=b.getElementsByTagName(e)[0]
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js')
fbq('init', 'XXYOUR CODEXX')
fbq('track', 'PageView')
(I do not use the noscript tag with Nuxt fully based on javascrip)
Then on nuxt.conf.js file, add the lines :
script:[
{src:'pixel.js', type: 'text/javascript'}
]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With