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 2025-08-06 UTC."],[[["\u003cp\u003eTimeSeries represents a sequence of daily values within a specific date range.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a \u003ccode\u003etimeSeriesDateRange\u003c/code\u003e field specifying the start and end dates.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003evalues\u003c/code\u003e field contains an array of daily values corresponding to each date in the range.\u003c/p\u003e\n"],["\u003cp\u003eThe number of values in the \u003ccode\u003evalues\u003c/code\u003e field must match the number of days in the \u003ccode\u003etimeSeriesDateRange\u003c/code\u003e.\u003c/p\u003e\n"]]],["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"],null,["# type TimeSeries (v202411)\n\n**Service** \n**ForecastService** **Dependencies** \n[TrafficDataResponse](/ad-manager/api/reference/v202411/ForecastService.TrafficDataResponse) \n▼\n**TimeSeries**\n\nRepresents a chronological sequence of daily values.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|---------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `timeSeriesDateRange` | ` `[DateRange](/ad-manager/api/reference/v202411/ForecastService.DateRange)` ` The date range of the time series. |\n| ### `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. \u003cbr /\u003e |"]]