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

Settings to specify the volume of ad opportunities per day over the ForecastAdjustment date range based on the traffic volume of a historical reference period. More...

Properties

bool useParentTrafficForecastSegmentTargeting [get, set]
 Whether the parent traffic forecast segment targeting's or the More...
 
bool useParentTrafficForecastSegmentTargetingSpecified [get, set]
 
Targeting targeting [get, set]
 The targeting criteria to use as the source of the historical volume data. This field is required if More...
 
DateRange historicalDateRange [get, set]
 The date range to use for the historical ad opportunity volume. This attribute is required. More...
 
long multiplierMilliPercent [get, set]
 The multiplier to apply to the historical traffic volume, expressed in thousandths of a percent. For example, to set the forecasted traffic as 130% of the historical traffic, this value would be 130,000. This attribute is required. More...
 
bool multiplierMilliPercentSpecified [get, set]
 

Detailed Description

Settings to specify the volume of ad opportunities per day over the ForecastAdjustment date range based on the traffic volume of a historical reference period.

The daily historical traffic for the provided targeting and date range is fetched, multiplied by the provided multiplier, and used as the daily expected traffic for the adjustment.

The number of days included in the historical date range does not need to be the same as the number of days included in the adjustment date range.

Property Documentation

DateRange Google.Api.Ads.AdManager.v202305.HistoricalBasisVolumeSettings.historicalDateRange
getset

The date range to use for the historical ad opportunity volume. This attribute is required.

long Google.Api.Ads.AdManager.v202305.HistoricalBasisVolumeSettings.multiplierMilliPercent
getset

The multiplier to apply to the historical traffic volume, expressed in thousandths of a percent. For example, to set the forecasted traffic as 130% of the historical traffic, this value would be 130,000. This attribute is required.

bool Google.Api.Ads.AdManager.v202305.HistoricalBasisVolumeSettings.multiplierMilliPercentSpecified
getset

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

Targeting Google.Api.Ads.AdManager.v202305.HistoricalBasisVolumeSettings.targeting
getset

The targeting criteria to use as the source of the historical volume data. This field is required if

is false and ignored otherwise.

bool Google.Api.Ads.AdManager.v202305.HistoricalBasisVolumeSettings.useParentTrafficForecastSegmentTargeting
getset

Whether the parent traffic forecast segment targeting's or the

targeting's historical volume data should be used. This attribute is required.

bool Google.Api.Ads.AdManager.v202305.HistoricalBasisVolumeSettings.useParentTrafficForecastSegmentTargetingSpecified
getset

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


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