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

Update search engine detection for Yahoo! and Babylon #2304

Closed
robocoder opened this issue Apr 13, 2011 · 4 comments
Closed

Update search engine detection for Yahoo! and Babylon #2304

robocoder opened this issue Apr 13, 2011 · 4 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone

Comments

@robocoder
Copy link
Contributor

  1. Allow wildcard matching on subdomains, e.g., '*.example.com' (but not as the primary URL).
  • May not allow more complex cases, e.g., *.example.{}, or *.example.com/path.
  1. Allow path matching where keyword parameter is unspecified, e.g., search.example.com/path/* (where * is the keyword)
@robocoder
Copy link
Contributor Author

From #2319 and the forum:

 us.yhs4.search.yahoo.com/yhs/search;_ylt=A0oG7qCW9ZhNdFQAuTQPxQt.?q=xxxxxxx
 us.nc.yhs.search.yahoo.com/if?p=keyword1+keyword2+keyword3&partnerid=yhs-if-timewarner&fr=yhs-if-timewarner&ei=UTF-8&YST_b=7&vm=p
 search.babylon.com/web/xxxxxx

@robocoder
Copy link
Contributor Author

(In [4696]) fixes #2304

@robocoder
Copy link
Contributor Author

This is the quick fix. Wildcard matching just isn't workable in the current algorithm. The "right" way may be to extract the "provider" (similar to the Provider plugin, or using the Public Suffix List).

@mattab
Copy link
Member

mattab commented May 16, 2011

quick fix is good :)

@robocoder robocoder added this to the 1.5 - Piwik 1.5 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

2 participants