Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InventoryItem

import type { InventoryItem } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Represents a buy from the Planning inventory store.

interface InventoryItem {
accountId?: bigint;
adSlots?: AdSlot[];
advertiserId?: bigint;
contentCategoryId?: bigint;
estimatedClickThroughRate?: bigint;
estimatedConversionRate?: bigint;
id?: bigint;
inPlan?: boolean;
kind?: string;
lastModifiedInfo?: LastModifiedInfo;
name?: string;
negotiationChannelId?: bigint;
orderId?: bigint;
placementStrategyId?: bigint;
pricing?: Pricing;
projectId?: bigint;
rfpId?: bigint;
siteId?: bigint;
subaccountId?: bigint;
type?: "PLANNING_PLACEMENT_TYPE_REGULAR" | "PLANNING_PLACEMENT_TYPE_CREDIT";
}

§Properties

§
accountId?: bigint
[src]

Account ID of this inventory item.

§
adSlots?: AdSlot[]
[src]

Ad slots of this inventory item. If this inventory item represents a standalone placement, there will be exactly one ad slot. If this inventory item represents a placement group, there will be more than one ad slot, each representing one child placement in that placement group.

§
advertiserId?: bigint
[src]

Advertiser ID of this inventory item.

§
contentCategoryId?: bigint
[src]

Content category ID of this inventory item.

§
estimatedClickThroughRate?: bigint
[src]

Estimated click-through rate of this inventory item.

§
estimatedConversionRate?: bigint
[src]

Estimated conversion rate of this inventory item.

§
id?: bigint
[src]

ID of this inventory item.

§
inPlan?: boolean
[src]

Whether this inventory item is in plan.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#inventoryItem".

§
lastModifiedInfo?: LastModifiedInfo
[src]

Information about the most recent modification of this inventory item.

§
name?: string
[src]

Name of this inventory item. For standalone inventory items, this is the same name as that of its only ad slot. For group inventory items, this can differ from the name of any of its ad slots.

§
negotiationChannelId?: bigint
[src]

Negotiation channel ID of this inventory item.

§
orderId?: bigint
[src]

Order ID of this inventory item.

§
placementStrategyId?: bigint
[src]

Placement strategy ID of this inventory item.

§
pricing?: Pricing
[src]

Pricing of this inventory item.

§
projectId?: bigint
[src]

Project ID of this inventory item.

§
rfpId?: bigint
[src]

RFP ID of this inventory item.

§
siteId?: bigint
[src]

ID of the site this inventory item is associated with.

§
subaccountId?: bigint
[src]

Subaccount ID of this inventory item.

§
type?: "PLANNING_PLACEMENT_TYPE_REGULAR" | "PLANNING_PLACEMENT_TYPE_CREDIT"
[src]

Type of inventory item.