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

Provides information about the expected volume and composition of traffic over a date range for a traffic forecast segment. More...

Properties

long id [get, set]
 The unique ID of the ForecastAdjustment. This field is read-only. This attribute is read-only. More...
 
bool idSpecified [get, set]
 
long trafficForecastSegmentId [get, set]
 The ID of the parent TrafficForecastSegment. This field is required and immutable after creation. This attribute is required. More...
 
bool trafficForecastSegmentIdSpecified [get, set]
 
string name [get, set]
 Name of the ForecastAdjustment. This attribute is required. More...
 
DateRange dateRange [get, set]
 The start and end date range of the adjustment. This attribute is required. More...
 
ForecastAdjustmentStatus status [get, set]
 The status of the adjustment. Changes to this field should be made via More...
 
bool statusSpecified [get, set]
 
ForecastAdjustmentVolumeType volumeType [get, set]
 The volume type of the adjustment. This attribute is required. More...
 
bool volumeTypeSpecified [get, set]
 
bool allowAdjustingForecastAboveRecommendedLimit [get, set]
 Whether to allow provided volume settings to increase the current forecast by more than 300%. Due to system constraints, adjusting the forecast by more than 300% may have unintended consequences for other parts of the forecast. More...
 
bool allowAdjustingForecastAboveRecommendedLimitSpecified [get, set]
 
long[] dailyVolumeSettings [get, set]
 The daily number of ad opportunities for each day in the adjustment date range. This field is required if More...
 
TotalVolumeSettings totalVolumeSettings [get, set]
 The total number of ad opportunities for the entire adjustment date range. This field is required if More...
 
HistoricalBasisVolumeSettings historicalBasisVolumeSettings [get, set]
 The daily number of ad opportunities for each day in the adjustment date range, determined by reference to the ad opportunity volume of a historical reference period. This field is required if More...
 
long[] calculatedDailyAdOpportunityCounts [get, set]
 The daily number of ad opportunities calculated to satisfy the provided volume settings. Each value in this list represents the calculated ad opportunities on the corresponding day of the adjustment date range. For example: for a More...
 

Detailed Description

Provides information about the expected volume and composition of traffic over a date range for a traffic forecast segment.

Property Documentation

bool Google.Api.Ads.AdManager.v202402.ForecastAdjustment.allowAdjustingForecastAboveRecommendedLimit
getset

Whether to allow provided volume settings to increase the current forecast by more than 300%. Due to system constraints, adjusting the forecast by more than 300% may have unintended consequences for other parts of the forecast.

Note that this field will not persist on the adjustment itself, and will only affect the current request.

bool Google.Api.Ads.AdManager.v202402.ForecastAdjustment.allowAdjustingForecastAboveRecommendedLimitSpecified
getset

true, if a value is specified for allowAdjustingForecastAboveRecommendedLimit, false otherwise.

long [] Google.Api.Ads.AdManager.v202402.ForecastAdjustment.calculatedDailyAdOpportunityCounts
getset

The daily number of ad opportunities calculated to satisfy the provided volume settings. Each value in this list represents the calculated ad opportunities on the corresponding day of the adjustment date range. For example: for a

dateRange of 2001-8-15 to 2001-8-17, this field will contain one value for 2001-8-15, one value for 2001-8-16, and one value for 2001-8-17.

This field is read-only and is populated by Google after forecast adjustment creation or update. This attribute is read-only.

long [] Google.Api.Ads.AdManager.v202402.ForecastAdjustment.dailyVolumeSettings
getset

The daily number of ad opportunities for each day in the adjustment date range. This field is required if

volumeType is and ignored othewise.

DateRange Google.Api.Ads.AdManager.v202402.ForecastAdjustment.dateRange
getset

The start and end date range of the adjustment. This attribute is required.

HistoricalBasisVolumeSettings Google.Api.Ads.AdManager.v202402.ForecastAdjustment.historicalBasisVolumeSettings
getset

The daily number of ad opportunities for each day in the adjustment date range, determined by reference to the ad opportunity volume of a historical reference period. This field is required if

is and ignored othewise.

long Google.Api.Ads.AdManager.v202402.ForecastAdjustment.id
getset

The unique ID of the ForecastAdjustment. This field is read-only. This attribute is read-only.

bool Google.Api.Ads.AdManager.v202402.ForecastAdjustment.idSpecified
getset

true, if a value is specified for id, false otherwise.

string Google.Api.Ads.AdManager.v202402.ForecastAdjustment.name
getset

Name of the ForecastAdjustment. This attribute is required.

ForecastAdjustmentStatus Google.Api.Ads.AdManager.v202402.ForecastAdjustment.status
getset

The status of the adjustment. Changes to this field should be made via

performForecastAdjustmentAction This attribute is read-only.

bool Google.Api.Ads.AdManager.v202402.ForecastAdjustment.statusSpecified
getset

true, if a value is specified for status, false otherwise.

TotalVolumeSettings Google.Api.Ads.AdManager.v202402.ForecastAdjustment.totalVolumeSettings
getset

The total number of ad opportunities for the entire adjustment date range. This field is required if

volumeType is and ignored othewise.

long Google.Api.Ads.AdManager.v202402.ForecastAdjustment.trafficForecastSegmentId
getset

The ID of the parent TrafficForecastSegment. This field is required and immutable after creation. This attribute is required.

bool Google.Api.Ads.AdManager.v202402.ForecastAdjustment.trafficForecastSegmentIdSpecified
getset

true, if a value is specified for trafficForecastSegmentId, false otherwise.

ForecastAdjustmentVolumeType Google.Api.Ads.AdManager.v202402.ForecastAdjustment.volumeType
getset

The volume type of the adjustment. This attribute is required.

bool Google.Api.Ads.AdManager.v202402.ForecastAdjustment.volumeTypeSpecified
getset

true, if a value is specified for volumeType, false otherwise.


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