From 7d1e5323c2ce0d794fc791e182e80f0d42fb9255 Mon Sep 17 00:00:00 2001 From: genwhittTTD Date: Thu, 6 Nov 2025 17:13:50 -0500 Subject: [PATCH] environments, add info re UID2s are different --- docs/getting-started/gs-environments.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started/gs-environments.md b/docs/getting-started/gs-environments.md index 94a76ce5d..b40bc8b67 100644 --- a/docs/getting-started/gs-environments.md +++ b/docs/getting-started/gs-environments.md @@ -33,6 +33,7 @@ Notes: - All UID2 endpoints use the same base URL. - The integration environment and the production environment require different API keys. For information about getting credentials for each environment, see [Getting Your Credentials](../getting-started/gs-credentials.md#getting-your-credentials). - The expiration time of the UID2 token returned by the [POST /token/generate](../endpoints/post-token-generate.md) or [POST /token/refresh](../endpoints/post-token-refresh.md) endpoints is subject to change, but is always significantly shorter in the integration environment than it is in the production environment. +- The integration environment and the production environments produce different UID2 values. You cannot use them interchangeably. Use the integration environment only for testing. When you're ready to go live, generate UID2s for bidstream use. ## Getting Credentials for Each Environment