Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

今アクセスを除外しているボットの UserAgent 一覧を明示しておいたほうがいい #57

Open
champierre opened this issue Nov 15, 2022 · 3 comments

Comments

@champierre
Copy link
Contributor

champierre commented Nov 15, 2022

除外しているボットの UserAgent の一覧をもらえるでしょうか? @keichan34

@keichan34
Copy link
Member

今除外しているボットのSQL文はこちらとなります

WHERE (
  user_agent NOT LIKE '%Googlebot%'
  AND user_agent NOT LIKE '%AdsBot-Google%'
  AND user_agent NOT LIKE '%Bingbot%'
  AND user_agent NOT LIKE '%DuckDuckBot%'
  AND user_agent NOT LIKE '%facebookexternalhit%'
  AND user_agent NOT LIKE '%Y!J%'
)

@champierre
Copy link
Contributor Author

よくある質問、にまとめる

@keichan34
Copy link
Member

JavaScriptを実行しないとカウントされないことも追加する

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants