La data di inizio inclusiva della query nel formato YYYY-MM-DD. Non può essere successiva al giorno endDate. Sono accettati anche i formati NdaysAgo, yesterday o today e, in questo caso, la data viene dedotta in base al fuso orario dei report della proprietà.
endDate
string
La data di fine inclusiva della query nel formato YYYY-MM-DD. Non può essere antecedente al giorno startDate. Sono accettati anche i formati NdaysAgo, yesterday o today e, in questo caso, la data viene dedotta in base al fuso orario dei report della proprietà.
name
string
Assegna un nome a questo intervallo di date. La dimensione dateRange viene assegnata a questo nome in una risposta del report. Se impostato, non può iniziare con date_range_ o RESERVED_. Se non impostato, gli intervalli di date vengono denominati in base al relativo indice a partire da zero nella richiesta: date_range_0, date_range_1 e così via.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-11-22 UTC."],[[["Defines a contiguous set of days using `startDate` and `endDate` for querying data within a specific timeframe."],["Allows requests for up to 4 date ranges, providing flexibility in data retrieval."],["Uses a JSON representation with fields for `startDate`, `endDate`, and an optional `name` for the date range."],["Accepts date formats in `YYYY-MM-DD` or relative formats like `NdaysAgo`, `yesterday`, or `today`."],["Enables assigning custom names to date ranges or uses default naming based on their index in the request."]]],["The core content describes defining date ranges for queries. Each date range is specified by a `startDate` and `endDate` in `YYYY-MM-DD` format or using relative terms like `NdaysAgo`, `yesterday`, or `today`. A `name` can be assigned to each range, which will be used in the response; otherwise, ranges are indexed. Up to four date ranges can be requested. The `startDate` cannot be after `endDate`, and the `name` cannot begin with `date_range_` or `RESERVED_`.\n"]]