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

Have a different delimiter for page titles and for page URLs #1067

Closed
mattab opened this issue Dec 10, 2009 · 3 comments
Closed

Have a different delimiter for page titles and for page URLs #1067

mattab opened this issue Dec 10, 2009 · 3 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Dec 10, 2009

Currently in global.ini.php we have:

; character used to automatically create categories in the "Action" "Downloads" reports
; for example a URL like "example.com/blog/development/first-post" will create 
; the page first-post in the subcategory development which belongs to the blog category
action_category_delimiter = /

It should be possible to define a different delimiter for the Page Titles report and for the Page URLs report. For example,

action_url_category_delimiter = /
action_title_category_delimiter = ">"

Note: for backward compatibility, the code would also read the config setting action_category_delimiter (same as action_url_category_delimiter)

@anonymous-matomo-user
Copy link

Currently, having a forward slash in a page title makes piwik create 2 pages in the list of page names instead of one. Could be considered a bug, so I'm happy to see it's been acted upon.

@mattab
Copy link
Member Author

mattab commented Mar 18, 2010

(In [1932]) Fixes #1067

Adding two parameters in config file, while keeping backward compatibility with a potential action_category_delimiter

; character used to automatically create categories in the Actions > Pages, Outlinks and Downloads reports
; for example a URL like "example.com/blog/development/first-post" will create
; the page first-post in the subcategory development which belongs to the blog category
action_url_category_delimiter = /

; similar to above, but this delimiter is only used for page titles in the Actions > Page titles report
action_title_category_delimiter = /

@mattab
Copy link
Member Author

mattab commented Sep 7, 2012

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

@mattab mattab added this to the Piwik 0.5.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. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

2 participants