Chapter 5.5.4 - Exclusion Config

Exclusion Config

The ExclusionConfig object allows the user to specify one or more bundles associated with a client profile. For more information, see Exclusion File:

Key Value
CountryIso [string] Country for exclusion
Use the Country ISO code
  • Max length: 3 bytes
State [string] State for exclusion
Use the State abbreviation
  • Max length: 2 bytes

Example

"Exclusions": [
{
"CountryIso": "USA",
"State": "NC"
}