Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.ICreativeWrapperService Interface 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.ICreativeWrapperService:
Google.Api.Ads.AdManager.v202305.CreativeWrapperServiceInterface Google.Api.Ads.AdManager.v202305.CreativeWrapperService

Public Member Functions

Google.Api.Ads.AdManager.v202305.CreativeWrapper[] createCreativeWrappers (Google.Api.Ads.AdManager.v202305.CreativeWrapper[] creativeWrappers)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.CreativeWrapper[]> 
createCreativeWrappersAsync (Google.Api.Ads.AdManager.v202305.CreativeWrapper[] creativeWrappers)
 
Google.Api.Ads.AdManager.v202305.CreativeWrapper[] updateCreativeWrappers (Google.Api.Ads.AdManager.v202305.CreativeWrapper[] creativeWrappers)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.CreativeWrapper[]> 
updateCreativeWrappersAsync (Google.Api.Ads.AdManager.v202305.CreativeWrapper[] creativeWrappers)
 
- Public Member Functions inherited from Google.Api.Ads.AdManager.v202305.CreativeWrapperServiceInterface
Wrappers.CreativeWrapperService.createCreativeWrappersResponse createCreativeWrappers (Wrappers.CreativeWrapperService.createCreativeWrappersRequest request)
 
System.Threading.Tasks.Task
< Wrappers.CreativeWrapperService.createCreativeWrappersResponse
createCreativeWrappersAsync (Wrappers.CreativeWrapperService.createCreativeWrappersRequest request)
 
Google.Api.Ads.AdManager.v202305.CreativeWrapperPage getCreativeWrappersByStatement (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.CreativeWrapperPage
getCreativeWrappersByStatementAsync (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
Google.Api.Ads.AdManager.v202305.UpdateResult performCreativeWrapperAction (Google.Api.Ads.AdManager.v202305.CreativeWrapperAction creativeWrapperAction, Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
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)
 
Wrappers.CreativeWrapperService.updateCreativeWrappersResponse updateCreativeWrappers (Wrappers.CreativeWrapperService.updateCreativeWrappersRequest request)
 
System.Threading.Tasks.Task
< Wrappers.CreativeWrapperService.updateCreativeWrappersResponse
updateCreativeWrappersAsync (Wrappers.CreativeWrapperService.updateCreativeWrappersRequest request)
 

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.

Member Function Documentation

Google.Api.Ads.AdManager.v202305.CreativeWrapper [] Google.Api.Ads.AdManager.v202305.ICreativeWrapperService.createCreativeWrappers ( Google.Api.Ads.AdManager.v202305.CreativeWrapper[]  creativeWrappers)
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.CreativeWrapper[]> Google.Api.Ads.AdManager.v202305.ICreativeWrapperService.createCreativeWrappersAsync ( Google.Api.Ads.AdManager.v202305.CreativeWrapper[]  creativeWrappers)
Google.Api.Ads.AdManager.v202305.CreativeWrapper [] Google.Api.Ads.AdManager.v202305.ICreativeWrapperService.updateCreativeWrappers ( Google.Api.Ads.AdManager.v202305.CreativeWrapper[]  creativeWrappers)
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.CreativeWrapper[]> Google.Api.Ads.AdManager.v202305.ICreativeWrapperService.updateCreativeWrappersAsync ( Google.Api.Ads.AdManager.v202305.CreativeWrapper[]  creativeWrappers)

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