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

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

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

Public Member Functions

Google.Api.Ads.AdManager.v202305.Creative[] createCreatives (Google.Api.Ads.AdManager.v202305.Creative[] creatives)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.Creative[]> 
createCreativesAsync (Google.Api.Ads.AdManager.v202305.Creative[] creatives)
 
Google.Api.Ads.AdManager.v202305.Creative[] updateCreatives (Google.Api.Ads.AdManager.v202305.Creative[] creatives)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.Creative[]> 
updateCreativesAsync (Google.Api.Ads.AdManager.v202305.Creative[] creatives)
 
- Public Member Functions inherited from Google.Api.Ads.AdManager.v202305.CreativeServiceInterface
Wrappers.CreativeService.createCreativesResponse createCreatives (Wrappers.CreativeService.createCreativesRequest request)
 
System.Threading.Tasks.Task
< Wrappers.CreativeService.createCreativesResponse
createCreativesAsync (Wrappers.CreativeService.createCreativesRequest request)
 
Google.Api.Ads.AdManager.v202305.CreativePage getCreativesByStatement (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.CreativePage
getCreativesByStatementAsync (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
Google.Api.Ads.AdManager.v202305.UpdateResult performCreativeAction (Google.Api.Ads.AdManager.v202305.CreativeAction creativeAction, Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
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)
 
Wrappers.CreativeService.updateCreativesResponse updateCreatives (Wrappers.CreativeService.updateCreativesRequest request)
 
System.Threading.Tasks.Task
< Wrappers.CreativeService.updateCreativesResponse
updateCreativesAsync (Wrappers.CreativeService.updateCreativesRequest request)
 

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.

Member Function Documentation

Google.Api.Ads.AdManager.v202305.Creative [] Google.Api.Ads.AdManager.v202305.ICreativeService.createCreatives ( Google.Api.Ads.AdManager.v202305.Creative[]  creatives)
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.Creative[]> Google.Api.Ads.AdManager.v202305.ICreativeService.createCreativesAsync ( Google.Api.Ads.AdManager.v202305.Creative[]  creatives)
Google.Api.Ads.AdManager.v202305.Creative [] Google.Api.Ads.AdManager.v202305.ICreativeService.updateCreatives ( Google.Api.Ads.AdManager.v202305.Creative[]  creatives)
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.Creative[]> Google.Api.Ads.AdManager.v202305.ICreativeService.updateCreativesAsync ( Google.Api.Ads.AdManager.v202305.Creative[]  creatives)

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