mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-24 15:07:56 +01:00
Add adds support
This commit is contained in:
parent
dcc9bdcdef
commit
9cba042f70
@ -34,17 +34,11 @@
|
|||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
gtag('config', );
|
gtag('config', );
|
||||||
</script>
|
</script>
|
||||||
|
</c:if>
|
||||||
|
|
||||||
|
<c:if test="${requestScope['google.analytics.enabled']}">
|
||||||
<!-- Google Ads Sense Config-->
|
<!-- Google Ads Sense Config-->
|
||||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4996113942657337" crossorigin="anonymous"></script>
|
||||||
<script>
|
|
||||||
(adsbygoogle = window.adsbygoogle || []).push({
|
|
||||||
google_ad_client: '${requestScope['google.adssense.account']}',
|
|
||||||
enable_page_level_ads: true,
|
|
||||||
overlays: { bottom: true }
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</c:if>
|
</c:if>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user