Resource: AvailabilityLine
An availability line represents a set of settings for which the buyer requests inventory availability and the response from the seller. For workflow see AvailabilityOrder
.
JSON representation |
---|
{ "name": string, "product": string, "startDate": { object ( |
Fields | |
---|---|
name |
Output only. The resource name of the availability line in the format: |
product |
Output only. The name of the |
startDate |
Output only. The start date of when the availability is requested (inclusive). Same time zone as the ad unit. |
endDate |
Output only. The end date of when the availability is requested (inclusive). Same time zone as the ad unit. |
budget |
Output only. The budget of the availability line. |
targeting |
Output only. The targeting for which the availability is requested. |
availabilityLineTerms |
Output only. Seller can use the [Complete][google.ads.xbid.outofhome.v1.OrderManagementService.CompleteAvailabilityLine] to update [LineTerms]. |
state |
Output only. The state of this availability order. See Seller can use the [Complete][google.ads.xbid.outofhome.v1.OrderManagementService.CompleteAvailabilityLine] or [Reject][google.ads.xbid.outofhome.v1.OrderManagementService.RejectAvailabilityLine] custom methods to set to one of:
respectively. |
rejection |
Rejection details for the availability line. |
createTime |
Output only. Creation timestamp for the availability line. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Last updated timestamp for the availability line. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
State
Possible values for availability line state.
Enums | |
---|---|
STATE_UNSPECIFIED |
The default value when availability line state has not been specified or is unknown in this version. |
STATE_PENDING |
Pending availability when the buyer provided the availability request settings. |
STATE_COMPLETED |
Completed state when the seller provided the availability response. |
STATE_REJECTED |
Rejection state when the availability line has been disapproved by the seller. Disapproval details must be provided. |
STATE_CANCELLED |
Cancelled state when buyer cancel the order before seller complete or reject availability response. |
Methods |
|
---|---|
|
Marks an existing availability line as complete. |
|
Retrieves an individual line for an availability order. |
|
Lists lines for an availability order. |
|
Marks an existing availability line as rejected. |