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

Add Claude, Perplexity, Brave Search, Baidu Mobile to SearchEngines.yml #108

Open
sourceforge-editor opened this issue Nov 19, 2024 · 1 comment

Comments

@sourceforge-editor
Copy link

sourceforge-editor commented Nov 19, 2024

I see ChatGPT was added to SearchEngines.yml a week or two ago. That's great. Could we add Perplexity, Claude, Brave Search, and Baidu Mobile to SearchEngines.yml in Matomo as well? Currently Matomo is classifying these Search Engines as Websites. It would be better if they were classified as Search Engines.

     -
    urls:
      - claude.ai
    params: []
    hiddenkeyword:
      - '/^$/'

  -
    urls:
      - perplexity.ai
    params: []
    hiddenkeyword:
      - '/^$/'

  -
    urls:
      - search.brave.com
    params: []
    hiddenkeyword:
      - '/^$/'

  -
    urls:
      - m.baidu.com
    params: []
    hiddenkeyword:
      - '/^$/'

@sourceforge-editor sourceforge-editor changed the title Add Claude and Perplexity as Search Engines Add Claude, Perplexity, Brave Search to SearchEngines.yml Nov 19, 2024
@sourceforge-editor sourceforge-editor changed the title Add Claude, Perplexity, Brave Search to SearchEngines.yml Add Claude, Perplexity, Brave Search, Baidu Mobile to SearchEngines.yml Nov 19, 2024
@liviuconcioiu
Copy link
Contributor

Baidu is already added

Baidu:
-
urls:
- www.baidu.com
- www1.baidu.com
- baidu.com
- m.baidu.com
- www.baidu.co.th
- zhidao.baidu.com
- tieba.baidu.com
- news.baidu.com
params:
- wd
- word
- kw
backlink: 's?wd={k}'
charsets:
- UTF-8
- gb2312
hiddenkeyword:
- '/^$/'
- '/'

Brave is already added
Brave:
-
urls:
- search.brave.com
params:
- q
backlink: 'search?q={k}'

Perplexity is added in this PR #104

For Claude, can you share the referer, and also a test link to see the params if you have a Claude account?

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