Skip to content

Commit 049cbe9

Browse files
authored
[Zaraz] Update for dashboard UI change (#25321)
* [Zaraz] Update for dashboard UI change * import component * import component
1 parent 7d81fc5 commit 049cbe9

File tree

12 files changed

+30
-22
lines changed

12 files changed

+30
-22
lines changed

src/content/docs/zaraz/advanced/logpush.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66
label: Logpush
77
---
88

9-
import { Plan } from "~/components";
9+
import { Plan, DashButton } from "~/components";
1010

1111
Send Zaraz logs to an external storage provider like R2 or S3.
1212

@@ -18,9 +18,11 @@ Follow these steps to configure Logpush support for Zaraz:
1818

1919
### 1. Create a Logpush job
2020

21-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and zone.
22-
2. Go to **Analytics & Logs** > **Logpush**.
23-
3. Select **Create a Logpush Job** and follow the steps described in the [Logpush](/logs/logpush/) documentation.<br/>
21+
1. In the Cloudflare dashboard, go to the **Logpush** page.
22+
23+
<DashButton url="/?to=/:account/:zone/analytics/logs" />
24+
25+
2. Select **Create a Logpush Job** and follow the steps described in the [Logpush](/logs/logpush/) documentation.<br/>
2426
When selecting a dataset, make sure you select **Zaraz Events**.
2527

2628
### 2. Enable Logpush from Zaraz settings

src/content/docs/zaraz/custom-actions/additional-fields.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Adding an additional field to an action will attach it to this action only, and
1616

1717
1. In the Cloudflare dashboard, go to the **Tag setup** page.
1818

19-
<DashButton url="/?to=/:account/tag-management" />
19+
<DashButton url="/?to=/:account/tag-management/zaraz" />
2020
2. Select **Tools Configuration** > **Third-party tools**.
2121
3. Locate the third-party tool with the action you want to add the additional field to, and select **Edit**.
2222
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
3333

3434
1. In the Cloudflare dashboard, go to the **Tag setup** page.
3535

36-
<DashButton url="/?to=/:account/tag-management" />
36+
<DashButton url="/?to=/:account/tag-management/zaraz" />
3737
2. Select **Tools Configuration** > **Third-party tools**.
3838
3. Locate the third-party tool where you want to add the field, and select **Edit**.
3939
4. Select **Settings** > **Add Field**.

src/content/docs/zaraz/custom-actions/create-action.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To create an action, first [add a third-party tool](/zaraz/get-started/). If you
1313

1414
1. In the Cloudflare dashboard, go to the **Tag setup** page.
1515

16-
<DashButton url="/?to=/:account/tag-management" />
16+
<DashButton url="/?to=/:account/tag-management/zaraz" />
1717
2. Go to **Tools Configuration**.
1818
3. Under **Third-party tools**, locate the tool you want to configure an action for, and select **Edit**.
1919
4. Under Custom actions select **Create action**.

src/content/docs/zaraz/custom-actions/create-trigger.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Triggers define the conditions under which a tool will start an action. Since a
1111

1212
1. In the Cloudflare dashboard, go to the **Tag setup** page.
1313

14-
<DashButton url="/?to=/:account/tag-management" />
14+
<DashButton url="/?to=/:account/tag-management/zaraz" />
1515
2. Go to **Tools Configuration**.
1616
3. Select the **Triggers** tab.
1717
4. Select **Create trigger**.

src/content/docs/zaraz/custom-actions/edit-tools-and-actions.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { DashButton } from "~/components";
1010

1111
1. In the Cloudflare dashboard, go to the **Tag setup** page.
1212

13-
<DashButton url="/?to=/:account/tag-management" />
13+
<DashButton url="/?to=/:account/tag-management/zaraz" />
1414
2. Go to **Tools**.
1515
3. Under **Third-party tools**, locate your tool and select **Edit**.
1616

@@ -20,15 +20,15 @@ On this page you will be able to edit settings related to the tool, add actions,
2020

2121
1. In the Cloudflare dashboard, go to the **Tag setup** page.
2222

23-
<DashButton url="/?to=/:account/tag-management" />
23+
<DashButton url="/?to=/:account/tag-management/zaraz" />
2424
2. Go to **Tools Configuration**.
2525
3. Under **Third-party tools**, locate your tool and select the **Enabled** toggle.
2626

2727
## Enable or disable an action
2828

2929
1. In the Cloudflare dashboard, go to the **Tag setup** page.
3030

31-
<DashButton url="/?to=/:account/tag-management" />
31+
<DashButton url="/?to=/:account/tag-management/zaraz" />
3232
2. Go to **Tools Configuration** > **Third-party tools**.
3333
3. Locate the tool you wan to edit and select **Edit**.
3434
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,
3737

3838
1. In the Cloudflare dashboard, go to the **Tag setup** page.
3939

40-
<DashButton url="/?to=/:account/tag-management" />
40+
<DashButton url="/?to=/:account/tag-management/zaraz" />
4141
2. Go to **Tools Configuration**.
4242
3. Under **Third-party tools**, locate your tool and select **Delete**.

src/content/docs/zaraz/custom-actions/edit-triggers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { DashButton } from "~/components";
1313

1414
1. In the Cloudflare dashboard, go to the **Tag setup** page.
1515

16-
<DashButton url="/?to=/:account/tag-management" />
16+
<DashButton url="/?to=/:account/tag-management/zaraz" />
1717
2. Go to **Tools Configuration**.
1818
3. Under **Triggers**, locate your trigger and select **Edit**.
1919

@@ -23,6 +23,6 @@ You can edit every field related to the trigger, as well as add new trigger rule
2323

2424
1. In the Cloudflare dashboard, go to the **Tag setup** page.
2525

26-
<DashButton url="/?to=/:account/tag-management" />
26+
<DashButton url="/?to=/:account/tag-management/zaraz" />
2727
2. Go to **Tools Configuration**.
2828
3. Under **Triggers**, locate your trigger and select **Delete**.

src/content/docs/zaraz/pricing-info.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ All Zaraz features and tools are always available on all accounts. Learn more ab
1414

1515
## The Zaraz Event unit
1616

17-
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.
17+
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:
18+
<DashButton url="/?to=/:account/tag-management/monitoring" />
1819

1920
## Enabling Zaraz Paid
2021

src/content/docs/zaraz/reference/properties-reference.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pcx_content_type: reference
33
title: Properties reference
44

55
---
6+
import { DashButton } from "~/components";
67

78
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.
89

src/content/docs/zaraz/reference/settings.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ head:
66
content: Zaraz settings
77
---
88

9-
import { Plan } from "~/components";
9+
import { Plan, DashButton } from "~/components";
1010

11-
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.
11+
To configure Zaraz's general settings, go to the **Settings** page in the Cloudflare dashboard:
12+
13+
<DashButton url="/?to=/:account/tag-management/settings" />
14+
15+
Make sure you save your changes, by selecting the **Save** button after making them.
1216

1317
## Workflow
1418

src/content/docs/zaraz/variables/create-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For example, instead of typing a specific user ID in multiple fields, you can cr
1717

1818
1. In the Cloudflare dashboard, go to the **Tag setup** page.
1919

20-
<DashButton url="/?to=/:account/tag-management" />
20+
<DashButton url="/?to=/:account/tag-management/zaraz" />
2121
2. Go to **Tools Configuration** > **Variables**.
2222
3. Select **Create variable**, and give it a name.
2323
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.

0 commit comments

Comments
 (0)