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