You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You didn't explain in your README file, why you recommend to use react-ga4, not just paste it into index.html of the React app. Your README file should contain such an explanation.
<!DOCTYPE html><htmllang="en"><head><!-- Google tag (gtag.js) --><scriptasyncsrc="https://www.googletagmanager.com/gtag/js?id=G-PDPFZKZ3R6"></script><script>window.dataLayer=window.dataLayer||[];functiongtag(){dataLayer.push(arguments);}gtag('js',newDate());gtag('config','G-PDPFZKZ3R6');</script><metacharset="UTF-8" /><metaname="viewport" content="width=device-width" /><title>Zon Social Network</title><!--base href="/" /--><linkrel="icon" href="/favicon.ico" /><linktype="text/css" rel="stylesheet" href="/main.css" /></head><body><divid="app"></div><!-- Ybug code start (https://ybug.io) --><scripttype='text/javascript'>(function(){window.ybug_settings={"id":"r47mfh83w8m5091bscbk"};varybug=document.createElement('script');ybug.type='text/javascript';ybug.async=true;ybug.src='https://widget.ybug.io/button/'+window.ybug_settings.id+'.js';vars=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ybug,s);})();</script><!-- Ybug code end --></body></html>
The text was updated successfully, but these errors were encountered:
You didn't explain in your README file, why you recommend to use
react-ga4
, not just paste it intoindex.html
of the React app. Your README file should contain such an explanation.The text was updated successfully, but these errors were encountered: