containsEuPoliticalAdvertising property

String? containsEuPoliticalAdvertising
getter/setter pair

Returns the advertiser self-declaration status of whether this customer contains political advertising content targeted towards the European Union.

You can use the Google Ads UI to update this account-level declaration, or use the API to update the self-declaration status of individual campaigns.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "CONTAINS_EU_POLITICAL_ADVERTISING" : The campaign contains political advertising targeted towards the EU. The campaign will be restricted from serving ads in the EU.
  • "DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING" : The campaign does not contain political advertising targeted towards the EU. No additional serving restrictions will apply.

Implementation

core.String? containsEuPoliticalAdvertising;