Skip to content

[Zaraz] Fix debug mode settings page URL#31132

Open
dpiteira95 wants to merge 1 commit into
cloudflare:productionfrom
dpiteira95:patch-7
Open

[Zaraz] Fix debug mode settings page URL#31132
dpiteira95 wants to merge 1 commit into
cloudflare:productionfrom
dpiteira95:patch-7

Conversation

@dpiteira95
Copy link
Copy Markdown
Contributor

Summary
Fixes the settings page URL in the Zaraz debug mode documentation :https://developers.cloudflare.com/zaraz/web-api/debug-mode/ . The current link points to the wrong location — the debug key is not found at the generic tag management settings page.

Problem
The docs say: "In the Cloudflare dashboard, go to the Settings page" with a link to /?to=/:account/tag-management/settings. However, the debug key is actually located under:
Web tag management > Tag setup > > Settings tab
Which corresponds to: https://dash.cloudflare.com//tag-management/zaraz//tools-config/settings

Change
Update the DashButton URL from:

to:

The debug mode documentation linked to the wrong settings page.
The debug key is located under Web tag management > Tag setup >
Domain > Settings tab, not the generic tag-management/settings page.
Update the DashButton URL from:
  /:account/tag-management/settings
to:
  /:account/tag-management/zaraz/:zone/tools-config/settings
@cloudflare-docs-bot
Copy link
Copy Markdown

cloudflare-docs-bot Bot commented May 29, 2026

Review

✅ No style-guide issues found in commit fd3ad92.

Commands

Only codeowners can run commands. Post a comment with the command to trigger it.

Command Description
/review Runs a review now. Incremental if a prior review exists, full if not.
/full-review Re-reviews the entire PR diff from scratch, ignoring incremental history. Useful after a rebase, when you want a fresh review, or if the bot gets out of sync and reports issues that no longer exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants