We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80daab commit 180dc53Copy full SHA for 180dc53
app/views/layouts/_analytics.html.erb
@@ -13,6 +13,12 @@
13
<script>
14
window.dataLayer = window.dataLayer || [];
15
function gtag(){dataLayer.push(arguments);}
16
+ gtag('consent', 'update', {
17
+ 'ad_user_data': 'denied',
18
+ 'ad_personalization': 'denied',
19
+ 'ad_storage': 'denied',
20
+ 'analytics_storage': 'denied'
21
+ });
22
gtag('js', new Date());
23
24
gtag('config', '<%= Rubydoc.config.integrations.google_analytics %>');
0 commit comments