Skip to content

Commit 495ca38

Browse files
authored
Remove internal UTM tracking params (#350)
1 parent e6f3c91 commit 495ca38

13 files changed

Lines changed: 14 additions & 69 deletions

File tree

pages/home/api-keys.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ import { SignupLink } from "@/components/Analytics";
99
# Getting Your API Key
1010

1111

12-
Before you begin, you'll need an Arcade account - if you haven't created one yet, you can <SignupLink utmParams={{
13-
utm_source: "docs",
14-
utm_medium: "page",
15-
utm_campaign: "get-api-key",
16-
}} linkLocation="docs:get-api-key">sign up here</SignupLink>. Once you have an account, you can generate API keys through either our dashboard or CLI.
12+
Before you begin, you'll need an Arcade account - if you haven't created one yet, you can <SignupLink linkLocation="docs:get-api-key">sign up here</SignupLink>. Once you have an account, you can generate API keys through either our dashboard or CLI.
1713

1814

1915
<Tabs items={["Dashboard", "CLI"]}>

pages/home/auth-providers/salesforce.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,7 @@ Use the Salesforce auth provider to get a user authorization token and call Sale
257257

258258
### Prerequisites
259259

260-
1. Create an <SignupLink utmParams={{
261-
utm_source: "docs",
262-
utm_medium: "page",
263-
utm_campaign: "salesforce-auth-provider",
264-
}} linkLocation="docs:/home/auth-providers/salesforce">Arcade account</SignupLink>
260+
1. Create an <SignupLink linkLocation="docs:/home/auth-providers/salesforce">Arcade account</SignupLink>
265261
1. Get an [Arcade API key](/home/api-keys).
266262
1. Set the `ARCADE_API_KEY` environment variable with `export ARCADE_API_KEY=<your-api-key>`.
267263
1. Make sure to have Python 3.10+ or Node.js 18+ installed.

pages/home/auth/call-third-party-apis-directly.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ This can be useful when you need to manage authorization flows in your applicati
2020

2121
### Prerequisites
2222

23-
- Sign up for an <SignupLink utmParams={{
24-
utm_source: "docs",
25-
utm_medium: "page",
26-
utm_campaign: "call-third-party-apis-directly",
27-
}} linkLocation="docs:call-third-party-apis-directly">Arcade account</SignupLink> if you haven't already
23+
- Sign up for an <SignupLink linkLocation="docs:call-third-party-apis-directly">Arcade account</SignupLink> if you haven't already
2824
- Generate an [Arcade API key](/home/api-keys) and take note of it
2925

3026
### Install required libraries

pages/home/build-tools/create-a-toolkit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { Steps, Tabs } from "nextra/components";
2525

2626
Before starting, make sure you have:
2727

28-
- An [Arcade account](https://api.arcade.dev/signup?utm_source=docs&utm_medium=page&utm_campaign=custom-tools)
28+
- An [Arcade account](https://api.arcade.dev/signup)
2929
- For this guide, we'll use [uv](https://docs.astral.sh/uv/getting-started/installation/) as our package manager.
3030

3131
<Steps>

pages/home/local-deployment/configure/arcade-deploy.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ The `arcade deploy` command deploys your worker to the cloud.
1212

1313
## Requirements
1414
- **Python 3.10** or higher <br/> Verify your Python version by running `python --version` or `python3 --version` in your terminal.
15-
- **Arcade Account**: Sign up for an <SignupLink utmParams={{
16-
utm_source: "docs",
17-
utm_medium: "page",
18-
utm_campaign: "custom-tools",
19-
}} linkLocation="docs:custom-tools">Arcade account</SignupLink> if you haven't already.
15+
- **Arcade Account**: Sign up for an <SignupLink linkLocation="docs:custom-tools">Arcade account</SignupLink> if you haven't already.
2016
- **Arcade CLI**: Install the Arcade CLI with `pip install arcade-ai`.
2117

2218
## Deployment Config

pages/home/local-deployment/install/local.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ Before you begin, make sure you have the following:
1717

1818
- **Python 3.10 or higher**
1919
- **pip**: The Python package installer should be available. It's typically included with Python.
20-
- **Arcade Account**: Sign up for an <SignupLink utmParams={{
21-
utm_source: "docs",
22-
utm_medium: "page",
23-
utm_campaign: "local-install",
24-
}} linkLocation="docs:local-install">Arcade account</SignupLink> if you haven't already.
20+
- **Arcade Account**: Sign up for an <SignupLink linkLocation="docs:local-install">Arcade account</SignupLink> if you haven't already.
2521
- **Package Manager**: Either Brew (macOS) or Apt (linux) to install the engine binary.
2622

2723
Verify your Python version by running `python --version` or `python3 --version` in your terminal.

pages/home/mcp-desktop-clients/claude-desktop-client.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ In this guide, you'll learn how to connect Claude Desktop to a local Arcade serv
99

1010
### Prerequisites
1111

12-
1. Create an <SignupLink utmParams={{
13-
utm_source: "docs",
14-
utm_medium: "page",
15-
utm_campaign: "claude-desktop-client",
16-
}} linkLocation="docs:claude-desktop-client">Arcade account</SignupLink>
12+
1. Create an <SignupLink linkLocation="docs:claude-desktop-client">Arcade account</SignupLink>
1713
2. Get an [Arcade API key](/home/api-keys)
1814
3. Install **Python 3.10** or higher <br/> Verify your Python version by running `python --version` or `python3 --version` in your terminal.
1915

@@ -54,4 +50,4 @@ Replace `YOUR_ARCADE_API_KEY_HERE` with your actual Arcade API key and `/path/to
5450

5551
5. Restart Claude Desktop. Upon restarting, you should have access to the Arcade toolkits you installed.
5652

57-
</Steps>
53+
</Steps>

pages/home/quickstart.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@ import { SignupLink } from "@/components/Analytics";
2828

2929
### Prerequisites
3030

31-
1. Create an <SignupLink utmParams={{
32-
utm_source: "docs",
33-
utm_medium: "page",
34-
utm_campaign: "call-tools-directly",
35-
}} linkLocation="docs:call-tools-directly">Arcade account</SignupLink>
31+
1. Create an <SignupLink linkLocation="docs:call-tools-directly">Arcade account</SignupLink>
3632
1. Get an [Arcade API key](/home/api-keys) and take note, you'll need it in the next steps.
3733

3834
### Install the Arcade client

pages/home/serve-tools/arcade-deploy.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ This guide shows you how to deploy a worker with a local toolkit with Arcade Dep
1313
## Requirements
1414

1515
- **Python 3.10** or higher <br/> Verify your Python version by running `python --version` or `python3 --version` in your terminal.
16-
- **Arcade Account**: Sign up for an <SignupLink utmParams={{
17-
utm_source: "docs",
18-
utm_medium: "page",
19-
utm_campaign: "custom-tools",
20-
}} linkLocation="docs:custom-tools">Arcade account</SignupLink> if you haven't already.
16+
- **Arcade Account**: Sign up for an <SignupLink linkLocation="docs:custom-tools">Arcade account</SignupLink> if you haven't already.
2117
- **Arcade CLI**: Install the Arcade CLI
2218
<Tabs items={["uv", "pip"]}>
2319
<Tabs.Tab>

pages/toolkits/social-communication/slack/install.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@ Arcade's sample app for Slack brings Arcade's powerful AI tool-calling capabilit
2828
For more details on what tools are available and what scopes they require, see the [Slack toolkit documentation](/toolkits/social-communication/slack).
2929

3030
<Note>
31-
The Arcade app for Slack requires an active Arcade account. If you don't have one yet, <SignupLink utmParams={{
32-
utm_source: "docs",
33-
utm_medium: "page",
34-
utm_campaign: "slack-app-install",
35-
}} linkLocation="docs:slack-app-install">sign up for free</SignupLink>.
31+
The Arcade app for Slack requires an active Arcade account. If you don't have one yet, <SignupLink linkLocation="docs:slack-app-install">sign up for free</SignupLink>.
3632
</Note>
3733

3834
## How it works

0 commit comments

Comments
 (0)