
Getting Started
To integrate Piano Analytics Native Cookies into your Edgee project:- Open the Edgee console and navigate to your project’s Components.
- Select “Add a component” and choose
edgee/piano-analytics-native-cookies
from the list of available components. - In your component settings, configure the mode:

Go to your project > Components > Your Piano Analytics Native Cookies component
- safe: Only set cookie after user grants consent (default)
- strong: Set cookie unless user explicitly denies consent
- always: Set cookie regardless of consent status
Using
strong
or always
modes may not comply with privacy regulations in your jurisdiction (such as GDPR, CCPA, or other applicable laws).
By enabling these modes, you assume full responsibility for:- Ensuring compliance with all applicable privacy laws and regulations
- Obtaining and managing necessary user consents
- Implementing appropriate privacy notices and policies
- Any legal consequences resulting from non-compliant cookie usage
- Additionally, you need to select which cookie type to use:

- _pcid: Piano client side cookie with browser ID (recommended for most use cases)
- _pcid + _pprv: Piano client side cookie with browser ID and privacy settings
- atid: Simple UUID cookie
- atuserid: Legacy AT Internet cookie
- Then, you can specify the domain of the cookie (optional):

If you have any doubts about which cookie type to use or the domain of the cookie, please contact us at support@edgee.com.