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

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

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

Public Member Functions

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

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