You can set MS Clarity to ignore query string parameters such as https://www.mytest.com/home?id=1, but is it possible to set it to ignore the id at the end of an MVC url such as https://www.mytest.com/home/1 ? We use this a lot on some of our web apps and if we can't set it to ignore that, the data is much less useful.
MS Clarity has the ability to turn off query string parameters, but is there a way to turn off MVC routing parameters?
373 Views Asked by Chip Johansen At
1
There are 1 best solutions below
Related Questions in MS-CLARITY
- Microsoft Clarity - How to record only a part of a website?
- User session recordings showing misaligned website. How to fix it?
- MS Clarity does not show the full heatmaps of my site
- By deleting microsoft clarity script my nextjs application breaks
- How to exclude localhost session recordings on Microsoft Clarity?
- Microsoft clarity not working with Next js/React Js project
- Why number or digits showing dots on smartphone?
- I want to add a script on head of index.html file and make that script work only on a button click
- Calling a function on button click
- Inject custom tag into Microsoft Clarity with GTM
- Injecting metrics code into Blazor app index.html when code is templated
- How to add Microsoft Clarity Filter Custom Tags using React Native?
- MS clarity can be integrated in AMP pages?
- MS Clarity has the ability to turn off query string parameters, but is there a way to turn off MVC routing parameters?
- How can I prevent bing/bat.js load Clarity?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
We currently do not have a method to ignore the IDs that are part of the URL.