|
Ads API .NET library
|
Provides methods for the management of YieldGroup objects. More...
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) |
Provides methods for the management of YieldGroup objects.
Yield Groups are used to configure mediation and open bidding.
|
inline |
Creates a new instance of the YieldGroupService class.
|
inline |
Creates a new instance of the YieldGroupService class.
|
inline |
Creates a new instance of the YieldGroupService class.
|
inline |
Creates a new instance of the YieldGroupService class.
|
inline |
Creates a new instance of the YieldGroupService class.
|
inlinevirtual |
Creates yield groups in bulk.
Implements Google.Api.Ads.AdManager.v202508.IYieldGroupService.
|
inlinevirtual |
|
inlinevirtual |
Gets a page of yield groups, with child tags, filtered by the given statement.
Implements Google.Api.Ads.AdManager.v202508.YieldGroupServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Returns the available partners for yield groups, each one of them is backed by a company.
Implements Google.Api.Ads.AdManager.v202508.IYieldGroupService.
|
inlinevirtual |
|
inlinevirtual |
Updates a list of yield groups.
Implements Google.Api.Ads.AdManager.v202508.IYieldGroupService.
|
inlinevirtual |