Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202508.YieldGroupService Class Reference

Provides methods for the management of YieldGroup objects. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202508.YieldGroupService:
Google.Api.Ads.AdManager.v202508.IYieldGroupService Google.Api.Ads.AdManager.v202508.YieldGroupServiceInterface

Public Member Functions

 YieldGroupService ()
 Creates a new instance of the YieldGroupService class. More...
 
 YieldGroupService (string endpointConfigurationName)
 Creates a new instance of the YieldGroupService class. More...
 
 YieldGroupService (string endpointConfigurationName, string remoteAddress)
 Creates a new instance of the YieldGroupService class. More...
 
 YieldGroupService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the YieldGroupService class. More...
 
 YieldGroupService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the YieldGroupService class. More...
 
virtual
Google.Api.Ads.AdManager.v202508.YieldGroup[] 
createYieldGroups (Google.Api.Ads.AdManager.v202508.YieldGroup[] yieldGroups)
 Creates yield groups in bulk. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202508.YieldGroup[]> 
createYieldGroupsAsync (Google.Api.Ads.AdManager.v202508.YieldGroup[] yieldGroups)
 
virtual
Google.Api.Ads.AdManager.v202508.YieldGroupPage 
getYieldGroupsByStatement (Google.Api.Ads.AdManager.v202508.Statement statement)
 Gets a page of yield groups, with child tags, filtered by the given statement. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202508.YieldGroupPage
getYieldGroupsByStatementAsync (Google.Api.Ads.AdManager.v202508.Statement statement)
 
virtual
Google.Api.Ads.AdManager.v202508.YieldPartner[] 
getYieldPartners ()
 Returns the available partners for yield groups, each one of them is backed by a company. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202508.YieldPartner[]> 
getYieldPartnersAsync ()
 
virtual
Google.Api.Ads.AdManager.v202508.YieldGroup[] 
updateYieldGroups (Google.Api.Ads.AdManager.v202508.YieldGroup[] yieldGroups)
 Updates a list of yield groups. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202508.YieldGroup[]> 
updateYieldGroupsAsync (Google.Api.Ads.AdManager.v202508.YieldGroup[] yieldGroups)
 

Detailed Description

Provides methods for the management of YieldGroup objects.

Yield Groups are used to configure mediation and open bidding.

Constructor & Destructor Documentation

Google.Api.Ads.AdManager.v202508.YieldGroupService.YieldGroupService ( )
inline

Creates a new instance of the YieldGroupService class.

Google.Api.Ads.AdManager.v202508.YieldGroupService.YieldGroupService ( string  endpointConfigurationName)
inline

Creates a new instance of the YieldGroupService class.

Google.Api.Ads.AdManager.v202508.YieldGroupService.YieldGroupService ( string  endpointConfigurationName,
string  remoteAddress 
)
inline

Creates a new instance of the YieldGroupService class.

Google.Api.Ads.AdManager.v202508.YieldGroupService.YieldGroupService ( string  endpointConfigurationName,
System.ServiceModel.EndpointAddress  remoteAddress 
)
inline

Creates a new instance of the YieldGroupService class.

Google.Api.Ads.AdManager.v202508.YieldGroupService.YieldGroupService ( System.ServiceModel.Channels.Binding  binding,
System.ServiceModel.EndpointAddress  remoteAddress 
)
inline

Creates a new instance of the YieldGroupService class.

Member Function Documentation

virtual Google.Api.Ads.AdManager.v202508.YieldGroup [] Google.Api.Ads.AdManager.v202508.YieldGroupService.createYieldGroups ( Google.Api.Ads.AdManager.v202508.YieldGroup[]  yieldGroups)
inlinevirtual

Creates yield groups in bulk.

Implements Google.Api.Ads.AdManager.v202508.IYieldGroupService.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202508.YieldGroup[]> Google.Api.Ads.AdManager.v202508.YieldGroupService.createYieldGroupsAsync ( Google.Api.Ads.AdManager.v202508.YieldGroup[]  yieldGroups)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202508.YieldGroupPage Google.Api.Ads.AdManager.v202508.YieldGroupService.getYieldGroupsByStatement ( Google.Api.Ads.AdManager.v202508.Statement  statement)
inlinevirtual

Gets a page of yield groups, with child tags, filtered by the given statement.

Implements Google.Api.Ads.AdManager.v202508.YieldGroupServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202508.YieldGroupPage> Google.Api.Ads.AdManager.v202508.YieldGroupService.getYieldGroupsByStatementAsync ( Google.Api.Ads.AdManager.v202508.Statement  statement)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202508.YieldPartner [] Google.Api.Ads.AdManager.v202508.YieldGroupService.getYieldPartners ( )
inlinevirtual

Returns the available partners for yield groups, each one of them is backed by a company.

Implements Google.Api.Ads.AdManager.v202508.IYieldGroupService.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202508.YieldPartner[]> Google.Api.Ads.AdManager.v202508.YieldGroupService.getYieldPartnersAsync ( )
inlinevirtual
virtual Google.Api.Ads.AdManager.v202508.YieldGroup [] Google.Api.Ads.AdManager.v202508.YieldGroupService.updateYieldGroups ( Google.Api.Ads.AdManager.v202508.YieldGroup[]  yieldGroups)
inlinevirtual

Updates a list of yield groups.

Implements Google.Api.Ads.AdManager.v202508.IYieldGroupService.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202508.YieldGroup[]> Google.Api.Ads.AdManager.v202508.YieldGroupService.updateYieldGroupsAsync ( Google.Api.Ads.AdManager.v202508.YieldGroup[]  yieldGroups)
inlinevirtual

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