You are here

adsense-managed-fluid.html.twig in Google AdSense integration 8

AdSense fluid managed ad HTML code.

File

templates/adsense-managed-fluid.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * AdSense fluid managed ad HTML code.
  5. */
  6. #}
  7. {% if not defer %}
  8. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  9. {% else %}
  10. {{ attach_library('adsense/adsense.adsbygoogle') }}
  11. {% endif %}
  12. <!-- {{ format }} -->
  13. <ins class="adsbygoogle"
  14. style="{{ style }}"
  15. {% if not layout_key %}
  16. data-ad-layout="{{ format }}"
  17. {% endif %}
  18. data-ad-format="fluid"
  19. {% if layout_key %}
  20. data-ad-layout-key="{{ layout_key }}"
  21. {% endif %}
  22. data-ad-client="ca-{{ client }}"
  23. data-ad-slot="{{ slot }}"></ins>
  24. <script>
  25. (adsbygoogle = window.adsbygoogle || []).push({});
  26. </script>