containsEuPoliticalAds property

String? containsEuPoliticalAds
getter/setter pair

Whether this advertiser contains line items that serve European Union political ads.

If this field is set to DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING, then the following will happen: * Any new line items created under this advertiser will be assigned DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING if not otherwise specified. * Any existing line items under this advertiser that do not have a set value be updated to DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING within a day.

Optional. Possible string values are:

  • "EU_POLITICAL_ADVERTISING_STATUS_UNKNOWN" : Unknown.
  • "CONTAINS_EU_POLITICAL_ADVERTISING" : Contains EU political advertising.
  • "DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING" : Does not contain EU political advertising.

Implementation

core.String? containsEuPoliticalAds;