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

Incorrect Page Titles with pages with forward slash in title #1532

Closed
anonymous-matomo-user opened this issue Jul 30, 2010 · 3 comments
Closed
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Milestone

Comments

@anonymous-matomo-user
Copy link

I have noticed incorrect page names from the Page Title report module.

The problem occurs when the page title tag of the site being tracked has a slash included.

For example...

If the title is Downloads for Wii/Xbox

Then the page will be tracked as Downloads for Wii with another page called Xbox in a drop down menu.

Please see the attached image for a live example. Notice the FS2004 Utilities tab. The actual title tag on the page being tracked is FS2004 Utilities/Misc.
Keywords: page titles

@anonymous-matomo-user
Copy link
Author

Attachment:
Picture 1.png

@sgiehl
Copy link
Member

sgiehl commented Jul 30, 2010

This is a valid and wanted behaviour. You can change the character those categories are build with by changing configuration for action_title_category_delimiter. See https://github.com/piwik/piwik/blob/master/config/global.ini.php#L64

To change it to '-' add following to your config.ini.php:

[General]
action_title_category_delimiter = "-"

@mattab
Copy link
Member

mattab commented Sep 7, 2012

See this ticket: #2956 Actions>Page Titles believes there is a subpage if page <title> includes a forwards slash

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. 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