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

SendRfpRequest

import type { SendRfpRequest } from "https://googleapis.deno.dev/v1/authorizedbuyersmarketplace:v1.ts";

Request to send an RFP. All fields in this request are proposed to publisher and subject to changes by publisher during later negotiation.

interface SendRfpRequest {
buyerContacts?: Contact[];
client?: string;
displayName?: string;
estimatedGrossSpend?: Money;
flightEndTime?: Date;
flightStartTime?: Date;
geoTargeting?: CriteriaTargeting;
inventorySizeTargeting?: InventorySizeTargeting;
note?: string;
preferredDealTerms?: PreferredDealTerms;
programmaticGuaranteedTerms?: ProgrammaticGuaranteedTerms;
publisherProfile?: string;
}

§Properties

§
buyerContacts?: Contact[]
[src]

Contact information for the buyer.

§
client?: string
[src]

If the current buyer is sending the RFP on behalf of its client, use this field to specify the name of the client in the format: buyers/{accountId}/clients/{clientAccountid}.

§
displayName?: string
[src]

Required. The display name of the proposal being created by this RFP.

§
estimatedGrossSpend?: Money
[src]

Specified by buyers in request for proposal (RFP) to notify publisher the total estimated spend for the proposal. Publishers will receive this information and send back proposed deals accordingly.

§
flightEndTime?: Date
[src]

Required. Proposed flight end time of the RFP. A timestamp in RFC3339 UTC "Zulu" format. Note that the specified value will be truncated to a granularity of one second.

§
flightStartTime?: Date
[src]

Required. Proposed flight start time of the RFP. A timestamp in RFC3339 UTC "Zulu" format. Note that the specified value will be truncated to a granularity of one second.

§
geoTargeting?: CriteriaTargeting
[src]

Geo criteria IDs to be targeted. Refer to Geo tables.

§
inventorySizeTargeting?: InventorySizeTargeting
[src]

Inventory sizes to be targeted.

§
note?: string
[src]

A message that is sent to the publisher. Maximum length is 1024 characters.

§
preferredDealTerms?: PreferredDealTerms
[src]

The terms for preferred deals.

§
programmaticGuaranteedTerms?: ProgrammaticGuaranteedTerms
[src]

The terms for programmatic guaranteed deals.

§
publisherProfile?: string
[src]

Required. The profile of the publisher who will receive this RFP in the format: buyers/{accountId}/publisherProfiles/{publisherProfileId}.