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

Provides methods for creating, updating and retrieving ContentBundle objects. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202405.IContentBundleService:
Google.Api.Ads.AdManager.v202405.ContentBundleServiceInterface Google.Api.Ads.AdManager.v202405.ContentBundleService

Public Member Functions

Google.Api.Ads.AdManager.v202405.ContentBundle[] createContentBundles (Google.Api.Ads.AdManager.v202405.ContentBundle[] contentBundles)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202405.ContentBundle[]> 
createContentBundlesAsync (Google.Api.Ads.AdManager.v202405.ContentBundle[] contentBundles)
 
Google.Api.Ads.AdManager.v202405.ContentBundle[] updateContentBundles (Google.Api.Ads.AdManager.v202405.ContentBundle[] contentBundles)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202405.ContentBundle[]> 
updateContentBundlesAsync (Google.Api.Ads.AdManager.v202405.ContentBundle[] contentBundles)
 
- Public Member Functions inherited from Google.Api.Ads.AdManager.v202405.ContentBundleServiceInterface
Wrappers.ContentBundleService.createContentBundlesResponse createContentBundles (Wrappers.ContentBundleService.createContentBundlesRequest request)
 
System.Threading.Tasks.Task
< Wrappers.ContentBundleService.createContentBundlesResponse
createContentBundlesAsync (Wrappers.ContentBundleService.createContentBundlesRequest request)
 
Google.Api.Ads.AdManager.v202405.ContentBundlePage getContentBundlesByStatement (Google.Api.Ads.AdManager.v202405.Statement filterStatement)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202405.ContentBundlePage
getContentBundlesByStatementAsync (Google.Api.Ads.AdManager.v202405.Statement filterStatement)
 
Google.Api.Ads.AdManager.v202405.UpdateResult performContentBundleAction (Google.Api.Ads.AdManager.v202405.ContentBundleAction contentBundleAction, Google.Api.Ads.AdManager.v202405.Statement filterStatement)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202405.UpdateResult
performContentBundleActionAsync (Google.Api.Ads.AdManager.v202405.ContentBundleAction contentBundleAction, Google.Api.Ads.AdManager.v202405.Statement filterStatement)
 
Wrappers.ContentBundleService.updateContentBundlesResponse updateContentBundles (Wrappers.ContentBundleService.updateContentBundlesRequest request)
 
System.Threading.Tasks.Task
< Wrappers.ContentBundleService.updateContentBundlesResponse
updateContentBundlesAsync (Wrappers.ContentBundleService.updateContentBundlesRequest request)
 

Detailed Description

Provides methods for creating, updating and retrieving ContentBundle objects.

A ContentBundle is a grouping of Content that match filter rules as well as taking into account explicitly included or excluded Content.

Member Function Documentation

Google.Api.Ads.AdManager.v202405.ContentBundle [] Google.Api.Ads.AdManager.v202405.IContentBundleService.createContentBundles ( Google.Api.Ads.AdManager.v202405.ContentBundle[]  contentBundles)
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202405.ContentBundle[]> Google.Api.Ads.AdManager.v202405.IContentBundleService.createContentBundlesAsync ( Google.Api.Ads.AdManager.v202405.ContentBundle[]  contentBundles)
Google.Api.Ads.AdManager.v202405.ContentBundle [] Google.Api.Ads.AdManager.v202405.IContentBundleService.updateContentBundles ( Google.Api.Ads.AdManager.v202405.ContentBundle[]  contentBundles)
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202405.ContentBundle[]> Google.Api.Ads.AdManager.v202405.IContentBundleService.updateContentBundlesAsync ( Google.Api.Ads.AdManager.v202405.ContentBundle[]  contentBundles)

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