Skip to content

Commit 92aa727

Browse files
committed
fix: ga not workinf from updates.phcode.io
1 parent e4f0768 commit 92aa727

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/googleAnalytics/feeder.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
gtag('config', analyticsID, {
2828
'page_title': 'Phoenix Analytics Feeder',
2929
'page_path': '/feeder.html',
30-
'page_location': window.location.origin
30+
'page_location': window.location.origin,
31+
'cookie_flags': 'SameSite=None;Secure'
3132
});
3233
};
3334
script.src = 'https://www.googletagmanager.com/gtag/js?' + analyticsID;

0 commit comments

Comments
 (0)