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 419f22a commit e4f0768Copy full SHA for e4f0768
1 file changed
docs/googleAnalytics/feeder.html
@@ -14,7 +14,7 @@
14
// Get the gtag ID from the query string parameter named 'gtagID'
15
const urlParams = new URLSearchParams(window.location.search);
16
const analyticsID = urlParams.get('analyticsID');
17
- if(analyticsID && isAllowedOrigin(location.origin)){
+ if(analyticsID){
18
// for google analytics
19
window.dataLayer = window.dataLayer || [];
20
window.gtag = function(){window.dataLayer.push(arguments);};
0 commit comments