From f94cccb28b7e900bb04716444baa0ded79cf02ea Mon Sep 17 00:00:00 2001 From: John Piekos Date: Tue, 9 Jun 2026 16:09:49 -0400 Subject: [PATCH] Rename 'Signals API URL' to 'Profiles API URL' Gemini is pointing to wrong labels in the Console --- docs/signals/connection/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/signals/connection/index.md b/docs/signals/connection/index.md index c8aa312fd..d8bc0003b 100644 --- a/docs/signals/connection/index.md +++ b/docs/signals/connection/index.md @@ -60,7 +60,7 @@ To connect to Signals using the Signals SDKs or API, you will need four values. | Value | Description | Where to get it | Format | | --------------- | --------------------------------------- | ---------------------------------------------------------------- | -------------------------------------------------- | -| Signals API URL | The API URL for your Signals deployment | Console > **Signals** > **Overview** | `https://{{123abc}}.signals.snowplowanalytics.com` | +| Profiles API URL | The API URL for your Signals deployment | Console > **Signals** > **Overview** | `https://{{123abc}}.signals.snowplowanalytics.com` | | API key | A Snowplow API key | [Generated by you](/docs/account-management/index.md) in Console | UUID | | API key ID | A Snowplow API key ID | [Generated by you](/docs/account-management/index.md) in Console | UUID | | Organization ID | Your Snowplow organization ID | Console > **Signals** > **Overview** | UUID |