Skip to main content

EUID Credentials

Each EUID participant gets a set of unique credentials. The set of credentials you get is determined by how you are participating in EUID, as shown in the following table.

AudienceCredentialsIntegration
Participants using a server-side endpointBoth of the following:
  • API key, also called a client key
  • Client secret, a value known only to the participant and the EUID service
Any integration using one of these endpoints:
Participants using a client-side implementationBoth of the following:
  • Subscription ID
  • Public key
Integrations using one of these:

If you're using the integration environment as well as the production environment, you'll get a separate set of credentials for each environment.

API Key and Client Secret

If you're using a client-server or server-side implementation (see EUID Client-Server Integration Guide for Prebid.js or Client-Server Integration Guide for JavaScript, the API key and client secret allow you to connect to the Operator Service and call API endpoints. These values identify you to the service.

Here is some information about API keys and client secrets:

  • One EUID participant can have multiple keys.
  • Each key has a set of permissions that determine the endpoints you can use it on.
  • Each key has a corresponding client secret.
  • Most API endpoints require both API key and client secret for authentication. For details, see Authentication and Authorization.
  • If you're using the integration environment as well as the production environment, you'll receive separate API keys for each environment.
  • The client secret is valid for a specific environment. If you're using both the integration and production environments, you'll get a client secret for each environment.

As part of getting your EUID account set up, one or more API keys, each with a corresponding client secret, will be issued to you. For details of who to talk to, see Contact Info.

Security of API Key and Client Secret

Security of keys and client secrets is very important. Follow these guidelines:

  • When you receive your API key and client secret, store them in a secure location.
  • Keep track of all places where these values are stored and used, so that if you need to rotate the key you can do it quickly.
  • Establish a process for replacing the key and secret with new values if the existing ones are compromised.

It's best to refresh your API key and client secret on a regular cadence—for example, yearly—to help reduce the risk of your credentials being compromised.

Subscription ID and Public Key

If you're using a client-side implementation (see EUID Client-Side Integration Guide for Prebid.js or Client-Side Integration Guide for JavaScript), you'll receive the following credentials:

  • Subscription ID: This value identifies your site to the EUID service.
  • Public key: This value is used for encryption.

When you're implementing EUID on the client side, by using the EUID JavaScript SDK or Prebid, provide the values to the SDK or to Prebid as part of configuration.

Notes:

  • Unlike the API key and client secret, the Subscription ID and public key do not have to be kept secure.

  • The values are valid for a specific environment. If you're using both the integration and production environments, you'll get a set of credentials for each environment.

  • Subscription ID and public key credentials can be used only to generate client-side tokens. If you need any additional roles (see API Permissions), request API Key and Client Secret for those roles.

Refreshing Credentials

To request new credentials at any time, ask your EUID contact.