Snapchat Pixel Issue

Viewed 30

I was trying to connect opencart store to snapchat pixel and some error message come out in the ads manager account here's the issue:

image of error message

I searched for this issue and all I found is that I am not setting the user parameters correctly here's the snapchat pixel script please tell me what I did wrong

  <!-- Snap Pixel Code -->
<script type='text/javascript'>
(function(e,t,n){if(e.snaptr)return;var a=e.snaptr=function()
{a.handleRequest?a.handleRequest.apply(a,arguments):a.queue.push(arguments)};
a.queue=[];var s='script';r=t.createElement(s);r.async=!0;
r.src=n;var u=t.getElementsByTagName(s)[0];
u.parentNode.insertBefore(r,u);})(window,document,
'https://sc-static.net/scevent.min.js');

snaptr('init', 'fc43d600-d0c3-4878-8295-3ac389b79ee6', {
'user_email': 'aref@bindufrah.com'
});

snaptr('track', 'PAGE_VIEW');

</script>
<!-- End Snap Pixel Code -->

does anyone had the same problem before ?

0 Answers
Related