RegulationResponse.ResponseValue
The advertiser’s answer to the regulatory disclosure question.
Declaration
string RegulationResponse.ResponseValuePossible Values
AGENTThe advertiser is an agent, as defined under the Sapin Law regulation.
NOT_AGENTThe advertiser is not an agent, as defined under the Sapin Law regulation.
FRENCH_BUSINESSThe advertiser is a French business, as defined under the Sapin Law regulation.
NOT_FRENCH_BUSINESSThe advertiser is not a French business, as defined under the Sapin Law regulation.
TRUEA generic affirmative response.
FALSEA generic negative response.
NOT_ANSWEREDNo response has been provided yet.
Discussion
Which values apply depends on the paired regulationType: Sapin Law questions expect AGENT/NOT_AGENT or FRENCH_BUSINESS/NOT_FRENCH_BUSINESS, while other regulation types may use the generic TRUE/FALSE.
Example
{
"regulationType": "CAMPAIGN_SAPIN_LAW",
"responseValue": "AGENT"
}See RegulationResponseValue for additional context.