প্রশ্নের ফলাফলে মোট সারির সংখ্যা। rowCount উত্তরে প্রত্যাবর্তিত সারির সংখ্যা, limit অনুরোধের পরামিতি এবং offset অনুরোধের পরামিতি থেকে স্বাধীন। উদাহরণস্বরূপ, যদি একটি ক্যোয়ারী 175টি সারি প্রদান করে এবং API অনুরোধে 50 এর limit অন্তর্ভুক্ত করে, প্রতিক্রিয়াটিতে 175টির rowCount থাকবে কিন্তু শুধুমাত্র 50টি সারি থাকবে।
এই পেজিনেশন প্যারামিটার সম্পর্কে আরও জানতে, পেজিনেশন দেখুন।
এই অনুরোধ সহ এই অ্যানালিটিক্স প্রপার্টির কোটার অবস্থা।
kind
string
এই বার্তাটি কী ধরনের সংস্থান তা সনাক্ত করে৷ এই kind সবসময় স্থির স্ট্রিং "analyticsData#runReport"। JSON-এ প্রতিক্রিয়া প্রকারের মধ্যে পার্থক্য করতে দরকারী।
[[["সহজে বোঝা যায়","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-তে শেষবার আপডেট করা হয়েছে।"],[[["The JSON response for a report request includes dimension and metric headers, rows of data, and optional totals, maximums, and minimums."],["The response also provides metadata, property quota information, and the total row count, which may exceed the number of rows returned due to pagination."],["`dimensionHeaders` and `metricHeaders` describe the columns, while `rows` contain the actual data values for each dimension-metric combination."],["`rowCount` represents the total rows in the query result, independent of pagination limits, and `metadata` offers additional context about the report."]]],["The report response contains a JSON representation with various fields. It includes `dimensionHeaders` and `metricHeaders` which describe the columns and their order in the report's rows. The `rows` field contains the actual data. Additionally, `totals`, `maximums`, and `minimums` can present aggregated metric values. `rowCount` provides the total rows, independent of pagination. `metadata` offers report details, `propertyQuota` shows quota state, and `kind` specifies the resource type as \"analyticsData#runReport\".\n"]]