---
title: RegulationResponseCreate.RegulationType
framework: Apple Ads Platform API
role: symbol
role_heading: Type
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/regulationresponsecreate/regulationtype-data.typealias
---

# RegulationResponseCreate.RegulationType

The category of regulatory disclosure being answered.

## Declaration

```data
string RegulationResponseCreate.RegulationType
```

## Possible Values

CAC: Disclosure required under CAC regulation, at the campaign level. CAMPAIGN_SAPIN_LAW: Disclosure required under Sapin Law regulation, at the campaign level. ORG_SAPIN_LAW: Disclosure required under Sapin Law regulation, at the organization level.

## Discussion

Discussion Choosing this value at creation fixes which responseValue options are valid for the response. Example {   "regulationType": "CAMPAIGN_SAPIN_LAW",   "responseValue": "AGENT" }
