type TrafficDataRequest (v202508)

  • TrafficDataRequest defines a segment of traffic for which traffic data should be returned.

  • It includes targeting to define the segment of traffic and requestedDateRange for the date range of the requested data.

  • Both the targeting and requestedDateRange attributes are required for a TrafficDataRequest.

  • The data returned may not cover the entire requested date range if sufficient data are unavailable.

Defines a segment of traffic for which traffic data should be returned.


Namespace
https://www.google.com/apis/ads/publisher/v202508

Field

targeting

Targeting

The TargetingDto that defines a segment of traffic.

This attribute is required.

requestedDateRange

DateRange

The date range for which traffic data are requested. This range may cover historical dates, future dates, or both.

The data returned are not guaranteed to cover the entire requested date range. If sufficient data are not available to cover the entire requested date range, a response may be returned with a later start date, earlier end date, or both.

This attribute is required.