惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

月光博客
月光博客
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
H
Help Net Security
小众软件
小众软件
The Cloudflare Blog
人人都是产品经理
人人都是产品经理
Apple Machine Learning Research
Apple Machine Learning Research
S
SegmentFault 最新的问题
Last Week in AI
Last Week in AI
爱范儿
爱范儿
量子位
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
博客园 - 【当耐特】
V
Visual Studio Blog
大猫的无限游戏
大猫的无限游戏
博客园_首页
Jina AI
Jina AI
D
Docker
博客园 - 司徒正美
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Microsoft Security Blog
Microsoft Security Blog
阮一峰的网络日志
阮一峰的网络日志

Blog of Simple Analytics

The EU wants to kill cookie banners Google is tracking you (even when you use DuckDuckGo) German court rules Meta’s tracking tech violates GDPR Closing the data gap - Simple Analytics x Usercentrics The EU-US data deal may be dead in the water You are missing 20% of your website data with GA4 How a reverse trial will push Simple Analytics to the next level Google will start tracking all your devices (WTF?) Big Tech Fails EU’s Digital Services Act: Only Wikipedia Passes the Test Meta fined $102 million by the Irish Data Protection Commission Europeans spend 575 Million hours per year clicking cookie banners The most interesting GDPR fines GDPR and fines: all there is to know Google loses key antitrust case Web Analytics for Crypto Companies Web analytics for publishers Google pulls Uno Reverse card: Rolls back decision to kill third-party cookies Privacy Monthly July 2024 Privacy Perspectives June 2024 Privacy Monthly June APRA fumbles targeted advertising Privacy Monthly May Meta loses key privacy battle Google delays cookie phase-out once again Privacy Monthly April 2024 Web Analytics and Consent Cookies 101 Privacy Monthly March 2024 German authority cracks down on cookie banners Google Tag Manager vs Google Analytics
Debug Simple Analytics script
Iron Brands · 2023-04-20 · via Blog of Simple Analytics

You may have installed the simple analytics script on your website, but it's not working or showing visitors in the dashboard due to adblockers.

Ad blockers are software applications or browser extensions that block or filter online advertisements. They prevent ads from being displayed on websites, improving the browsing experience for users.

Sometimes ad blockers block our privacy-friendly Simple Analytics script, unfortunately. To get around websites visitor with ad blockers, we recommend installing a custom domain.

We assume you don’t have a custom domain set up for this guide.

Before we dive in, we also created a video show explaining how to debug the Simple Analytics' script. If you want to follow the video instead of reading this: Here you go!

  1. No website traffic in your dashboard
  2. Ad-blocker
  3. Status code 200
  4. Page views but no visitors
  5. Content Security Policy
  6. Final thoughts

No website traffic in your dashboard

If your dashboard looks like the image below, then you know there's no data coming in yet. If you see visitors or page views, everything is correct, and you are good to go.

For this guide, we use the example website of bløf.com.

script-no-visitors.png

Ad-blocker

So why is it not showing visitors? A common case where it doesn't work is when you have an ad blocker enabled.

First, we need to find out if you installed the embed script correctly. To do this, follow these steps:

  1. If you go to your website (or, in this case, bløf.com)
  2. Right-click on your website
  3. Click on “inspect”

You’ll see a menu opening. If you go to the network tab, you will see an empty page. That's because the network tab has only been opened when the page has been loaded. So let's refresh the website.

You’ll see something like the image below.

script-network-tab.png

This “latest JS” is our embed script. If you look under “Status,” it says “(blocked:other).” This usually means that an extension blocks it.

script-extension.png

We should turn off the ad blocker to check if our script is installed correctly. Let's refresh and see what happens.

Status code 200

script-green-status.png

In the image above, I’ve refreshed the page, and now we see that our embed script “latest js” is loading correctly. It has a green status icon when you click on it.

Page views but no visitors

We should see some data if we go back to our dashboard. Occasionally, when you click “Page views” you see data, but when you click “Visitors” you don't. This happens when you only have non-unique page views. We show unique page views as visitors; hence, you only see page views. To read more about how we count visitors, read our documentation.

script-pageview.png

Content Security Policy

Some websites have some added security defined in a Content Security Policy. Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks. These attacks are used for everything from data theft to site defacement to distribution of malware. Read more on CSP at MDN.

When loading your script, you might see something like this:

blof-csp.png

The CSP in "blocked:csp" stands for Content Security Policy. Read our documentation on how to add Simple Analytics to your Content Security Policy.

Final thoughts

These are a few issues that customers reported to us. If you experience any issues installing our script, we are happy to help. Contact us with as many details as possible.