# # GDPR cookies compliance framework # enable_cookie_manager = 0 cookiesBannerText = "We use cookies on our website to enhance your user experience. You can update your preferences at any time, at the bottom of any page. Click manage cookies to learn more." #cookiesBannerText = "We use cookies on our website to enhance your user experience, provide social media tools and to analyze our website traffic. You can update your preferences at any time, at the bottom of any page. Click manage cookies to learn more." cookiesBannerGlobalValue = cookies_banner_text cookiesFormIntro = "

We use cookies on our website to enhance your user experience.

You can manage your cookie preferences at any time by following the Manage Cookies link at the bottom of every page. Learn more about how your data is used in our Privacy Policy.

" #cookiesFormIntro = "

We use cookies on our website to enhance your user experience, provide social media tools and to analyze our website traffic.

You can manage your cookie preferences at any time by following the Manage Cookies link at the bottom of every page. Learn more about how your data is used in our Privacy Policy.

" cookiesIntroGlobalValue = manage_cookies_intro # List of supported categories of cookies used in Pawtucket cookiesByCategory = { essential = { title = _("Essential"), description = _("These cookies are strictly necessary to provide you with services available through our website and to use some of its features, such as logging in."), required = 1, cookies = { collectiveaccess = { name = _("Session cookie"), description = _("Cookie used to maintain your preferences while using this site. No personal data is stored in the cookie, it is not shared with third-parties and it is discarded after your session is finished. This cookie is required for the site to function. It persists for ^lifespan."), } } }, performance = { title = _("Performance and Functionality"), description = "These cookies are used to enhance the performance and functionality of our website but are non-essential to their use. However, without these cookies, certain functionality may become unavailable.", cookies = { CA_collectiveaccess_ui_locale = { name = _("Locale cookie"), category = performance, description = _("Cookie used to track your selected language setting while using this site. No personal data is stored in the cookie, it is not shared with third-parties and it is discarded after your session is finished. If you elect to not allow use of this cookie, you will not be able to change the language used on this site. It persists for ^lifespan.") } } }, analytics = { title = _("Analytics"), description = _("Also known as “performance cookies,” these cookies collect information about how you use a website, like which pages you visited and which links you clicked on. None of this information can be used to identify you. It is all aggregated and, therefore, anonymized. Their sole purpose is to improve website functions. This includes cookies from third-party analytics services as long as the cookies are for the exclusive use of the owner of the website visited."), cookies = { # _ga = { # name = _("Google Analytics"), # category = analytics, # description = _("Cookie used to identify this site to Google Analytics. Google Analytics is used to track and analyze aggregrate usage statistics for this site, enabling us to examine usage patterns and improve our service. Opting out of this cookie will impair our ability to learn more about how users use this site.") # } } }, marketing = { title = _("Marketing"), description = _("These cookies track your online activity to help advertisers deliver more relevant advertising or to limit how many times you see an ad. These cookies can share that information with other organizations or advertisers. These are persistent cookies and almost always of third-party provenance."), cookies = { } }, social = { title = _("Social Networking"), description = _("These cookies are used to enable you to share pages and content that you find interesting on our websites through third party social networking and other websites. These cookies may also be used for advertising purposes."), cookies = { } } }