...
By using Cookie Key, the result is fetched by the value that has been added under the Cookie Key. But, have to make sure that the value that we are adding is from the value of the cookie.
Steps to do:
Click on “Filter”
Select the [+] icon to create New Condition.
Select an appropriate “Field & Operator” from the drop-down.
Choose Source Type as a “Cookie Key”.
Open the Inspect by right-clicking on the respected object’s list view.
Find the “Cookies“ from the Application tab.
Paste Cookies value which needs to fetch in result & then “Save”.
Local Storage Key:
By using the Local Storage Key, the result is fetched by the value that has been added under the Local Storage Key. But, have to make sure that the value that we are adding is from the Local storage value.
...