Ads API .NET library
|
Provides methods for creating, updating and retrieving Order objects. More...
Provides methods for creating, updating and retrieving Order objects.
An order is a grouping of LineItem objects. Line items have a many-to-one relationship with orders, meaning each line item can belong to only one order, but orders can have multiple line items. An order can be used to manage the line items it contains.
|
inline |
Creates a new instance of the OrderService class.
|
inline |
Creates a new instance of the OrderService class.
|
inline |
Creates a new instance of the OrderService class.
|
inline |
Creates a new instance of the OrderService class.
|
inline |
Creates a new instance of the OrderService class.
|
inlinevirtual |
Creates new Order objects.
orders | the orders to create |
Implements Google.Api.Ads.AdManager.v202208.IOrderService.
|
inlinevirtual |
Implements Google.Api.Ads.AdManager.v202208.IOrderService.
|
inlinevirtual |
Gets an OrderPage of Order objects that satisfy the given Statement::query. The following fields are supported for filtering:
PQL Property | Object Property |
---|---|
advertiserId | Order::advertiserId |
endDateTime | Order::endDateTime |
id | Order::id |
name | Order::name |
salespersonId | Order::salespersonId |
startDateTime | Order::startDateTime |
status | Order::status |
traffickerId | Order::traffickerId |
lastModifiedDateTime | Order::lastModifiedDateTime |
filterStatement | a Publisher Query Language statement used to filter a set of orders |
Implements Google.Api.Ads.AdManager.v202208.OrderServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Performs actions on Order objects that match the given Statement::query.
orderAction | the action to perform |
filterStatement | a Publisher Query Language statement used to filter a set of orders |
Implements Google.Api.Ads.AdManager.v202208.OrderServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Updates the specified Order objects.
orders | the orders to update |
Implements Google.Api.Ads.AdManager.v202208.IOrderService.
|
inlinevirtual |
Implements Google.Api.Ads.AdManager.v202208.IOrderService.