Global Privacy Control (GPC) integration - Consentmo
The Global Privacy Control (GPC) is a privacy standard designed to give users more control over their personal information online. It allows users to signal their privacy preferences to websites and online services automatically.
With GPC, users can set their preferences once through their web browser or other tools, indicating whether they want their data to be collected, shared, or sold.
Websites and services that adhere to the GPC standard are obligated to respect these preferences, providing users with a more consistent and streamlined experience across different platforms.
How to integrate Global Privacy Control (GPC) with Consentmo app?
The Global Privacy Control can be integrated with Consentmo either automatically or manually.
Automatic integration:
- Navigate to Consentmo's settings and click on the Integrations tab in the left menu.
- Go to the Global Privacy Control section
- After opening the Global Privacy Control integration page, set the option to Enable.
- **Save **the changes
Manual Integration:
- Open Shopify Admin > click on Online Store tab in the left menu bar.
- Click on the Actions dropdown button and select Edit Code from there.
- A new page will open with a list of files on the left side of the screen. Create a new liquid file in the **Snippets ** section of the theme files, called
gpc-integration-script
.
- After that copy the content of the integration script provided below and paste it in the newly created Snippet file:
- Open the
theme.liquid
file.
- Locate the opening
<head>
and right after it, add the following line of code:
{% render 'gpc-integration-script' %}
- The final result should look like this:
- More on the topic can be found in the Global Privacy Control page as well.
Additional settings in the store for the Customer Privacy
Once the option is enabled, you also need to make sure that the correct Customer Privacy Settings for this are set in the store as well. You can do this by following the steps here:
- Go to the Store Admin > **Settings **section
- In the Customer Privacy tab > Data sales opt-out page option
- In the Regions section, hit **Edit ** and make sure to select the Recommended list of locations there
Once the above is set as well, you will make sure that all settings in the app and the store will work in full sync for the Do Not Sell data subject.
In need of any assistance with the setup, do not hesitate to drop us a line at support@consentmo.com or via our Live chat.
Updated on: 16/04/2025
Thank you!