Hello everyone,
first of all thank you @joshua for your example with external media. Greatly appreciated.
Right now i was tasked to integrate a Facebook Pixel onto a website. I assume i just do the same i did with Google Analytics and add the type/data-type/data-category "statistics" to the <script> tag. Easy!?
What about the following part:
<noscript>
<img height="1" width="1" src="https://www.facebook.com/tr?id=yourfacebookid&ev=PageView&noscript=1"/>
</noscript>
Can/do i use the same procedure just with <noscript> instead of <script>, e. g.
<noscript type="optin" data-type="text/javascript" data-category="statistics">
or do i use the new (v0.0.5) implemented
<img type="optin" data-category="statistics" data-src="https://www.facebook.com/tr?id=yourfacebookid&ev=PageView&noscript=1" width="1" height="1">
without the <noscript></noscript> part?
Thanks in advance for your help, again. Have a great weekend and stay safe.