Namespace qualifiers
When specifying a namespace
value in the Privacy Service API, a namespace qualifier must be included in a corresponding type
parameter. The following table outlines the different accepted namespace qualifiers.
Qualifier | Definition |
---|---|
standard | One of the standard namespaces defined globally, not tied to an individual organization data set (for example, email, phone number, etc.). Namespace ID is provided. |
custom | A unique namespace created in the context of an organization, not shared across the Experience Cloud. The value represents the friendly name (“name” field) to be searched for. Namespace ID is provided. |
integrationCode | Integration code - similar to “custom”, but specifically defined as the integration code of a datasource to be searched for. Namespace ID is provided. |
namespaceId | Indicates the value is the actual ID of the namespace that was created or mapped through the namespace service. |
unregistered | A freeform string that is not defined in the namespace service and is taken “as is”. Any application that handles these kinds of namespaces checks against them and handle if appropriate for the company context and data set. No namespace ID is provided. |
analytics | A custom namespace that is mapped internally in Analytics, not in the namespace service. This is passed in directly as specified by the original request, without a namespace ID |
target | A custom namespace understood internally by Target, not in the namespace service. This is passed in directly as specified by the original request, without a namespace ID |