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

Provides methods for the creation and management of creative wrappers. CreativeWrappers allow HTML snippets to be served along with creatives. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202305.CreativeWrapperService:
Google.Api.Ads.AdManager.v202305.ICreativeWrapperService Google.Api.Ads.AdManager.v202305.CreativeWrapperServiceInterface

Public Member Functions

 CreativeWrapperService ()
 Creates a new instance of the CreativeWrapperService class. More...
 
 CreativeWrapperService (string endpointConfigurationName)
 Creates a new instance of the CreativeWrapperService class. More...
 
 CreativeWrapperService (string endpointConfigurationName, string remoteAddress)
 Creates a new instance of the CreativeWrapperService class. More...
 
 CreativeWrapperService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the CreativeWrapperService class. More...
 
 CreativeWrapperService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the CreativeWrapperService class. More...
 
virtual
Google.Api.Ads.AdManager.v202305.CreativeWrapper[] 
createCreativeWrappers (Google.Api.Ads.AdManager.v202305.CreativeWrapper[] creativeWrappers)
 Creates a new More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.CreativeWrapper[]> 
createCreativeWrappersAsync (Google.Api.Ads.AdManager.v202305.CreativeWrapper[] creativeWrappers)
 
virtual
Google.Api.Ads.AdManager.v202305.CreativeWrapperPage 
getCreativeWrappersByStatement (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 Gets a CreativeWrapperPage of CreativeWrapper 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.CreativeWrapperPage
getCreativeWrappersByStatementAsync (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202305.UpdateResult 
performCreativeWrapperAction (Google.Api.Ads.AdManager.v202305.CreativeWrapperAction creativeWrapperAction, Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 Performs actions on CreativeWrapper objects that match the given Statement::query. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.UpdateResult
performCreativeWrapperActionAsync (Google.Api.Ads.AdManager.v202305.CreativeWrapperAction creativeWrapperAction, Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202305.CreativeWrapper[] 
updateCreativeWrappers (Google.Api.Ads.AdManager.v202305.CreativeWrapper[] creativeWrappers)
 Updates the specified More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.CreativeWrapper[]> 
updateCreativeWrappersAsync (Google.Api.Ads.AdManager.v202305.CreativeWrapper[] creativeWrappers)
 

Detailed Description

Provides methods for the creation and management of creative wrappers. CreativeWrappers allow HTML snippets to be served along with creatives.

Creative wrappers must be associated with a LabelType::CREATIVE_WRAPPER label and applied to ad units by AdUnit::appliedLabels.

Constructor & Destructor Documentation

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

Creates a new instance of the CreativeWrapperService class.

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

Creates a new instance of the CreativeWrapperService class.

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

Creates a new instance of the CreativeWrapperService class.

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

Creates a new instance of the CreativeWrapperService class.

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

Creates a new instance of the CreativeWrapperService class.

Member Function Documentation

virtual Google.Api.Ads.AdManager.v202305.CreativeWrapper [] Google.Api.Ads.AdManager.v202305.CreativeWrapperService.createCreativeWrappers ( Google.Api.Ads.AdManager.v202305.CreativeWrapper[]  creativeWrappers)
inlinevirtual
virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.CreativeWrapper[]> Google.Api.Ads.AdManager.v202305.CreativeWrapperService.createCreativeWrappersAsync ( Google.Api.Ads.AdManager.v202305.CreativeWrapper[]  creativeWrappers)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.CreativeWrapperPage Google.Api.Ads.AdManager.v202305.CreativeWrapperService.getCreativeWrappersByStatement ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual

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

PQL Property Object Property
id CreativeWrapper::id
labelId CreativeWrapper::labelId
status CreativeWrapper::status
ordering CreativeWrapper::ordering

Implements Google.Api.Ads.AdManager.v202305.CreativeWrapperServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.CreativeWrapperPage> Google.Api.Ads.AdManager.v202305.CreativeWrapperService.getCreativeWrappersByStatementAsync ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.UpdateResult Google.Api.Ads.AdManager.v202305.CreativeWrapperService.performCreativeWrapperAction ( Google.Api.Ads.AdManager.v202305.CreativeWrapperAction  creativeWrapperAction,
Google.Api.Ads.AdManager.v202305.Statement  filterStatement 
)
inlinevirtual

Performs actions on CreativeWrapper objects that match the given Statement::query.

Implements Google.Api.Ads.AdManager.v202305.CreativeWrapperServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.UpdateResult> Google.Api.Ads.AdManager.v202305.CreativeWrapperService.performCreativeWrapperActionAsync ( Google.Api.Ads.AdManager.v202305.CreativeWrapperAction  creativeWrapperAction,
Google.Api.Ads.AdManager.v202305.Statement  filterStatement 
)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.CreativeWrapper [] Google.Api.Ads.AdManager.v202305.CreativeWrapperService.updateCreativeWrappers ( Google.Api.Ads.AdManager.v202305.CreativeWrapper[]  creativeWrappers)
inlinevirtual
virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.CreativeWrapper[]> Google.Api.Ads.AdManager.v202305.CreativeWrapperService.updateCreativeWrappersAsync ( Google.Api.Ads.AdManager.v202305.CreativeWrapper[]  creativeWrappers)
inlinevirtual

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