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

New dimension for "Internal site search results" #16617

Open
Chardonneaur opened this issue Oct 27, 2020 · 2 comments
Open

New dimension for "Internal site search results" #16617

Chardonneaur opened this issue Oct 27, 2020 · 2 comments
Labels
wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.

Comments

@Chardonneaur
Copy link

Hi there,
Here is the anatomy of tracking an internal site search within Matomo:
_paq.push(['trackSiteSearch',
"Banana",
"Organic Food",
100
]);
Source: https://developer.matomo.org/guides/tracking-javascript-guide#internal-search-tracking

The internal site search results refers to the number 100 here.
This figure will show up within the log visit report when hovering your mouse on the search term BUT it will show nowhere within the archive reports.

The expected behavior would be to find it within the site search report as a metric column.

@mattab mattab added the wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it. label Oct 27, 2020
@mattab
Copy link
Member

mattab commented Oct 27, 2020

Currently, we only use this "site search results count" (3rd parameter) for populating the report "Search Keywords with No Results". Therefore it is expected that this number doesn't show in the reports so far (by design). Thanks for creating the issue.

@mattab mattab closed this as completed Oct 27, 2020
@Chardonneaur
Copy link
Author

Hi @mattab
thanks for your answer, but then, shouldn't we create an issue for it? here the ticket has been closed.
Wouldn't be possible to make it available as a metric within the custom reports at least?
Thank you,

@mattab mattab changed the title Internal site search results not showing up anywhere New dimension for "Internal site search results" Jan 14, 2021
@mattab mattab reopened this Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

3 participants