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 e4f0768 commit 92aa727Copy full SHA for 92aa727
1 file changed
docs/googleAnalytics/feeder.html
@@ -27,7 +27,8 @@
27
gtag('config', analyticsID, {
28
'page_title': 'Phoenix Analytics Feeder',
29
'page_path': '/feeder.html',
30
- 'page_location': window.location.origin
+ 'page_location': window.location.origin,
31
+ 'cookie_flags': 'SameSite=None;Secure'
32
});
33
};
34
script.src = 'https://www.googletagmanager.com/gtag/js?' + analyticsID;
0 commit comments