mirror of https://github.com/louislam/uptime-kuma
				
				
				
			Trim
							parent
							
								
									5f2affb38c
								
							
						
					
					
						commit
						afadfe32d5
					
				| 
						 | 
				
			
			@ -8,6 +8,11 @@ const jsesc = require("jsesc");
 | 
			
		|||
 */
 | 
			
		||||
function getGoogleAnalyticsScript(tagId) {
 | 
			
		||||
    let escapedTagId = jsesc(tagId, { isScriptContext: true });
 | 
			
		||||
 | 
			
		||||
    if (escapedTagId) {
 | 
			
		||||
        escapedTagId = escapedTagId.trim();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    return `
 | 
			
		||||
        <script async src="https://www.googletagmanager.com/gtag/js?id=${escapedTagId}"></script>
 | 
			
		||||
        <script>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date());gtag('config', '${escapedTagId}'); </script>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue