Website integration
This guide provides step-by-step instructions on how to integrate the script into different technologies, including HTML, Next.js, WordPress, and Nuxt.
There are two ways of integrating your website to Cookie3:
Choosing the right technology
We currently support connecting your website via a Cookie3 Script or Analytics Plugin (available on NPM)
Cookie3 Script
The custom script is a small snippet of code that you can add to your website to connect it to Cookie3. It is best to use the custom script if:
You are running a website, which is not a Single Page Application (SPA)
You want as little overhead as possible
You are not a developer
Installing the custom script is as easy as copying and pasting a snippet of code into your website.
Find the step by step instructions here.
Analytics Plugin
The Analytics Plugin is a dedicated plugin that you can install on your website to connect it to Cookie3. It is best to use the Analytics Plugin if:
You are running a Single Page Application (SPA)
You want to leverage advanced tracking and analytics features
You are a developer or possess some technical knowledge of your website's/app's technology
You want to use the Analytics Plugin's advanced features, such as Custom Events
Find the step by step instructions here.
Website integration FAQ:
Last updated