enum ForecastAdjustmentVolumeType (v202502)
Stay organized with collections
Save and categorize content based on your preferences.
Service
AdjustmentService
Options for how the volume settings of a ForecastAdjustment are defined.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
Enumeration |
Description |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version.
|
DAILY_VOLUME
|
Volume is defined by a series of daily ad opportunity counts.
|
TOTAL_VOLUME
|
Volume is defined by a single total ad opportunity count.
|
HISTORICAL_BASIS_VOLUME
|
Volume is defined by historical volume data.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[],["The `ForecastAdjustmentVolumeType` defines how volume settings for a `ForecastAdjustment` are specified. Possible types are `UNKNOWN` (value not exposed), `DAILY_VOLUME` (daily ad opportunity counts), `TOTAL_VOLUME` (single total ad opportunity count), and `HISTORICAL_BASIS_VOLUME` (volume based on historical data). This service, `AdjustmentService`, depends on the ability to forecast adjustment through a given enum. The namespace for this API is provided as well.\n"],null,["# enum ForecastAdjustmentVolumeType (v202502)\n\n**Service** \n**AdjustmentService** **Dependencies** \n[ForecastAdjustment](/ad-manager/api/reference/v202502/AdjustmentService.ForecastAdjustment) \n▼\n**ForecastAdjustmentVolumeType**\n\nOptions for how the volume settings of a [ForecastAdjustment](/ad-manager/api/reference/v202502/AdjustmentService.ForecastAdjustment) are defined.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Enumeration | Description |\n|---------------------------|-------------------------------------------------------------------------------------|\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |\n| `DAILY_VOLUME` | Volume is defined by a series of daily ad opportunity counts. |\n| `TOTAL_VOLUME` | Volume is defined by a single total ad opportunity count. |\n| `HISTORICAL_BASIS_VOLUME` | Volume is defined by historical volume data. |"]]