diff --git a/website/docs/FAQ/Cookie_Policy.md b/website/docs/FAQ/Cookie_Policy.md index 74a35bb21..eb16bdfc1 100644 --- a/website/docs/FAQ/Cookie_Policy.md +++ b/website/docs/FAQ/Cookie_Policy.md @@ -33,7 +33,7 @@ This site offers e-commerce or payment facilities through Shopify and some cooki In some special cases we also use cookies provided by trusted third parties. The following section details which third party cookies you might encounter through this site. This site uses Google Analytics which is one of the most widespread and trusted analytics solution on the web for helping us to understand how you use the site and ways that we can improve your experience. These cookies may track things such as how long you spend on the site and the pages that you visit so we can continue to produce engaging content. -For more information on Google Analytics cookies, see the official Google Analytics page +For more information on Google Analytics cookies, see the official Google Analytics page. We also use social media buttons and/or plugins on this site that allow you to connect with your social network in various ways. For these to work the following social media sites including; Facebook, Twitter, Google+, will set cookies through our site which may be used to enhance your profile on their site or contribute to the data they hold for various purposes outlined in their respective privacy policies. ### Additional Advertising Technology Partners diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index b9ee5ba5b..b330550dd 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -32,6 +32,9 @@ module.exports={ }, "theme": { "customCss": [require.resolve('./src/css/customTheme.css')], + }, + "gtag": { + "trackingID": "UA-42419007-3" } } ] @@ -90,9 +93,6 @@ module.exports={ "indexName": "openbci", "placeholder": "Search Docs", "algoliaOptions": {} - }, - "gtag": { - "trackingID": "UA-42419007-3" } } } \ No newline at end of file