type TimeSeries (v202411)
Represents a chronological sequence of daily values.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field
|
timeSeriesDateRange
|
DateRange
The date range of the time series.
|
values
|
xsd:long[]
The daily values constituting the time series.
The number of time series values must equal the number of days
spanned by the time series date range, inclusive. E.g.:
timeSeriesDateRange of
2001-08-15 to 2001-08-17 should contain one value for the 15th, one
value for the 16th, and one value for the 17th.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["TimeSeries represents a sequence of daily values within a specific date range."],["It includes a `timeSeriesDateRange` field specifying the start and end dates."],["The `values` field contains an array of daily values corresponding to each date in the range."],["The number of values in the `values` field must match the number of days in the `timeSeriesDateRange`."]]],["The `TimeSeries` component within the `ForecastService` represents daily values arranged chronologically. Key fields include `timeSeriesDateRange`, which defines the period of the data, and `values`, an array of daily `long` values. The number of values in the array must match the number of days within the specified `timeSeriesDateRange`, with each value corresponding to a specific day in the sequence. This component's namespace is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]