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

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

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

Public Member Functions

Google.Api.Ads.AdManager.v202402.ContentBundle[] createContentBundles (Google.Api.Ads.AdManager.v202402.ContentBundle[] contentBundles)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202402.ContentBundle[]> 
createContentBundlesAsync (Google.Api.Ads.AdManager.v202402.ContentBundle[] contentBundles)
 
Google.Api.Ads.AdManager.v202402.ContentBundle[] updateContentBundles (Google.Api.Ads.AdManager.v202402.ContentBundle[] contentBundles)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202402.ContentBundle[]> 
updateContentBundlesAsync (Google.Api.Ads.AdManager.v202402.ContentBundle[] contentBundles)
 
- Public Member Functions inherited from Google.Api.Ads.AdManager.v202402.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.v202402.ContentBundlePage getContentBundlesByStatement (Google.Api.Ads.AdManager.v202402.Statement filterStatement)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202402.ContentBundlePage
getContentBundlesByStatementAsync (Google.Api.Ads.AdManager.v202402.Statement filterStatement)
 
Google.Api.Ads.AdManager.v202402.UpdateResult performContentBundleAction (Google.Api.Ads.AdManager.v202402.ContentBundleAction contentBundleAction, Google.Api.Ads.AdManager.v202402.Statement filterStatement)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202402.UpdateResult
performContentBundleActionAsync (Google.Api.Ads.AdManager.v202402.ContentBundleAction contentBundleAction, Google.Api.Ads.AdManager.v202402.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.v202402.ContentBundle [] Google.Api.Ads.AdManager.v202402.IContentBundleService.createContentBundles ( Google.Api.Ads.AdManager.v202402.ContentBundle[]  contentBundles)
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202402.ContentBundle[]> Google.Api.Ads.AdManager.v202402.IContentBundleService.createContentBundlesAsync ( Google.Api.Ads.AdManager.v202402.ContentBundle[]  contentBundles)
Google.Api.Ads.AdManager.v202402.ContentBundle [] Google.Api.Ads.AdManager.v202402.IContentBundleService.updateContentBundles ( Google.Api.Ads.AdManager.v202402.ContentBundle[]  contentBundles)
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202402.ContentBundle[]> Google.Api.Ads.AdManager.v202402.IContentBundleService.updateContentBundlesAsync ( Google.Api.Ads.AdManager.v202402.ContentBundle[]  contentBundles)

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