You are here

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

AdSense synchronous managed ad HTML code.

File

templates/adsense-managed-sync.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * AdSense synchronous managed ad HTML code.
  5. */
  6. #}
  7. <script type="text/javascript">
  8. google_ad_client = "ca-{{ client }}";
  9. google_ad_slot = "{{ slot }}";
  10. google_ad_width = {{ width }};
  11. google_ad_height = {{ height }};
  12. {% if secret %}
  13. {{ secret }}
  14. {% endif %}
  15. </script>
  16. <!-- {{ format }} -->
  17. {% if not defer %}
  18. <script type="text/javascript"
  19. src="//pagead2.googlesyndication.com/pagead/show_ads.js">
  20. </script>
  21. {% else %}
  22. {{ attach_library('adsense/adsense.adsbygoogle') }}
  23. {% endif %}