Skip to content

Commit a3f0618

Browse files
authored
[Docs site] Update Copy page analytics value (#25841)
* [PageOptions] Update analytics value * Remove extra work
1 parent afb8cba commit a3f0618

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/CopyPageButton.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ export default function CopyPageButton() {
6363
const indexMdUrl = new URL("index.md", window.location.href).toString();
6464
const prompt = `Read this page from the Cloudflare docs: ${encodeURIComponent(indexMdUrl)} and answer questions about the content.`;
6565
track("clicked copy page button", {
66-
value: "docs ai",
67-
label: vendor,
66+
value: `${vendor} ai`,
6867
});
6968
window.open(`${externalAIURL}${prompt}`, "_blank");
7069
};

0 commit comments

Comments
 (0)