প্রতিবেদনের প্রতিক্রিয়ায় দৃশ্যমান কলামের মাত্রার নাম। "তারিখ রেঞ্জ" সহ একটি তারিখ পরিসীমা কলাম তৈরি করে; প্রতিক্রিয়ার প্রতিটি সারির জন্য, তারিখ পরিসরের কলামের মাত্রার মান অনুরোধ থেকে সংশ্লিষ্ট তারিখ পরিসীমা নির্দেশ করবে।
পিভটে মাত্রাগুলিকে কীভাবে সাজানো হয় তা নির্দিষ্ট করে। প্রথম পিভটে, OrderBys সারি এবং PivotDimensionHeader ক্রম নির্ধারণ করে; পরবর্তী পিভটগুলিতে, OrderBys শুধুমাত্র PivotDimensionHeader ক্রম নির্ধারণ করে। এই OrderBys-এ নির্দিষ্ট করা মাত্রাগুলি অবশ্যই Pivot.field_names-এর একটি উপসেট হতে হবে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-01-06 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["JSON representation describes the structure for defining the layout and data of a report, including visible dimensions and rows."],["It allows specifying dimension names, ordering, data range, row limits, and metric aggregations for the report output."],["`orderBys` field determines the ordering of dimensions within the report, impacting both row and pivot dimension headers."],["`offset` and `limit` fields control the range of rows returned, with `limit` being a required parameter subject to specific constraints."],["`metricAggregations` enables the aggregation of metrics based on dimensions, providing summarized insights within the report."]]],["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"]]