v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13276592.6 KB
buyers

Sends a request for proposal (RFP) to a publisher to initiate the negotiation regarding certain inventory. In the RFP, buyers can specify the deal type, deal terms, start and end dates, targeting, and a message to the publisher. Once the RFP is sent, a proposal in SELLER_REVIEW_REQUESTED state will be created and returned in the response. The publisher may review your request and respond with detailed deals in the proposal.

post/v1/{+buyer}/proposals:sendRfp

Path parameters

buyerstring required

Required. The current buyer who is sending the RFP in the format: buyers/{accountId}.

Request body

notestring

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

displayNamestring

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

flightStartTimestring google-datetime

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.

clientstring

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}.

flightEndTimestring google-datetime

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.

publisherProfilestring

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

Response

Successful response