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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-20 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` array must match the total number of days within the `timeSeriesDateRange`."]]],["The core content defines the `TimeSeries` object within the `ForecastService`. It represents a chronological sequence of daily values. Key information includes: `timeSeriesDateRange`, a `DateRange` specifying the period, and `values`, an array of long integers representing daily values. The number of `values` must match the number of days within `timeSeriesDateRange`. The namespace for the content is `https://www.google.com/apis/ads/publisher/v202408`.\n"]]