From d6733796e651c493b2cc1f07cd3c797e681020c0 Mon Sep 17 00:00:00 2001 From: ToriLindsay Date: Mon, 22 Sep 2025 11:49:54 +0100 Subject: [PATCH 1/3] [Zaraz] Update for dashboard UI change --- src/content/docs/zaraz/advanced/logpush.mdx | 10 ++++++---- .../docs/zaraz/custom-actions/additional-fields.mdx | 4 ++-- .../docs/zaraz/custom-actions/create-action.mdx | 2 +- .../docs/zaraz/custom-actions/create-trigger.mdx | 2 +- .../zaraz/custom-actions/edit-tools-and-actions.mdx | 8 ++++---- .../docs/zaraz/custom-actions/edit-triggers.mdx | 4 ++-- src/content/docs/zaraz/pricing-info.mdx | 3 ++- src/content/docs/zaraz/reference/settings.mdx | 6 +++++- src/content/docs/zaraz/variables/create-variables.mdx | 2 +- src/content/docs/zaraz/variables/edit-variables.mdx | 4 ++-- src/content/docs/zaraz/variables/worker-variables.mdx | 4 ++-- 11 files changed, 28 insertions(+), 21 deletions(-) diff --git a/src/content/docs/zaraz/advanced/logpush.mdx b/src/content/docs/zaraz/advanced/logpush.mdx index 477a4a3d2aa56f..db7bfca4f5a3b3 100644 --- a/src/content/docs/zaraz/advanced/logpush.mdx +++ b/src/content/docs/zaraz/advanced/logpush.mdx @@ -6,7 +6,7 @@ sidebar: label: Logpush --- -import { Plan } from "~/components"; +import { Plan, DashButton } from "~/components"; Send Zaraz logs to an external storage provider like R2 or S3. @@ -18,9 +18,11 @@ Follow these steps to configure Logpush support for Zaraz: ### 1. Create a Logpush job -1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and zone. -2. Go to **Analytics & Logs** > **Logpush**. -3. Select **Create a Logpush Job** and follow the steps described in the [Logpush](/logs/logpush/) documentation.
+1. In the Cloudflare dashboard, go to the **Logpush** page. + + + +2. Select **Create a Logpush Job** and follow the steps described in the [Logpush](/logs/logpush/) documentation.
When selecting a dataset, make sure you select **Zaraz Events**. ### 2. Enable Logpush from Zaraz settings diff --git a/src/content/docs/zaraz/custom-actions/additional-fields.mdx b/src/content/docs/zaraz/custom-actions/additional-fields.mdx index 1a8735d1818176..48939046c54d9d 100644 --- a/src/content/docs/zaraz/custom-actions/additional-fields.mdx +++ b/src/content/docs/zaraz/custom-actions/additional-fields.mdx @@ -16,7 +16,7 @@ Adding an additional field to an action will attach it to this action only, and 1. In the Cloudflare dashboard, go to the **Tag setup** page. - + 2. Select **Tools Configuration** > **Third-party tools**. 3. Locate the third-party tool with the action you want to add the additional field to, and select **Edit**. 4. Select the action you wish to modify. @@ -33,7 +33,7 @@ Adding an additional field to the tool sets it as a default field for all of the 1. In the Cloudflare dashboard, go to the **Tag setup** page. - + 2. Select **Tools Configuration** > **Third-party tools**. 3. Locate the third-party tool where you want to add the field, and select **Edit**. 4. Select **Settings** > **Add Field**. diff --git a/src/content/docs/zaraz/custom-actions/create-action.mdx b/src/content/docs/zaraz/custom-actions/create-action.mdx index 8d3e7ecdc49bb9..dbeb58ba7c9029 100644 --- a/src/content/docs/zaraz/custom-actions/create-action.mdx +++ b/src/content/docs/zaraz/custom-actions/create-action.mdx @@ -13,7 +13,7 @@ To create an action, first [add a third-party tool](/zaraz/get-started/). If you 1. In the Cloudflare dashboard, go to the **Tag setup** page. - + 2. Go to **Tools Configuration**. 3. Under **Third-party tools**, locate the tool you want to configure an action for, and select **Edit**. 4. Under Custom actions select **Create action**. diff --git a/src/content/docs/zaraz/custom-actions/create-trigger.mdx b/src/content/docs/zaraz/custom-actions/create-trigger.mdx index e34567da638247..9a1f49e326c1a2 100644 --- a/src/content/docs/zaraz/custom-actions/create-trigger.mdx +++ b/src/content/docs/zaraz/custom-actions/create-trigger.mdx @@ -11,7 +11,7 @@ Triggers define the conditions under which a tool will start an action. Since a 1. In the Cloudflare dashboard, go to the **Tag setup** page. - + 2. Go to **Tools Configuration**. 3. Select the **Triggers** tab. 4. Select **Create trigger**. diff --git a/src/content/docs/zaraz/custom-actions/edit-tools-and-actions.mdx b/src/content/docs/zaraz/custom-actions/edit-tools-and-actions.mdx index 869da9c714c867..56906f6bd54538 100644 --- a/src/content/docs/zaraz/custom-actions/edit-tools-and-actions.mdx +++ b/src/content/docs/zaraz/custom-actions/edit-tools-and-actions.mdx @@ -10,7 +10,7 @@ import { DashButton } from "~/components"; 1. In the Cloudflare dashboard, go to the **Tag setup** page. - + 2. Go to **Tools**. 3. Under **Third-party tools**, locate your tool and select **Edit**. @@ -20,7 +20,7 @@ On this page you will be able to edit settings related to the tool, add actions, 1. In the Cloudflare dashboard, go to the **Tag setup** page. - + 2. Go to **Tools Configuration**. 3. Under **Third-party tools**, locate your tool and select the **Enabled** toggle. @@ -28,7 +28,7 @@ On this page you will be able to edit settings related to the tool, add actions, 1. In the Cloudflare dashboard, go to the **Tag setup** page. - + 2. Go to **Tools Configuration** > **Third-party tools**. 3. Locate the tool you wan to edit and select **Edit**. 4. Find the action you want to change state, and enable or disable it with the toggle. @@ -37,6 +37,6 @@ On this page you will be able to edit settings related to the tool, add actions, 1. In the Cloudflare dashboard, go to the **Tag setup** page. - + 2. Go to **Tools Configuration**. 3. Under **Third-party tools**, locate your tool and select **Delete**. diff --git a/src/content/docs/zaraz/custom-actions/edit-triggers.mdx b/src/content/docs/zaraz/custom-actions/edit-triggers.mdx index 976be31be9161f..7e36ec211c27c0 100644 --- a/src/content/docs/zaraz/custom-actions/edit-triggers.mdx +++ b/src/content/docs/zaraz/custom-actions/edit-triggers.mdx @@ -13,7 +13,7 @@ import { DashButton } from "~/components"; 1. In the Cloudflare dashboard, go to the **Tag setup** page. - + 2. Go to **Tools Configuration**. 3. Under **Triggers**, locate your trigger and select **Edit**. @@ -23,6 +23,6 @@ You can edit every field related to the trigger, as well as add new trigger rule 1. In the Cloudflare dashboard, go to the **Tag setup** page. - + 2. Go to **Tools Configuration**. 3. Under **Triggers**, locate your trigger and select **Delete**. diff --git a/src/content/docs/zaraz/pricing-info.mdx b/src/content/docs/zaraz/pricing-info.mdx index e8b4f2844c209f..cdd3f432403971 100644 --- a/src/content/docs/zaraz/pricing-info.mdx +++ b/src/content/docs/zaraz/pricing-info.mdx @@ -14,7 +14,8 @@ All Zaraz features and tools are always available on all accounts. Learn more ab ## The Zaraz Event unit -One Zaraz Event is an event you’re sending to Zaraz, whether that’s a page view, a `zaraz.track` event, or similar. You can easily see the total number of Zaraz Events you’re currently using under the [Monitoring section](/zaraz/monitoring/) in the Cloudflare Zaraz Dashboard. +One Zaraz Event is an event you are sending to Zaraz, whether that is a page view, a `zaraz.track` event, or similar. You can easily see the total number of Zaraz Events you are currently using on the **Monitoring** page of the Cloudflare dashboard: + ## Enabling Zaraz Paid diff --git a/src/content/docs/zaraz/reference/settings.mdx b/src/content/docs/zaraz/reference/settings.mdx index 91586b56bf6bf9..41f68f962909d1 100644 --- a/src/content/docs/zaraz/reference/settings.mdx +++ b/src/content/docs/zaraz/reference/settings.mdx @@ -8,7 +8,11 @@ head: import { Plan } from "~/components"; -To configure Zaraz's general settings, select [**Zaraz**](https://dash.cloudflare.com/?to=/:account/:zone/zaraz) > **Settings**. Make sure you save your changes, by selecting the **Save** button after making them. +To configure Zaraz's general settings, go to the **Settings** page in the Cloudflare dashboard: + + + +Make sure you save your changes, by selecting the **Save** button after making them. ## Workflow diff --git a/src/content/docs/zaraz/variables/create-variables.mdx b/src/content/docs/zaraz/variables/create-variables.mdx index b7814f1c270c5e..c2778d0fbf1513 100644 --- a/src/content/docs/zaraz/variables/create-variables.mdx +++ b/src/content/docs/zaraz/variables/create-variables.mdx @@ -17,7 +17,7 @@ For example, instead of typing a specific user ID in multiple fields, you can cr 1. In the Cloudflare dashboard, go to the **Tag setup** page. - + 2. Go to **Tools Configuration** > **Variables**. 3. Select **Create variable**, and give it a name. 4. In **Variable type** select between `String`, `Masked variable` or `Worker` from the drop-down menu. Use `Masked variable` when you have a private value that you do not want to share, such as an API token. diff --git a/src/content/docs/zaraz/variables/edit-variables.mdx b/src/content/docs/zaraz/variables/edit-variables.mdx index d31920c96faa36..647bec60d56e64 100644 --- a/src/content/docs/zaraz/variables/edit-variables.mdx +++ b/src/content/docs/zaraz/variables/edit-variables.mdx @@ -13,7 +13,7 @@ import { DashButton } from "~/components"; 1. In the Cloudflare dashboard, go to the **Tag setup** page. - + 2. Go to **Tools Configuration** > **Variables**. 3. Locate the variable you want to edit, and select **Edit** to make your changes. 4. Select **Save** to save your edits. @@ -26,7 +26,7 @@ You cannot delete a variable being used in tools or triggers. 1. In the Cloudflare dashboard, go to the **Tag setup** page. - + 2. Go to **Tools Configuration** > **Third-party tools**. 3. Locate any tools using the variable, and delete the variable from those tools. 4. Select **Zaraz** > **Tools Configuration** > **Triggers**. diff --git a/src/content/docs/zaraz/variables/worker-variables.mdx b/src/content/docs/zaraz/variables/worker-variables.mdx index bad91fc7cb3e6d..805da28610e6b2 100644 --- a/src/content/docs/zaraz/variables/worker-variables.mdx +++ b/src/content/docs/zaraz/variables/worker-variables.mdx @@ -53,7 +53,7 @@ Once your Worker is published, configuring a Worker Variable is easy. 1. In the Cloudflare dashboard, go to the **Tag setup** page. - + 2. Select the domain for which you want to configure variables. 3. Select the **Variables** tab. 4. Select **Create variable**. @@ -68,7 +68,7 @@ To use your Worker Variable: 1. In the Cloudflare dashboard, go to the **Tag setup** page. - + 2. Select the domain for which you want to configure variables. 3. Select **Edit** next to a tool that you have already configured. 4. Select an action or add a new one. From ac34ec25d3e82b4456e73a8edc3d469a0db2c024 Mon Sep 17 00:00:00 2001 From: ToriLindsay Date: Tue, 23 Sep 2025 09:55:36 +0100 Subject: [PATCH 2/3] import component --- src/content/docs/zaraz/reference/properties-reference.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/zaraz/reference/properties-reference.mdx b/src/content/docs/zaraz/reference/properties-reference.mdx index 9142b51807b63d..e967fbc502acda 100644 --- a/src/content/docs/zaraz/reference/properties-reference.mdx +++ b/src/content/docs/zaraz/reference/properties-reference.mdx @@ -3,6 +3,7 @@ pcx_content_type: reference title: Properties reference --- +import { DashButton } from "~/components"; Cloudflare Zaraz offers properties that you can use when configuring the product. They are helpful to send data to a third-party tool or to create triggers as they have context about a specific user's browser session and the actions they take on the website. Below is a list of the properties you can access from the Cloudflare dashboard and their values. From 2cd42a93ff6abe51234afbc90787aa4ec0146669 Mon Sep 17 00:00:00 2001 From: ToriLindsay Date: Tue, 23 Sep 2025 11:04:09 +0100 Subject: [PATCH 3/3] import component --- src/content/docs/zaraz/reference/settings.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/zaraz/reference/settings.mdx b/src/content/docs/zaraz/reference/settings.mdx index 41f68f962909d1..e4ae849effb5a6 100644 --- a/src/content/docs/zaraz/reference/settings.mdx +++ b/src/content/docs/zaraz/reference/settings.mdx @@ -6,7 +6,7 @@ head: content: Zaraz settings --- -import { Plan } from "~/components"; +import { Plan, DashButton } from "~/components"; To configure Zaraz's general settings, go to the **Settings** page in the Cloudflare dashboard: