UNPKG

@mainiotech/dataconsent-serviceregistry

Version:

Service cookie definitions for the data consent manager.

38 lines (37 loc) 1.69 kB
export default { __: { provider: "This website", cookie: { dc: "Stores information about the local data allowed by the user on this website.", }, }, googleanalytics: { provider: "Google", cookie: { _ga: "Registers a unique ID that is used to generate statistical data on how the visitor uses the website.", _gat: "Used by Google Analytics to throttle request rate.", _gid: "Registers a unique ID that is used to generate statistical data on how the visitor uses the website.", collect: "Used to send data to Google Analytics about the visitor's device and behavior. Tracks the visitor across devices and marketing channels.", }, }, googleanalytics4: { provider: "Google", cookie: { _ga: "Registers a unique ID distinquishing different users that is used to generate statistical data on how the visitor uses the website.", "_ga_<container-id>": "Registers a unique ID that identifies the user's unique sessions across different visits for improved statistical data of the user's behavior on the site." }, }, googleads: { provider: "Google", cookie: { "ads/ga-audiences": "Used by Google Ads to re-engage visitors that are likely to convert to customers based on the visitor's online behaviour across websites." }, }, facebookpixel: { provider: "Facebook", cookie: { usida: "Collects a combination of the user's browser and unique identifier, used to tailor advertising to users.", datr: "The purpose is to identify the web browser used to connect to Facebook, regardless of which user is logged in. This cookie plays a key role in security." }, }, };