# Iowa (ICDPA)

The Iowa privacy section will be set in the `gppString` for the end-user if the end-user's country/region/state is included in the region configuration for **Iowa Consumer Data Protection Act** in the GPP consent notice.

{% hint style="info" %}
[Click here](https://www.didomi.io/blog/iowa-data-privacy-law-cdpa) to learn more about the Iowa Consumer Data Protection Act on the Didomi blog.
{% endhint %}

<table><thead><tr><th width="120.199951171875"></th><th width="87.13336181640625">Value</th><th>Description</th></tr></thead><tbody><tr><td>Section ID</td><td>18</td><td>The Iowa privacy section is registered as Section ID 18 under the GPP.</td></tr><tr><td>API prefix</td><td><code>usia</code></td><td>The Iowa privacy section is registered with API prefix <code>usia</code>.</td></tr></tbody></table>

### Section encoding

The table below details the various fields of the Iowa privacy section.

<table><thead><tr><th width="165.93328857421875">Field</th><th width="113.6666259765625">Data Type</th><th>Description</th></tr></thead><tbody><tr><td><code>Version</code></td><td>Integer</td><td>The version of the Iowa privacy section used to encode the string.</td></tr><tr><td><code>ProcessingNotice</code></td><td>Integer</td><td>Notice of the Processing of Personal Data.<br><br><code>0</code> Not applicable.<br><code>1</code> Yes, notice was provided.<br><code>2</code> No, notice was not provided.</td></tr><tr><td><code>SaleOptOutNotice</code></td><td>Integer</td><td>Notice of the Opportunity to Opt Out of the Sale of the Consumer’s Personal Data.<br><br><code>0</code> Not applicable.<br><code>1</code> Yes, notice was provided.<br><code>2</code> No, notice was not provided.</td></tr><tr><td><code>TargetedAdvertisingOptOutNotice</code></td><td>Integer</td><td>Notice of the Opportunity to Opt Out of Processing of the Consumer’s Personal Data for Targeted Advertising.<br><br><code>0</code> Not applicable.<br><code>1</code> Yes, notice was provided.<br><code>2</code> No, notice was not provided.</td></tr><tr><td><code>SensitiveDataOptOutNotice</code></td><td>Integer</td><td>Notice of the Opportunity to Opt Out of the Processing of the Consumer’s Sensitive Data.<br><br><code>0</code> Not applicable.<br><code>1</code> Yes, notice was provided.<br><code>2</code> No, notice was not provided.</td></tr><tr><td><code>SaleOptOut</code></td><td>Integer</td><td>Opt-Out of the Sale of the Consumer’s Personal Data.<br><br><code>0</code> Not applicable.<br><code>1</code> Opted Out<br><code>2</code> Did Not Opt Out</td></tr><tr><td><code>TargetedAdvertisingOptOut</code></td><td>Integer</td><td>Opt-Out of Processing the Consumer’s Personal Data for Targeted Advertising.<br><br><code>0</code> Not applicable.<br><code>1</code> Opted Out<br><code>2</code> Did Not Opt Out</td></tr><tr><td><code>SensitiveDataProcessing</code></td><td>Array</td><td>Consents for each data activity (8) in the sensitive data category.<br><br><code>0</code> Not applicable.<br><code>1</code> Opted Out<br><code>2</code> Did Not Opt Out<br><br><strong>1.</strong> Opt-Out of the Processing of the Consumer’s Sensitive Data Consisting of Personal Data Revealing Racial or Ethnic Origin.<br><br><strong>2.</strong> Opt-Out of the Processing of the Consumer’s Sensitive Data Consisting of Personal Data Revealing Religious Beliefs.<br><br><strong>3.</strong> Opt-Out of the Processing of the Consumer’s Sensitive Data Consisting of Personal Data Revealing a Mental or Physical Health Diagnosis.<br><br><strong>4.</strong> Opt-Out of the Processing of the Consumer’s Sensitive Data Consisting of Personal Data Revealing Sexual Orientation.<br><br><strong>5.</strong> Opt-Out of the Processing of the Consumer’s Sensitive Data Consisting of Personal Data Revealing Citizenship or Citizenship Status.<br><br><strong>6.</strong> Opt-Out of the Processing of the Consumer’s Sensitive Data Consisting of Genetic Data that May Be Processed for the Purpose of Uniquely Identifying an Individual.<br><br><strong>7.</strong> Opt-Out of the Processing of the Consumer’s Sensitive Data Consisting of Biometric Data that May Be Processed for the Purpose of Uniquely Identifying an Individual.<br><br><strong>8.</strong> Opt-Out of the Processing of the Consumer’s Sensitive Data Consisting of Precise Geolocation Data.</td></tr><tr><td><code>KnownChildSensitiveDataConsents</code></td><td>Integer</td><td>Consent to Process Sensitive Data from a Known Child.<br><br><code>0</code> Not applicable.<br><code>1</code> No Consent<br><code>2</code> Consent</td></tr><tr><td><code>MspaCoveredTransaction</code></td><td>Integer</td><td>Publisher 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.<br><br><code>1</code> Yes<br><code>2</code> No</td></tr><tr><td><code>MspaOptOutOptionMode</code></td><td>Integer</td><td>Publisher or Advertiser, as applicable, has enabled “Opt-Out Option Mode” for the “Covered Transaction,” as such terms are defined in the MSPA.<br><br><code>0</code> Not applicable.<br><code>1</code> Yes<br><code>2</code> No</td></tr><tr><td><code>MspaServiceProviderMode</code></td><td>Integer</td><td>Publisher or Advertiser, as applicable, has enabled “Service Provider Mode” for the “Covered Transaction,” as such terms are defined in the MSPA.<br><br><code>0</code> Not applicable.<br><code>1</code> Yes<br><code>2</code> No</td></tr><tr><td><code>Gpc</code></td><td>Boolean</td><td>Is Global Privacy Control enabled for the vendor list and detected on the end-user's browser?</td></tr><tr><td><code>GpcSegmentType</code></td><td>Integer</td><td>Possible values: <code>0</code> = Core | <code>1</code> = GPC</td></tr></tbody></table>

{% tabs %}
{% tab title="Example" %}

```json
{
  "Version": 1,
  "ProcessingNotice": 1,
  "SaleOptOutNotice": 1,
  "TargetedAdvertisingOptOutNotice": 1,
  "SensitiveDataOptOutNotice": 1,
  "SaleOptOut": 2,
  "TargetedAdvertisingOptOut": 2,
  "SensitiveDataProcessing": [0, 0, 0, 0, 0, 0, 0, 0],
  "KnownChildSensitiveDataConsents": 0,
  "MspaCoveredTransaction": 1,
  "MspaOptOutOptionMode": 1,
  "MspaServiceProviderMode": 2,
  "Gpc": false,
  "GpcSegmentType": 0
}
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.didomi.io/consent-management-platform-cmp/frameworks-regulations/iab-global-privacy-protocol-gpp/gpp-string/u.s.-state-privacy-sections/iowa-icdpa.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
