|
| LineItemCreativeAssociationService () |
| Creates a new instance of the LineItemCreativeAssociationService class. More...
|
|
| LineItemCreativeAssociationService (string endpointConfigurationName) |
| Creates a new instance of the LineItemCreativeAssociationService class. More...
|
|
| LineItemCreativeAssociationService (string endpointConfigurationName, string remoteAddress) |
| Creates a new instance of the LineItemCreativeAssociationService class. More...
|
|
| LineItemCreativeAssociationService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) |
| Creates a new instance of the LineItemCreativeAssociationService class. More...
|
|
| LineItemCreativeAssociationService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) |
| Creates a new instance of the LineItemCreativeAssociationService class. More...
|
|
virtual
Google.Api.Ads.AdManager.v202311.LineItemCreativeAssociation[] | createLineItemCreativeAssociations (Google.Api.Ads.AdManager.v202311.LineItemCreativeAssociation[] lineItemCreativeAssociations) |
| Creates new LineItemCreativeAssociation objects More...
|
|
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202311.LineItemCreativeAssociation[]> | createLineItemCreativeAssociationsAsync (Google.Api.Ads.AdManager.v202311.LineItemCreativeAssociation[] lineItemCreativeAssociations) |
|
virtual
Google.Api.Ads.AdManager.v202311.LineItemCreativeAssociationPage | getLineItemCreativeAssociationsByStatement (Google.Api.Ads.AdManager.v202311.Statement filterStatement) |
| Gets a LineItemCreativeAssociationPage of LineItemCreativeAssociation objects that satisfy the given Statement::query. The following fields are supported for filtering: More...
|
|
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202311.LineItemCreativeAssociationPage > | getLineItemCreativeAssociationsByStatementAsync (Google.Api.Ads.AdManager.v202311.Statement filterStatement) |
|
virtual string | getPreviewUrl (long lineItemId, long creativeId, string siteUrl) |
| Returns an insite preview URL that references the specified site URL with the specified creative from the association served to it. For Creative Set previewing you may specify the master creative Id. More...
|
|
virtual
System.Threading.Tasks.Task
< string > | getPreviewUrlAsync (long lineItemId, long creativeId, string siteUrl) |
|
virtual
Google.Api.Ads.AdManager.v202311.CreativeNativeStylePreview[] | getPreviewUrlsForNativeStyles (long lineItemId, long creativeId, string siteUrl) |
| Returns a list of URLs that reference the specified site URL with the specified creative from the association served to it. For Creative Set previewing you may specify the master creative Id. Each URL corresponds to one available native style for previewing the specified creative. More...
|
|
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202311.CreativeNativeStylePreview[]> | getPreviewUrlsForNativeStylesAsync (long lineItemId, long creativeId, string siteUrl) |
|
virtual
Google.Api.Ads.AdManager.v202311.UpdateResult | performLineItemCreativeAssociationAction (Google.Api.Ads.AdManager.v202311.LineItemCreativeAssociationAction lineItemCreativeAssociationAction, Google.Api.Ads.AdManager.v202311.Statement filterStatement) |
| Performs actions on LineItemCreativeAssociation objects that match the given Statement::query. More...
|
|
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202311.UpdateResult > | performLineItemCreativeAssociationActionAsync (Google.Api.Ads.AdManager.v202311.LineItemCreativeAssociationAction lineItemCreativeAssociationAction, Google.Api.Ads.AdManager.v202311.Statement filterStatement) |
|
virtual
Google.Api.Ads.AdManager.v202311.UpdateResult | pushCreativeToDevices (Google.Api.Ads.AdManager.v202311.Statement filterStatement, Google.Api.Ads.AdManager.v202311.CreativePushOptions options) |
| Pushes a creative to devices that that satisfy the given Statement::query. * More...
|
|
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202311.UpdateResult > | pushCreativeToDevicesAsync (Google.Api.Ads.AdManager.v202311.Statement filterStatement, Google.Api.Ads.AdManager.v202311.CreativePushOptions options) |
|
virtual
Google.Api.Ads.AdManager.v202311.LineItemCreativeAssociation[] | updateLineItemCreativeAssociations (Google.Api.Ads.AdManager.v202311.LineItemCreativeAssociation[] lineItemCreativeAssociations) |
| Updates the specified LineItemCreativeAssociation objects More...
|
|
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202311.LineItemCreativeAssociation[]> | updateLineItemCreativeAssociationsAsync (Google.Api.Ads.AdManager.v202311.LineItemCreativeAssociation[] lineItemCreativeAssociations) |
|
Provides operations for creating, updating and retrieving LineItemCreativeAssociation objects.
A line item creative association (LICA) associates a Creative with a LineItem. When a line item is selected to serve, the LICAs specify which creatives can appear for the ad units that are targeted by the line item. In order to be associated with a line item, the creative must have a size that exists within the attribute LineItem::creativePlaceholders.
Each LICA has a start and end date and time that defines when the creative should be displayed.
To read more about associating creatives with line items, see this Ad Manager Help Center article.