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

Contains forecasted and historical traffic volume data describing a segment of traffic. More...

Properties

TimeSeries historicalTimeSeries [get, set]
 Time series of historical traffic ad opportunity counts. More...
 
TimeSeries forecastedTimeSeries [get, set]
 Time series of forecasted traffic ad opportunity counts. More...
 
TimeSeries forecastedAssignedTimeSeries [get, set]
 Time series of future traffic volumes forecasted to be sold. More...
 
DateRange overallDateRange [get, set]
 The overall date range spanned by the union of all time series in the response. More...
 

Detailed Description

Contains forecasted and historical traffic volume data describing a segment of traffic.

Property Documentation

TimeSeries Google.Api.Ads.AdManager.v202308.TrafficDataResponse.forecastedAssignedTimeSeries
getset

Time series of future traffic volumes forecasted to be sold.

This may be null if the requested date range did not contain any future dates, or if no sell-through data are available for the requested traffic segment. This attribute is read-only.

TimeSeries Google.Api.Ads.AdManager.v202308.TrafficDataResponse.forecastedTimeSeries
getset

Time series of forecasted traffic ad opportunity counts.

This may be null if the requested date range did not contain any future dates, or if no forecasted data are available for the requested traffic segment. This attribute is read-only.

TimeSeries Google.Api.Ads.AdManager.v202308.TrafficDataResponse.historicalTimeSeries
getset

Time series of historical traffic ad opportunity counts.

This may be null if the requested date range did not contain any historical dates, or if no historical data are available for the requested traffic segment. This attribute is read-only.

DateRange Google.Api.Ads.AdManager.v202308.TrafficDataResponse.overallDateRange
getset

The overall date range spanned by the union of all time series in the response.

This is a summary field for convenience. The value will be set such that the start date is equal to the earliest start date of all time series included, and the end date is equal to the latest end date of all time series included.

If all time series fields are null, this field will also be null. This attribute is read-only.


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