top of page

Cookies Policy

Cookies Policy

Last updated: March 27, 2024

Welcome to Electrical Folks. This Cookies Policy explains how we use cookies and similar tracking technologies when you visit our website www.electricalfolks.com (the "Service"). Please take a moment to read this policy carefully.

1. What are cookies?

Cookies are small pieces of data stored on your device (computer or mobile device) when you browse websites. They are widely used to make websites work more efficiently and to provide information to the owners of the site. Cookies typically contain a unique identifier, anonymous information about your browsing activities, and preferences.

2. How we use cookies

We use cookies for various purposes, including:

  • Essential cookies: These cookies are necessary for the functioning of our website. They enable core functionalities such as page navigation and access to secure areas of the website. The website cannot function properly without these cookies.

JavaScript Copy code

// Example of setting an essential cookie document. Cookie = "essential_cookie=1; path=/";

  • Preference cookies: These cookies allow us to remember your preferences and settings, such as language preferences and accessibility options, to enhance your browsing experience.

JavaScript Copy code

// Example of setting a preference cookie document. Cookie = "preference cookie=dark mode; expires=Fri, 31 Dec 9999 23:59:59 GMT; path=/";

  • Analytics cookies: We utilize analytics cookies to understand how visitors interact with our website, such as which pages are visited most frequently and how users navigate through our site. This information helps us improve the website's performance and optimize its content.

JavaScript Copy code

// Example of setting an analytics cookie using Google Analytics ga('create', 'UA-XXXXXXXXX-X', 'auto'); ga('send', 'pageview');

  • Advertising cookies: We work with trusted third-party partners who may set advertising cookies on our website to deliver personalized advertisements that are relevant to your interests. These cookies may also help us measure the effectiveness of our marketing campaigns.

JavaScript Copy code

// Example of setting an advertising cookie with Google Ads gtag('event', 'conversion', { 'send to': 'AW-XXXXXXXXX/XXXXXXXXX', 'value': 1.0, 'currency': 'USD' });

3. Your choices regarding cookies

You have the option to accept or decline cookies when you visit our website. Most web browsers automatically accept cookies, but you can modify your browser settings to decline cookies if you prefer. However, please note that disabling cookies may impact your ability to access certain features and functionality of our website.

4. Contact us

If you have any questions or concerns about our Cookies Policy or the use of cookies on our website, please don't hesitate to contact us:

5. Changes to this policy

We may update our Cookies Policy from time to time to reflect changes in our practices or for other operational, legal, or regulatory reasons. We encourage you to review this policy periodically for any updates. The date at the top of this policy indicates the last time it was revised.

Thank you for visiting Electrical Folks and for taking the time to review our Cookies Policy.

bottom of page