RegulationResponseUpdate.ResponseValue
The advertiser’s answer to the regulatory disclosure question.
Declaration
string RegulationResponseUpdate.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
Updating this value only makes sense when the campaign’s regulationType still requires the disclosure it answers.
Example
{
"regulationType": "CAMPAIGN_SAPIN_LAW",
"responseValue": "AGENT"
}See RegulationResponseValue for additional context.