U.S. National Privacy Section

By default, Sourcepoint will set the respective U.S. State privacy section for each of the following U.S. states that are added to the framework territories of a property's vendor list: California, Colorado, Connecticut, Utah, and Virginia. The U.S. National Privacy section will be set for all other U.S. states added to the framework territories of a property's vendor list.

ValueDescription
Section ID7The US National Section is registered as Section ID 7 under the GPP.
API prefixusnat/usnatv1🚧 Please note there is currently a discrepancy between the documented client side API prefix for the U.S. National Privacy section in the GPP specification (usnat) and how it is implemented via the GPP stub file (usnatv1). In order to ensure your commands execute successfully, the articles in this section will utilize the API prefix usnatv1 until the discrepancy is remedied.

Section encoding

The table below details the various fields of the U.S. National Privacy section.

FieldData TypeDescription
VersionIntegerThe version of the U.S. National Privacy Section used to encode the string.
SharingNoticeIntegerNotice of the Sharing of the Consumer's Personal Data with Third Parties.

0 Not applicable.
1 Yes, notice was provided.
2 No, notice was not provided.
SaleOptOutNoticeIntegerNotice of the Opportunity to Opt Out of the Sales of the Consumer's Personal Data.

0 Not applicable.
1 Yes, notice was provided.
2 No, notice was not provided.
SharingOptOutNoticeIntegerNotice of the Opportunity to Opt Out of the Sharing of the Consumer's Personal Data.

0 Not applicable.
1 Yes, notice was provided.
2 No, notice was not provided.
TargetedAdvertisingOptOutNoticeIntegerNotice of the Opportunity to Opt Out of Processing of the Consumer’s Personal Data for Targeted Advertising.

0 Not applicable.
1 Yes, notice was provided.
2 No, notice was not provided.
SensitiveDataProcessingOptOutNoticeIntegerNotice of the Opportunity to Opt Out of the Processing of the Consumer’s Sensitive Data.

0 Not applicable.
1 Yes, notice was provided.
2 No, notice was not provided.
SensitiveDataLimitUseNoticeIntegerNotice of the Opportunity to Limit Use or Disclosure of the Consumer’s Sensitive Data.

0 Not applicable.
1 Yes, notice was provided.
2 No, notice was not provided.
SaleOptOutIntegerOpt-Out of the Sale of the Consumer’s Personal Data

0 Not applicable.
1 Opted Out
2 Did Not Opt Out
SharingOptOutIntegerOpt-Out of the Sharing of the Consumer’s Personal Data.

0 Not applicable.
1 Opted Out
2 Did Not Opt Out
TargetedAdvertisingOptOutIntegerOpt-Out of Processing the Consumer’s Personal Data for Targeted Advertising.

0 Not applicable.
1 Opted Out
2 Did Not Opt Out
SensitiveDataProcessingArrayConsents for each data activity (12) in the sensitive data category.

0 Not applicable.
1 No Consent
2 Consent

1. Consent to Process the Consumer’s Sensitive Data Consisting of Personal Data Revealing Racial or Ethnic Origin.

2. Consent to Process the Consumer’s Sensitive Data Consisting of Personal Data Revealing Religious or Philosophical Beliefs.

3. Consent to Process the Consumer’s Sensitive Data Consisting of Personal Data Concerning a Consumer’s Health (including a Mental or Physical Health Condition or Diagnosis; Medical History; or Medical Treatment or Diagnosis by a Health Care Professional).

4. Consent to Process the Consumer’s Sensitive Data Consisting of Personal Data Revealing Sex Life or Sexual Orientation.

5. Consent to Process the Consumer’s Sensitive Data Consisting of Personal Data Revealing Citizenship or Immigration Status.

6. Consent to Process the Consumer’s Sensitive Data Consisting of Genetic Data for the Purpose of Uniquely Identifying an Individual / Natural Person.

7. Consent to Process the Consumer’s Sensitive Data Consisting of Biometric Data for the Purpose of Uniquely Identifying an Individual / Natural Person.

8. Consent to Process the Consumer’s Sensitive Data Consisting of Precise Geolocation Data.

9. Consent to Process the Consumer’s Sensitive Data Consisting of a Consumer’s Social Security, Driver’s License, State Identification Card, or Passport Number.

10. Consent to Process the Consumer’s Sensitive Data Consisting of a Consumer’s Account Log-In, Financial Account, Debit Card, or Credit Card Number in Combination with Any Required Security or Access Code, Password, or Credentials Allowing Access to an Account.

11. Consent to Process the Consumer’s Sensitive Data Consisting of Union Membership.

12. Consent to Process the Consumer’s Sensitive Data Consisting of the contents of a Consumer’s Mail, Email, and Text Messages unless You Are the Intended Recipient of the Communication.
KnownChildSensitiveDataConsentsArrayConsents for each data activity (2) in the processing of personal or sensitive data of consumer who is a known child category.

0 Not applicable.
1 No Consent
2 Consent

1. Consent to Process the Consumer’s Personal Data or Sensitive Data for Consumers from Age 13 to 16.

2. Consent to Process the Consumer’s Personal Data or Sensitive Data for Consumers Younger Than 13 Years of Age.
PersonalDataConsentsIntegerConsent to Collection, Use, Retention, Sale, and/or Sharing of the Consumer’s Personal Data that Is Unrelated to or Incompatible with the Purpose(s) for which the Consumer’s Personal Data Was Collected or Processed.

0 Not applicable.
1 No Consent
2 Consent
MspaCoveredTransactionIntegerPublisher or Advertiser, as applicable, is a signatory to the IAB Multi-state Service Provider Agreement (MSPA), as may be amended from time to time, and declares that the transaction is a “Covered Transaction” as defined in the MSPA.

1 Yes
2 No
MspaOptOutOptionModeIntegerPublisher or Advertiser, as applicable, has enabled “Opt-Out Option Mode” for the “Covered Transaction,” as such terms are defined in the MSPA.

0 Not applicable.
1 Yes
2 No
MspaServiceProviderModeIntegerPublisher or Advertiser, as applicable, has enabled “Service Provider Mode” for the “Covered Transaction,” as such terms are defined in the MSPA.

0 Not applicable.
1 Yes
2 No
GpcBooleanIs Global Privacy Control enabled for the vendor list and detected on the end-user's browser?
GpcSegmentTypeIntegerPossible values: 0 = Core | 1 = GPC
{
  "Gpc": false,
  "GpcSegmentType": 1,
  "KnownChildSensitiveDataConsents": [
    0,
    0
  ],
  "MspaCoveredTransactions": 2,
  "MspaOptOutOptionMode": 0,
  "MspaServiceProviderMode": 0,
  "PersonalDataConsents": 0,
  "SaleOptOut": 2,
  "SaleOptOutNotice": 1,
  "SensitiveDataLimitUseNotice": 0,
  "SensitiveDataProcessing": [
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0
  ],
  "SensitiveDataProcessingOptOutNotice": 0,
  "SharingNotice": 1,
  "SharingOptOut": 2,
  "SharingOptOutNotice": 1,
  "TargetedAdvertisingOptOut": 2,
  "TargetedAdvertisingOptOutNotice": 1,
  "Version": 1
}