> For the complete documentation index, see [llms.txt](https://help.littledata.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.littledata.io/partner-recipes/cookie-consent-integrations/integrating-pandectes-with-shopify.md).

# Integrating Pandectes with Shopify

[Pandectes](https://pandectes.io) provides a way to manage users' cookie preferences, and ensure [GDPR cookie compliance](/partner-recipes/cookie-consent-integrations/shopify-customer-consent-api.md).

However, [Pandectes consent mode](https://help.pandectes.io/en/article/using-google-consent-mode-integration-1xkfv6o) can block Littledata script from running. Here is how to resolve this issue and make Littledata work with Pandectes.

### Disabling Google Consent Mode

Pandectes has the option to [enable Consent Mode](https://help.pandectes.io/en/article/using-google-consent-mode-integration-1xkfv6o) in Google Analytics, and load the Google tracking libraries. You don't need this, as Littledata already provides it.

To make Littledata work with [Pandectes cookie banners](/partner-recipes/cookie-consent-integrations/shopify-customer-consent-api.md#compatible-shopify-apps) you just need to check 'Collected after consent' in Shopify online store preferences.

Under **Settings > Integrations** you can switch off Google Consent Mode.

![](https://storage.crisp.chat/users/helpdesk/website/b45f258b6fdab800/c92dcfe0-4a95-4165-8c17-9ea4d1_mgrre4.png)

### Disabling the consent event

There is also the option to add a[Cookie Consent event in dataLayer](https://help.pandectes.io/en/article/cookie-consent-event-in-datalayer-p7v670) which triggers this:

![custom-event-which-blocks-tracking](/files/9PQ0Kok3RvEddNyQVx8T)

You need to disable this custom event as well, as it blocks Littledata from loading Google's tracking script.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.littledata.io/partner-recipes/cookie-consent-integrations/integrating-pandectes-with-shopify.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
