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

An entity that defines a segment of traffic that will be adjusted or explored. More...

Properties

long id [get, set]
 The unique ID of the TrafficForecastSegment. This field is read-only and set by Google. This attribute is read-only. More...
 
bool idSpecified [get, set]
 
string name [get, set]
 Name of the TrafficForecastSegment. This field must be unique among all segments for this network. This attribute is required. More...
 
Targeting targeting [get, set]
 The targeting that defines a segment of traffic. Targeting cannot be changed after segment creation. This attribute is required. More...
 
int activeForecastAdjustmentCount [get, set]
 The number of active forecast adjustments associated with the TrafficForecastSegment. This attribute is read-only. More...
 
bool activeForecastAdjustmentCountSpecified [get, set]
 
DateTime creationDateTime [get, set]
 The date and time that the TrafficForecastSegment was created. This attribute is read-only. More...
 

Detailed Description

An entity that defines a segment of traffic that will be adjusted or explored.

Property Documentation

int Google.Api.Ads.AdManager.v202311.TrafficForecastSegment.activeForecastAdjustmentCount
getset

The number of active forecast adjustments associated with the TrafficForecastSegment. This attribute is read-only.

bool Google.Api.Ads.AdManager.v202311.TrafficForecastSegment.activeForecastAdjustmentCountSpecified
getset

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

DateTime Google.Api.Ads.AdManager.v202311.TrafficForecastSegment.creationDateTime
getset

The date and time that the TrafficForecastSegment was created. This attribute is read-only.

long Google.Api.Ads.AdManager.v202311.TrafficForecastSegment.id
getset

The unique ID of the TrafficForecastSegment. This field is read-only and set by Google. This attribute is read-only.

bool Google.Api.Ads.AdManager.v202311.TrafficForecastSegment.idSpecified
getset

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

string Google.Api.Ads.AdManager.v202311.TrafficForecastSegment.name
getset

Name of the TrafficForecastSegment. This field must be unique among all segments for this network. This attribute is required.

Targeting Google.Api.Ads.AdManager.v202311.TrafficForecastSegment.targeting
getset

The targeting that defines a segment of traffic. Targeting cannot be changed after segment creation. This attribute is required.


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