Nazwy wymiarów widocznych kolumn w odpowiedzi na raport. Użycie parametru „dateRange” powoduje utworzenie kolumny zakresu dat. W przypadku każdego wiersza w odpowiedzi wartości wymiarów w kolumnie zakresu dat będą wskazywać odpowiadający zakres dat z żądania.
Określa sposób sortowania wymiarów w przestawieniu. W pierwszym wierszu kolumny OrderBys określają kolejność wierszy i kolumny PivotDimensionHeader; w kolejnych wierszach kolumny OrderBys określają tylko kolejność kolumny PivotDimensionHeader. Wymiary określone w tych elementach OrderBy muszą być podzbiorem elementów Pivot.field_names.
Liczba unikalnych kombinacji wartości wymiarów do zwrócenia w tej tabeli przestawnej. Parametr limit jest wymagany. W przypadku pojedynczych żądań z pivotem często występuje limit 10 000.
Iloczyn wartości z kolumny limit dla każdej wartości w kolumnie pivot w tabeli RunPivotReportRequest nie może przekraczać 250 tys. wartości. Na przykład żądanie z 2 wartościami limit:
1000 w każdym z nich nie powiedzie się, ponieważ produkt jest 1,000,000.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["\u003cp\u003eJSON representation describes the structure for defining the layout and data of a report, including visible dimensions and rows.\u003c/p\u003e\n"],["\u003cp\u003eIt allows specifying dimension names, ordering, data range, row limits, and metric aggregations for the report output.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eorderBys\u003c/code\u003e field determines the ordering of dimensions within the report, impacting both row and pivot dimension headers.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eoffset\u003c/code\u003e and \u003ccode\u003elimit\u003c/code\u003e fields control the range of rows returned, with \u003ccode\u003elimit\u003c/code\u003e being a required parameter subject to specific constraints.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003emetricAggregations\u003c/code\u003e enables the aggregation of metrics based on dimensions, providing summarized insights within the report.\u003c/p\u003e\n"]]],["The core content defines the structure for visible report dimensions. `fieldNames` specifies dimension names, including \"dateRange\" for date-specific columns. `orderBys` dictates dimension ordering within pivots. `offset` and `limit` control row selection, with `limit` denoting the number of unique dimension combinations. `metricAggregations` allows for metric aggregation by dimensions. The combined `limit` of all pivots in a request must not exceed 250,000.\n"],null,[]]