This is the script tag I am supposed to include in head tag in NUXTjs
<script>(function (c, p, d, u, id, i) {
id = ''; // Optional Custom ID for user in your system
u = 'https://example.com/attribution_tracking/conversions/' + c + '.js?p=' + encodeURI(p) + '&e=' + id;
i = document.createElement('script');
i.type = 'application/javascript';
i.async = true;
i.src = u;
d.getElementsByTagName('head')[0].appendChild(i);
}("6666", document.location.href, document));</script>
It is basically a self invoke function. I need help in how can I add to my head tag in NUXTjs file.