In rum explorer there is a method to redefine conversions via the conversion.<>= url parameter. But when we select another facet from the sidebar, we remove this url parameter leading to loosing this information and hence sharing that URL leads to different data being visible to that user.
Expected Behaviour
The url parameter should not be removed and sharing the URL should show the same data to each user (given that they have the domain key)
@lkrapf This is fixed in oversight though. It seems like it was removed intentionally here. Please close it if it was intentional otherwise I will raise a PR to fix it.
In rum explorer there is a method to redefine conversions via the
conversion.<>=
url parameter. But when we select another facet from the sidebar, we remove this url parameter leading to loosing this information and hence sharing that URL leads to different data being visible to that user.Expected Behaviour
The url parameter should not be removed and sharing the URL should show the same data to each user (given that they have the domain key)
Actual Behaviour
The URL parameter is removed.
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Expected: The engagement card should show the same data in both the tabs but it doesn't
Actual: The engagement card shows the different data on both the tabs even though the URL remains the same.
Platform and Version
Sample Code that illustrates the problem
Logs taken while reproducing problem