Integrating TRUENDO CMP with Shopify
Introduction#
This guide provides step-by-step instructions on how to integrate the TRUENDO Consent Management Platform (CMP) into your Shopify website. TRUENDO CMP helps you manage cookies and user consent in compliance with privacy regulations like GDPR. By following this guide, you'll be able to insert the TRUENDO code snippet into your theme's HTML, configure it, and ensure enhanced data privacy on your Shopify store.
1. Prerequisites#
Before you begin, ensure you have the following:
- Access to Your Shopify Admin Account: Ability to edit theme code.
- TRUENDO Account: If you don't have one, you'll need to create it and obtain your Site ID.
- Basic Understanding of Shopify Themes: Familiarity with editing theme files.
2. Integration Steps#
A. Log into Your Shopify Account
-
Navigate to Shopify Login Page:
-
Enter Your Credentials:
- Input your email address and password, then click "Log in".
B. Access Your Theme's Code
-
Go to Online Store:
- From the left-hand sidebar in your Shopify admin dashboard, click on "Online Store".
-
Select Themes:
- Under "Online Store", click on "Themes".
-
Edit Code:
- In the "Current theme" section, click on the "Actions" dropdown menu.
- Select "Edit code" from the dropdown options.
C. Insert the TRUENDO Code Snippet
-
Locate the
theme.liquid
File:- In the left-hand sidebar, under the "Layout" directory, click on "theme.liquid".
-
Find the
<head>
Section:- In the
theme.liquid
file, locate the<head>
HTML tag. This is where you'll insert the TRUENDO code snippet.
- In the
-
Paste the TRUENDO Code Snippet:
-
Obtain your TRUENDO code snippet from the TRUENDO Console.
- Log in to https://console.truendo.com/.
- Navigate to your project and copy the integration script provided under "Integration via Script".
- Paste the TRUENDO code snippet just after the opening
<head>
tag to ensure it's one of the first scripts loaded.
Example:
<!DOCTYPE html> <html lang="en"> <head> <!-- TRUENDO Privacy Center --> <script id="truendoPrivacyCenter" type="text/javascript" src="https://cdn.priv.center/pc/truendo_cmp.pid.js" data-siteid="YOUR_SITE_ID"></script> <!-- End TRUENDO Privacy Center --> <!-- Other head elements -->
- Replace
YOUR_SITE_ID
with your actual Site ID.
-
D. Save Your Changes
-
Save the Updated
theme.liquid
File:- Click the "Save" button in the top-right corner of the code editor.
-
Confirm Changes:
- Ensure there are no errors displayed after saving.
You have successfully integrated TRUENDO CMP into your Shopify theme!
3. Verifying the Integration#
To ensure TRUENDO CMP is correctly integrated:
-
Visit Your Shopify Storefront:
- Open your store's homepage in a web browser.
-
Check for the Consent Banner:
- The TRUENDO consent banner should appear upon visiting the site.
-
Test Consent Functionality:
- Interact with the consent banner by accepting or customizing your preferences.
- Ensure that your choices are respected (e.g., non-essential cookies are blocked if you decline them).
-
Use Browser Developer Tools:
- Open your browser's developer tools (usually by pressing
F12
). - Check the Network and Application/Storage tabs to see which scripts and cookies are loaded.
- Open your browser's developer tools (usually by pressing
-
Verify Script Loading:
- In the Elements or Sources tab, verify that the TRUENDO script is present in the
<head>
section and has theasync
attribute.
- In the Elements or Sources tab, verify that the TRUENDO script is present in the
4. Additional Resources#
-
TRUENDO Support:
- If you encounter issues or have questions, contact TRUENDO support at support@truendo.com.
-
Shopify Documentation:
- For more information about editing theme code, visit Shopify's Help Center.
5. Conclusion#
By following this guide, you have successfully integrated TRUENDO CMP into your Shopify store. The TRUENDO integration helps you manage cookies effectively, providing a transparent and compliant user experience.
Thank you for choosing TRUENDO CMP for your consent management needs.