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

# RegulationResponseCreate.ResponseValue

The advertiser’s answer to the regulatory disclosure question.

## Declaration

```data
string RegulationResponseCreate.ResponseValue
```

## Possible Values

AGENT: The advertiser is an agent, as defined under the Sapin Law regulation. NOT_AGENT: The advertiser is not an agent, as defined under the Sapin Law regulation. FRENCH_BUSINESS: The advertiser is a French business, as defined under the Sapin Law regulation. NOT_FRENCH_BUSINESS: The advertiser is not a French business, as defined under the Sapin Law regulation. TRUE: A generic affirmative response. FALSE: A generic negative response. NOT_ANSWERED: No response has been provided yet.

## Discussion

Discussion Set this alongside regulationType when creating the response, since the valid options depend on which disclosure category you’re answering. Example {   "regulationType": "CAMPAIGN_SAPIN_LAW",   "responseValue": "AGENT" } See RegulationResponseValue for additional context.
