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. This field must be assigned when creating a new
line item. Otherwise, the advertisers.lineItems.create request will
fail.