containsEuPoliticalAds property
Whether this line item will serve European Union political ads.
If contains_eu_political_ads has been set to
DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING in the parent advertiser, then
this field will be assigned DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING if
not otherwise specified. This field can then be updated using the UI, API,
or Structured Data Files. This field must be assigned when creating a new
line item. Otherwise, the advertisers.lineItems.create request will
fail.
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;