Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.CreativeService Class Reference

Provides methods for adding, updating and retrieving Creative objects. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202305.CreativeService:
Google.Api.Ads.AdManager.v202305.ICreativeService Google.Api.Ads.AdManager.v202305.CreativeServiceInterface

Public Member Functions

 CreativeService ()
 Creates a new instance of the CreativeService class. More...
 
 CreativeService (string endpointConfigurationName)
 Creates a new instance of the CreativeService class. More...
 
 CreativeService (string endpointConfigurationName, string remoteAddress)
 Creates a new instance of the CreativeService class. More...
 
 CreativeService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the CreativeService class. More...
 
 CreativeService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the CreativeService class. More...
 
virtual
Google.Api.Ads.AdManager.v202305.Creative[] 
createCreatives (Google.Api.Ads.AdManager.v202305.Creative[] creatives)
 Creates new Creative objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.Creative[]> 
createCreativesAsync (Google.Api.Ads.AdManager.v202305.Creative[] creatives)
 
virtual
Google.Api.Ads.AdManager.v202305.CreativePage 
getCreativesByStatement (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 Gets a CreativePage of Creative objects that satisfy the given Statement::query. The following fields are supported for filtering: More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.CreativePage
getCreativesByStatementAsync (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202305.UpdateResult 
performCreativeAction (Google.Api.Ads.AdManager.v202305.CreativeAction creativeAction, Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 Performs action on Creative objects that match the given Statement::query. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.UpdateResult
performCreativeActionAsync (Google.Api.Ads.AdManager.v202305.CreativeAction creativeAction, Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202305.Creative[] 
updateCreatives (Google.Api.Ads.AdManager.v202305.Creative[] creatives)
 Updates the specified Creative objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.Creative[]> 
updateCreativesAsync (Google.Api.Ads.AdManager.v202305.Creative[] creatives)
 

Detailed Description

Provides methods for adding, updating and retrieving Creative objects.

For a creative to run, it must be associated with a LineItem managed by the LineItemCreativeAssociationService.

Read more about creatives on the Ad Manager Help Center.

Constructor & Destructor Documentation

Google.Api.Ads.AdManager.v202305.CreativeService.CreativeService ( )
inline

Creates a new instance of the CreativeService class.

Google.Api.Ads.AdManager.v202305.CreativeService.CreativeService ( string  endpointConfigurationName)
inline

Creates a new instance of the CreativeService class.

Google.Api.Ads.AdManager.v202305.CreativeService.CreativeService ( string  endpointConfigurationName,
string  remoteAddress 
)
inline

Creates a new instance of the CreativeService class.

Google.Api.Ads.AdManager.v202305.CreativeService.CreativeService ( string  endpointConfigurationName,
System.ServiceModel.EndpointAddress  remoteAddress 
)
inline

Creates a new instance of the CreativeService class.

Google.Api.Ads.AdManager.v202305.CreativeService.CreativeService ( System.ServiceModel.Channels.Binding  binding,
System.ServiceModel.EndpointAddress  remoteAddress 
)
inline

Creates a new instance of the CreativeService class.

Member Function Documentation

virtual Google.Api.Ads.AdManager.v202305.Creative [] Google.Api.Ads.AdManager.v202305.CreativeService.createCreatives ( Google.Api.Ads.AdManager.v202305.Creative[]  creatives)
inlinevirtual
virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.Creative[]> Google.Api.Ads.AdManager.v202305.CreativeService.createCreativesAsync ( Google.Api.Ads.AdManager.v202305.Creative[]  creatives)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.CreativePage Google.Api.Ads.AdManager.v202305.CreativeService.getCreativesByStatement ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual

Gets a CreativePage of Creative objects that satisfy the given Statement::query. The following fields are supported for filtering:

PQL Property Object Property
id Creative::id
name Creative::name
advertiserId Creative::advertiserId
width Creative::size
height Creative::size
lastModifiedDateTime Creative::lastModifiedDateTime

Implements Google.Api.Ads.AdManager.v202305.CreativeServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.CreativePage> Google.Api.Ads.AdManager.v202305.CreativeService.getCreativesByStatementAsync ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.UpdateResult Google.Api.Ads.AdManager.v202305.CreativeService.performCreativeAction ( Google.Api.Ads.AdManager.v202305.CreativeAction  creativeAction,
Google.Api.Ads.AdManager.v202305.Statement  filterStatement 
)
inlinevirtual

Performs action on Creative objects that match the given Statement::query.

Implements Google.Api.Ads.AdManager.v202305.CreativeServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.UpdateResult> Google.Api.Ads.AdManager.v202305.CreativeService.performCreativeActionAsync ( Google.Api.Ads.AdManager.v202305.CreativeAction  creativeAction,
Google.Api.Ads.AdManager.v202305.Statement  filterStatement 
)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.Creative [] Google.Api.Ads.AdManager.v202305.CreativeService.updateCreatives ( Google.Api.Ads.AdManager.v202305.Creative[]  creatives)
inlinevirtual

Updates the specified Creative objects.

Implements Google.Api.Ads.AdManager.v202305.ICreativeService.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.Creative[]> Google.Api.Ads.AdManager.v202305.CreativeService.updateCreativesAsync ( Google.Api.Ads.AdManager.v202305.Creative[]  creatives)
inlinevirtual

The documentation for this class was generated from the following file: