Jump to content

PK Mi43

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by PK Mi43

  1. Thank you for your explanation, that makes sense. So would i leave it just as it is, or get rid of it alltogether since the cookie banner requires javascript? Does anyone have experience with it, or would this be too much work to implement?
  2. 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.
  3. Hello everyone, i managed to implement your module and integrade GTM with it like in the examples you've posted from your websites. Thank you for that! Two things i would like to ask: It seems like that the Imprint and Privacy Policy URLs are ignoring the different languages. It doesn't matter if i use the full https-url or just /de/impressum/ | /en/imprint/ etc., it will always link me to the default language. Am i doing something wrong or is this a minor bug? Could you give an example how to handle external media like embedded YouTube-Videos or GoogleMaps? Unfortunately my skills and knowledge are not good enough to manage it on my own. Thanks in advance and stay safe.
×
×
  • Create New...