[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eForecastAdjustmentVolumeType\u003c/code\u003e defines how volume settings are determined for a \u003ccode\u003eForecastAdjustment\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eOptions include specifying daily counts (\u003ccode\u003eDAILY_VOLUME\u003c/code\u003e), a total count (\u003ccode\u003eTOTAL_VOLUME\u003c/code\u003e), or using historical data (\u003ccode\u003eHISTORICAL_BASIS_VOLUME\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eAn \u003ccode\u003eUNKNOWN\u003c/code\u003e value may be returned if the API version doesn't expose the actual value.\u003c/p\u003e\n"]]],["The `ForecastAdjustmentVolumeType` defines how volume settings are specified for a `ForecastAdjustment`. There are four options: `UNKNOWN` (for unspecified values), `DAILY_VOLUME` (using daily ad opportunity counts), `TOTAL_VOLUME` (using a single total ad opportunity count), and `HISTORICAL_BASIS_VOLUME` (based on historical data). These options are part of the `AdjustmentService` within the API namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# enum ForecastAdjustmentVolumeType (v202408)\n\n**Service** \n**AdjustmentService** **Dependencies** \n[ForecastAdjustment](/ad-manager/api/reference/v202408/AdjustmentService.ForecastAdjustment) \n▼\n**ForecastAdjustmentVolumeType**\n\nOptions for how the volume settings of a [ForecastAdjustment](/ad-manager/api/reference/v202408/AdjustmentService.ForecastAdjustment) are defined.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\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. |"]]