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

Mask the ids from the urls when I'm tracking pages #446

Open
2 tasks
dribeir0 opened this issue Mar 16, 2022 · 0 comments · May be fixed by #447
Open
2 tasks

Mask the ids from the urls when I'm tracking pages #446

dribeir0 opened this issue Mar 16, 2022 · 0 comments · May be fixed by #447

Comments

@dribeir0
Copy link

dribeir0 commented Mar 16, 2022

For support questions, please consider using Gitter - Chat

I'm submitting a ...

  • bug report

  • [ X ] feature request

  • question about the decisions made in the repository

  • What is the expected behavior?
    As a user, I should mask the ids from the urls when I'm tracking pages

  • What is the motivation / use case for changing the behavior?
    Right now, the Page tracking settings only supports hiding the ids, which makes difficult to differentiate the list url from the detail url
    Example:
    Without masking
    list - trade/multi-quote
    detail - trade/multi-quote/1234

    With pageTracking: {clearIds: true}
    list - trade/multi-quote
    detail - trade/multi-quote

    With feature request pageTracking: {maskIds: true}
    list - trade/multi-quote
    detail - trade/multi-quote/XXXX

  • Environment:
    Angular CLI: 13.0.4
    Node: 14.19.0
    Package Manager: npm 6.14.16
    OS: darwin x64

Angular: 13.0.3
... animations, cdk, common, compiler, compiler-cli, core, forms
... language-service, localize, material, platform-browser
... platform-browser-dynamic, router

Package Version

@angular-devkit/architect 0.1300.4
@angular-devkit/build-angular 13.0.4
@angular-devkit/core 13.0.4
@angular-devkit/schematics 13.0.4
@angular/cli 13.0.4
@schematics/angular 13.0.4
ng-packagr 13.0.8
rxjs 7.4.0
typescript 4.4.4

@dribeir0 dribeir0 linked a pull request Mar 16, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant