Is there a way to stop Google Analytics counting development work as hits?

后端 未结 22 1765
终归单人心
终归单人心 2020-12-02 04:51

I have added the JavaScript that I need to the bottom of my pages so that I can make use of Google Analytics. Only problem is that I am sure that it is counting all my devel

22条回答
  •  离开以前
    2020-12-02 05:43

    If you have a react application and you have ejected the app(this could work for CRA as well). You can make use of the below code snippet in the index.html page.

    
    
                                     
                  
提交回复
热议问题