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

Provides methods for creating, updating, and retrieving ForecastAdjustments and TrafficForecastSegments. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202305.AdjustmentService:
Google.Api.Ads.AdManager.v202305.IAdjustmentService Google.Api.Ads.AdManager.v202305.AdjustmentServiceInterface

Public Member Functions

 AdjustmentService ()
 Creates a new instance of the AdjustmentService class. More...
 
 AdjustmentService (string endpointConfigurationName)
 Creates a new instance of the AdjustmentService class. More...
 
 AdjustmentService (string endpointConfigurationName, string remoteAddress)
 Creates a new instance of the AdjustmentService class. More...
 
 AdjustmentService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the AdjustmentService class. More...
 
 AdjustmentService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the AdjustmentService class. More...
 
virtual
Google.Api.Ads.AdManager.v202305.ForecastAdjustment 
calculateDailyAdOpportunityCounts (Google.Api.Ads.AdManager.v202305.ForecastAdjustment forecastAdjustment)
 Takes a prospective forecast adjustment and calculates the daily ad opportunity counts corresponding to its provided volume settings. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.ForecastAdjustment
calculateDailyAdOpportunityCountsAsync (Google.Api.Ads.AdManager.v202305.ForecastAdjustment forecastAdjustment)
 
virtual
Google.Api.Ads.AdManager.v202305.ForecastAdjustment[] 
createForecastAdjustments (Google.Api.Ads.AdManager.v202305.ForecastAdjustment[] forecastAdjustments)
 Creates new ForecastAdjustment objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.ForecastAdjustment[]> 
createForecastAdjustmentsAsync (Google.Api.Ads.AdManager.v202305.ForecastAdjustment[] forecastAdjustments)
 
virtual
Google.Api.Ads.AdManager.v202305.TrafficForecastSegment[] 
createTrafficForecastSegments (Google.Api.Ads.AdManager.v202305.TrafficForecastSegment[] trafficForecastSegments)
 Creates new TrafficForecastSegment objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.TrafficForecastSegment[]> 
createTrafficForecastSegmentsAsync (Google.Api.Ads.AdManager.v202305.TrafficForecastSegment[] trafficForecastSegments)
 
virtual
Google.Api.Ads.AdManager.v202305.ForecastAdjustmentPage 
getForecastAdjustmentsByStatement (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 Gets a ForecastAdjustmentPage of ForecastAdjustment objects that satisfy the given Statement::query. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.ForecastAdjustmentPage
getForecastAdjustmentsByStatementAsync (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202305.TrafficForecastSegmentPage 
getTrafficForecastSegmentsByStatement (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 Gets a TrafficForecastSegmentPage of TrafficForecastSegment objects that satisfy the given Statement::query. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.TrafficForecastSegmentPage
getTrafficForecastSegmentsByStatementAsync (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202305.UpdateResult 
performForecastAdjustmentAction (Google.Api.Ads.AdManager.v202305.ForecastAdjustmentAction forecastAdjustmentAction, Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 Performs actions on ForecastAdjustment objects that match the given Statement::query. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.UpdateResult
performForecastAdjustmentActionAsync (Google.Api.Ads.AdManager.v202305.ForecastAdjustmentAction forecastAdjustmentAction, Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202305.ForecastAdjustment[] 
updateForecastAdjustments (Google.Api.Ads.AdManager.v202305.ForecastAdjustment[] forecastAdjustments)
 Updates the specified ForecastAdjustment objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.ForecastAdjustment[]> 
updateForecastAdjustmentsAsync (Google.Api.Ads.AdManager.v202305.ForecastAdjustment[] forecastAdjustments)
 
virtual
Google.Api.Ads.AdManager.v202305.TrafficForecastSegment[] 
updateTrafficForecastSegments (Google.Api.Ads.AdManager.v202305.TrafficForecastSegment[] trafficForecastSegments)
 Updates the specified TrafficForecastSegment objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.TrafficForecastSegment[]> 
updateTrafficForecastSegmentsAsync (Google.Api.Ads.AdManager.v202305.TrafficForecastSegment[] trafficForecastSegments)
 

Detailed Description

Provides methods for creating, updating, and retrieving ForecastAdjustments and TrafficForecastSegments.

Forecast adjustments allow editing the volume and traffic composition of forecasted inventory. Traffic forecast segments divide forecasted inventory into segments to which forecast adjustments can be applied.

Constructor & Destructor Documentation

Google.Api.Ads.AdManager.v202305.AdjustmentService.AdjustmentService ( )
inline

Creates a new instance of the AdjustmentService class.

Google.Api.Ads.AdManager.v202305.AdjustmentService.AdjustmentService ( string  endpointConfigurationName)
inline

Creates a new instance of the AdjustmentService class.

Google.Api.Ads.AdManager.v202305.AdjustmentService.AdjustmentService ( string  endpointConfigurationName,
string  remoteAddress 
)
inline

Creates a new instance of the AdjustmentService class.

Google.Api.Ads.AdManager.v202305.AdjustmentService.AdjustmentService ( string  endpointConfigurationName,
System.ServiceModel.EndpointAddress  remoteAddress 
)
inline

Creates a new instance of the AdjustmentService class.

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

Creates a new instance of the AdjustmentService class.

Member Function Documentation

virtual Google.Api.Ads.AdManager.v202305.ForecastAdjustment Google.Api.Ads.AdManager.v202305.AdjustmentService.calculateDailyAdOpportunityCounts ( Google.Api.Ads.AdManager.v202305.ForecastAdjustment  forecastAdjustment)
inlinevirtual

Takes a prospective forecast adjustment and calculates the daily ad opportunity counts corresponding to its provided volume settings.

Implements Google.Api.Ads.AdManager.v202305.AdjustmentServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.ForecastAdjustment> Google.Api.Ads.AdManager.v202305.AdjustmentService.calculateDailyAdOpportunityCountsAsync ( Google.Api.Ads.AdManager.v202305.ForecastAdjustment  forecastAdjustment)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.ForecastAdjustment [] Google.Api.Ads.AdManager.v202305.AdjustmentService.createForecastAdjustments ( Google.Api.Ads.AdManager.v202305.ForecastAdjustment[]  forecastAdjustments)
inlinevirtual
virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.ForecastAdjustment[]> Google.Api.Ads.AdManager.v202305.AdjustmentService.createForecastAdjustmentsAsync ( Google.Api.Ads.AdManager.v202305.ForecastAdjustment[]  forecastAdjustments)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.TrafficForecastSegment [] Google.Api.Ads.AdManager.v202305.AdjustmentService.createTrafficForecastSegments ( Google.Api.Ads.AdManager.v202305.TrafficForecastSegment[]  trafficForecastSegments)
inlinevirtual
virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.TrafficForecastSegment[]> Google.Api.Ads.AdManager.v202305.AdjustmentService.createTrafficForecastSegmentsAsync ( Google.Api.Ads.AdManager.v202305.TrafficForecastSegment[]  trafficForecastSegments)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.ForecastAdjustmentPage Google.Api.Ads.AdManager.v202305.AdjustmentService.getForecastAdjustmentsByStatement ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual

Gets a ForecastAdjustmentPage of ForecastAdjustment objects that satisfy the given Statement::query.

The following fields are supported for filtering:

PQL Property Object Property
id ForecastAdjustment::id
trafficForecastSegmentId ForecastAdjustment::trafficForecastSegmentId
name ForecastAdjustment::name
startDate ForecastAdjustment::startDate
endDate ForecastAdjustment::endDate
status ForecastAdjustment::status

Implements Google.Api.Ads.AdManager.v202305.AdjustmentServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.ForecastAdjustmentPage> Google.Api.Ads.AdManager.v202305.AdjustmentService.getForecastAdjustmentsByStatementAsync ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.TrafficForecastSegmentPage Google.Api.Ads.AdManager.v202305.AdjustmentService.getTrafficForecastSegmentsByStatement ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual

Gets a TrafficForecastSegmentPage of TrafficForecastSegment objects that satisfy the given Statement::query.

The following fields are supported for filtering:

PQL Property Object Property
id TrafficForecastSegment::id
name TrafficForecastSegment::name
creationTime TrafficForecastSegment::creationTime

Implements Google.Api.Ads.AdManager.v202305.AdjustmentServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.TrafficForecastSegmentPage> Google.Api.Ads.AdManager.v202305.AdjustmentService.getTrafficForecastSegmentsByStatementAsync ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.UpdateResult Google.Api.Ads.AdManager.v202305.AdjustmentService.performForecastAdjustmentAction ( Google.Api.Ads.AdManager.v202305.ForecastAdjustmentAction  forecastAdjustmentAction,
Google.Api.Ads.AdManager.v202305.Statement  filterStatement 
)
inlinevirtual

Performs actions on ForecastAdjustment objects that match the given Statement::query.

Implements Google.Api.Ads.AdManager.v202305.AdjustmentServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.UpdateResult> Google.Api.Ads.AdManager.v202305.AdjustmentService.performForecastAdjustmentActionAsync ( Google.Api.Ads.AdManager.v202305.ForecastAdjustmentAction  forecastAdjustmentAction,
Google.Api.Ads.AdManager.v202305.Statement  filterStatement 
)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.ForecastAdjustment [] Google.Api.Ads.AdManager.v202305.AdjustmentService.updateForecastAdjustments ( Google.Api.Ads.AdManager.v202305.ForecastAdjustment[]  forecastAdjustments)
inlinevirtual

Updates the specified ForecastAdjustment objects.

Implements Google.Api.Ads.AdManager.v202305.IAdjustmentService.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.ForecastAdjustment[]> Google.Api.Ads.AdManager.v202305.AdjustmentService.updateForecastAdjustmentsAsync ( Google.Api.Ads.AdManager.v202305.ForecastAdjustment[]  forecastAdjustments)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.TrafficForecastSegment [] Google.Api.Ads.AdManager.v202305.AdjustmentService.updateTrafficForecastSegments ( Google.Api.Ads.AdManager.v202305.TrafficForecastSegment[]  trafficForecastSegments)
inlinevirtual
virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.TrafficForecastSegment[]> Google.Api.Ads.AdManager.v202305.AdjustmentService.updateTrafficForecastSegmentsAsync ( Google.Api.Ads.AdManager.v202305.TrafficForecastSegment[]  trafficForecastSegments)
inlinevirtual

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