Contents

RegulationResponseCreate.ResponseValue

The advertiser’s answer to the regulatory disclosure question.

Declaration

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

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.