We’ve migrated our documentation to a new site, which means some URLs have changed.
Subscriptions

How to Retrieve a Browser ID

In today's digital landscape, the importance of safeguarding personal data and ensuring user privacy has never been more paramount. As users become increasingly aware of their rights regarding data protection, requests for data deletion are becoming more common. One crucial piece of information often requested for such purposes is the Browser ID.

The Browser ID, also known as the User Agent String or Browser Fingerprint, is a unique identifier associated with an individual's web browser. It contains valuable information about the browser's type, version, and operating system, which can be instrumental for publishers in identifying and managing user data via the Piano API.

Here, we'll explore various methods users can employ to retrieve their Browser IDs:

1. Browser Developer Tools:

  • Modern web browsers are equipped with robust developer tools that offer insights into various aspects of web pages, including browser information.

  • Users can access these tools by right-clicking on a web page and selecting "Inspect" or by pressing Ctrl+Shift+I (or Cmd+Option+I on macOS).

  • Within the developer tools, users can navigate to the "Console" tab and execute a JavaScript code to retrieve their Browser IDs. For example: tp.util.getBrowserId()

2. Managing Cookies:

  • Websites utilize cookies to store unique identifiers associated with users' browser sessions, including Browser IDs.

  • Users can view and manage cookies in their browser settings. By accessing the privacy or security settings, users can typically find options to view stored cookies and their associated data.

  • Retrieving the Browser ID should be feasible by decoding Piano's _pcid cookie value.

In conclusion, understanding how to retrieve Browser IDs empowers users to gain insights into their browsing environment and exercise greater control over their data. Whether through developer tools, cookies, or web APIs, users have various methods at their disposal to access this valuable information.

Last updated: