enum ForecastAdjustmentVolumeType (v202411)

  • ForecastAdjustmentVolumeType defines how volume settings are specified for a ForecastAdjustment.

  • It offers three options: DAILY_VOLUME, TOTAL_VOLUME, and HISTORICAL_BASIS_VOLUME, alongside an UNKNOWN value for unexposed API versions.

  • These options determine whether volume is set daily, as a total count, or based on historical data.

Options for how the volume settings of a ForecastAdjustment are defined.


Namespace
https://www.google.com/apis/ads/publisher/v202411
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.