DuplicateLineItemRequest
import type { DuplicateLineItemRequest } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Request message for LineItemService.DuplicateLineItem.
interface DuplicateLineItemRequest {
containsEuPoliticalAds?: "EU_POLITICAL_ADVERTISING_STATUS_UNKNOWN" | "CONTAINS_EU_POLITICAL_ADVERTISING" | "DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING";
targetDisplayName?: string;
}§Properties
§
containsEuPoliticalAds?: "EU_POLITICAL_ADVERTISING_STATUS_UNKNOWN" | "CONTAINS_EU_POLITICAL_ADVERTISING" | "DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING"
[src]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. Warning: Starting September 8, 2025, this
field must be set. If not, either the value
DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING
will be assigned to the line
item if the parent advertiser has declared that it does not serve EU
political ads, or the request will fail.