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

Feature request: Treat i18n path segments as a separate dimension from page paths #14

Closed
bryanrsmith opened this issue Nov 2, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@bryanrsmith
Copy link

bryanrsmith commented Nov 2, 2022

My site uses next.js's i18n support in the sub-path routing configuration. The locale path segment is causing the new Audiences feature to treat different locales as different pages, which isn't very helpful.

My top pages looks like this:

/compare
/en/compare
/
/en-GB/compare
/en
/de-DE/compare
/en-GB
/about
/de-DE
/en/about

It'd be great to have some way to collapse these locales into a single entry in Audiences. e.g.:

/compare
/
/about

As a bonus, if the locale could be treated as a separate dimension then it would be cool to have a pane with a breakdown of visitors by locale.


I'm excited to see Vercel investing in this area! Thanks!

@tobiaslins
Copy link
Collaborator

Hey @bryanrsmith,
Thanks for your feedback!
We already have a ticket in the pipeline that will handle all dynamic paths (including i18n).
For example:
Grouping /users/[id] or /[lang]/about as you mentioned!

We can't give any timeline on that yet!

@tobiaslins tobiaslins added the enhancement New feature or request label Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants