Provides information about the expected volume and composition of traffic over a date range for a traffic forecast segment.
More...
|
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...
|
|
Provides information about the expected volume and composition of traffic over a date range for a traffic forecast segment.
long [] Google.Api.Ads.AdManager.v202311.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.