|
9 | 9 |
|
10 | 10 | --- |
11 | 11 |
|
12 | | -1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account and domain. |
13 | | -2. Go to **Zaraz** > **Consent**. |
14 | | -3. Turn on **Enable Consent Management**. |
15 | | -4. In **Consent modal text** fill in any legal information required in your country. Use HTML code to format your information as you would in any other HTML editor. |
16 | | -5. Under **Purposes**, select **Add new Purpose**. Give your new purpose a name and a description. Purposes are the reasons for using third-party tools in your website. |
17 | | -6. In **Assign purpose to tools**, match tools to purposes by selecting one of the purposes previously created from the drop-down menu. Do this for all your tools. |
18 | | -7. Select **Save**. |
| 12 | +import { DashButton } from "~/components"; |
| 13 | + |
| 14 | +1. In the Cloudflare dashboard, go to the **Consent** page. |
| 15 | + |
| 16 | + <DashButton url="/?to=/:account/tag-management/consent" /> |
| 17 | +2. Turn on **Enable Consent Management**. |
| 18 | +3. In **Consent modal text** fill in any legal information required in your country. Use HTML code to format your information as you would in any other HTML editor. |
| 19 | +4. Under **Purposes**, select **Add new Purpose**. Give your new purpose a name and a description. Purposes are the reasons for using third-party tools in your website. |
| 20 | +5. In **Assign purpose to tools**, match tools to purposes by selecting one of the purposes previously created from the drop-down menu. Do this for all your tools. |
| 21 | +6. Select **Save**. |
19 | 22 |
|
20 | 23 | Your Consent Management platform is ready. Your website should now display a modal asking for consent for the tools you have configured. |
21 | 24 |
|
22 | 25 | ## Adding different languages |
23 | 26 |
|
24 | 27 | In your Zaraz consent settings, you can add your consent modal text and purposes in various languages. |
25 | 28 |
|
26 | | -1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account and domain. |
27 | | -2. Go to **Zaraz** > **Consent**. |
28 | | -3. Select a default language of your choice. The default setting is English. |
29 | | -4. In **Consent modal text** and **Purposes**, you can select different languages and add translations. |
| 29 | +1. In the Cloudflare dashboard, go to the **Consent** page. |
| 30 | + |
| 31 | + <DashButton url="/?to=/:account/tag-management/consent" /> |
| 32 | +2. Select a default language of your choice. The default setting is English. |
| 33 | +3. In **Consent modal text** and **Purposes**, you can select different languages and add translations. |
30 | 34 |
|
31 | 35 | ## Overriding the consent modal language |
32 | 36 |
|
|
0 commit comments