Ads API .NET library
|
Provides methods for creating, updating and retrieving LineItem objects. More...
Provides methods for creating, updating and retrieving LineItem objects.
Line items define the campaign. For example, line items define:
In short, line items connect all of the elements of an ad campaign.
Line items and creatives can be associated with each other through LineItemCreativeAssociation objects. An ad unit will host a creative through both this association and the LineItem::targeting to it. The delivery of a line item depends on its priority. More information on line item priorities can be found on the Ad Manager Help Center.
Google.Api.Ads.AdManager.v202311.LineItem [] Google.Api.Ads.AdManager.v202311.ILineItemService.createLineItems | ( | Google.Api.Ads.AdManager.v202311.LineItem[] | lineItems | ) |
Implemented in Google.Api.Ads.AdManager.v202311.LineItemService.
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202311.LineItem[]> Google.Api.Ads.AdManager.v202311.ILineItemService.createLineItemsAsync | ( | Google.Api.Ads.AdManager.v202311.LineItem[] | lineItems | ) |
Implemented in Google.Api.Ads.AdManager.v202311.LineItemService.
Google.Api.Ads.AdManager.v202311.LineItem [] Google.Api.Ads.AdManager.v202311.ILineItemService.updateLineItems | ( | Google.Api.Ads.AdManager.v202311.LineItem[] | lineItems | ) |
Implemented in Google.Api.Ads.AdManager.v202311.LineItemService.
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202311.LineItem[]> Google.Api.Ads.AdManager.v202311.ILineItemService.updateLineItemsAsync | ( | Google.Api.Ads.AdManager.v202311.LineItem[] | lineItems | ) |
Implemented in Google.Api.Ads.AdManager.v202311.LineItemService.