-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Group all Google search SSL unknown keywords under "Keyword not defined" #2718
Comments
Apparently it is not standard SSL behavior, they somehow still pass the referrer but with empty &q= query parameter. |
In the log_visit DB, I suggest that the referer_name be "google" and referer_keyword be empty string. During archiving, the datatable label would be a constant KEYWORD_NOT_PROVIDED. Then, this will be replaced in an API filter with the localized string eg. "Keyword not provided" in english. |
For the detection logic:
|
Replying to vipsoft:
No referrer == Direct entry, not search engine :) Otherwise OK! |
What about the case where the referrer is just |
(In [5604]) Fixes #2718
|
(In [5756]) Refs #2718
|
(In [5800]) Refs #2718
|
Good news: you can now use our new Search Engine Keywords Performance plugin which lets you import your Google, Bing and Yahoo keywords into your Piwik. Learn more about the reports provided and how to import keywords on the plugin page and in the Search Keywords Monitor User Guide. |
See Piwik Keyword not defined FAQ
See google announcement
We should make sure that the "search engine" appears as google still, but keyword would appear as "Keyword not provided"
The text was updated successfully, but these errors were encountered: