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

Action name stopped respecting slashes while using several categories for action name #14031

Closed
mplabsorg opened this issue Jan 27, 2019 · 1 comment
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@mplabsorg
Copy link

According to Tracking HTTP API specification

action_name (recommended) — The title of the action being tracked. It is possible to use slashes / to set one or several categories for this action. For example, Help / Feedback will create the Action Feedback in the category Help.

the setting several categorizes for actions worked well before upgrade to 3.8.
After automatic upgrade , the categories appears as one line in the reports

For example
Prior 3.8 upgrade 4 categories INSTALL/TAP/NOK/E_ENGINE_ALREADY_INSTALLED.
would appear as tree view hierarchy

Now both forms appearing in a report

  • a tree view hierarchy
  • 4 category in one line . separated by slashes ( probably new tracking reports )

(see attached picture)

image

====
Matomo version: 3.8.0
MySQL version: 5.5.56-MariaDB
PHP version: 7.0.22

@sgiehl
Copy link
Member

sgiehl commented Jan 27, 2019

Guess that's caused by #13688
Setting action_title_category_delimiter = / in your config file should fix it

@tsteur tsteur closed this as completed Jan 27, 2019
@tsteur tsteur added the answered For when a question was asked and we referred to forum or answered it. label Jan 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

3 participants