Skip to content

Commit f41acb1

Browse files
authored
Apply suggestions from code review
1 parent 3e07843 commit f41acb1

File tree

12 files changed

+2
-13
lines changed

12 files changed

+2
-13
lines changed

src/content/docs/zaraz/advanced/context-enricher.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Now that your Worker is published, you can select it in your Zaraz settings:
5050
1. In the Cloudflare dashboard, go to the **Settings** page.
5151

5252
<DashButton url="/?to=/:account/tag-management/settings" />
53-
3. Select your Context Enricher Worker.
54-
4. Save your settings.
53+
2. Select your Context Enricher Worker.
54+
3. Save your settings.
5555

5656
Your Context Enricher will now run on all Zaraz requests in that given zone.
5757

src/content/docs/zaraz/consent-management/iab-tcf-compliance.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ head:
1111

1212
import { DashButton } from "~/components";
1313

14-
1514
The Zaraz Consent Management Platform is compliant with the IAB Transparency & Consent Framework. Enabling this feature [could be required](https://blog.google/products/adsense/new-consent-management-platform-requirements-for-serving-ads-in-the-eea-and-uk/) in order to serve Google Ads in the EEA and the UK.
1615

1716
The CMP ID of the approval is 433 and be can seen in the [IAB Europe](https://iabeurope.eu/cmp-list/) website.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ sidebar:
88

99
import { DashButton } from "~/components";
1010

11-
1211
Some tools supported by Zaraz let you add fields in addition to the required field. Fields can usually be added either to a specific action, or to all the action within a tool, by adding the field as a **Default Field**.
1312

1413
## Add an additional field to a specific action

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ sidebar:
77

88
import { DashButton } from "~/components";
99

10-
1110
Once you have your triggers ready, you can use them to configure your actions. An action defines a specific task that your tool will perform.
1211

1312
To create an action, first [add a third-party tool](/zaraz/get-started/). If you have already added a third-party tool, follow these steps to create an action.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ sidebar:
77

88
import { DashButton } from "~/components";
99

10-
1110
Triggers define the conditions under which a tool will start an action. Since a tool must have actions in order to work, and actions must have triggers, it is important to set up your website's triggers correctly. A trigger can be made out of one or more Rules. Zaraz supports [multiple types of Trigger Rules](/zaraz/reference/triggers/).
1211

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ head:
1111

1212
import { DashButton } from "~/components";
1313

14-
1514
1. In the Cloudflare dashboard, go to the **Tag setup** page.
1615

1716
<DashButton url="/?to=/:account/tag-management" />

src/content/docs/zaraz/monitoring/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ sidebar:
77

88
import { DashButton } from "~/components";
99

10-
1110
Zaraz Monitoring shows you different metrics regarding Zaraz. This helps you to detect issues when they occur. For example, if a third-party analytics provider stops collecting data, you can use the information presented by Zaraz Monitoring to find where in the workflow the problem occurred.
1211

1312
You can also check activity data in the **Activity last 24hr** section, when you access [tools](/zaraz/get-started/), [actions](/zaraz/custom-actions/) and [triggers](/zaraz/custom-actions/create-trigger/) in the dashboard.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ sidebar:
88

99
import { DashButton } from "~/components";
1010

11-
1211
Zaraz is available to all Cloudflare users, across all tiers. Each month, every Cloudflare account gets 1,000,000 free Zaraz Events. For additional usage, the Zaraz Paid plan costs $5 per month for each additional 1,000,000 Zaraz Events.
1312

1413
All Zaraz features and tools are always available on all accounts. Learn more about our pricing in [the following pricing announcement](https://blog.cloudflare.com/zaraz-announces-new-pricing)

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ sidebar:
77

88
import { DashButton } from "~/components";
99

10-
1110
Variables are reusable blocks of information. They allow you to have one source of data you can reuse across tools and triggers in the dashboard. You can then update this data in a single place.
1211

1312
For example, instead of typing a specific user ID in multiple fields, you can create a variable with that information instead. If there is a change and you have to update the user ID, you just need to update the variable and the change will be reflected across the dashboard.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ head:
1111

1212
import { DashButton } from "~/components";
1313

14-
1514
1. In the Cloudflare dashboard, go to the **Tag setup** page.
1615

1716
<DashButton url="/?to=/:account/tag-management" />

0 commit comments

Comments
 (0)