Sorgu sonucundaki toplam satır sayısı. rowCount, yanıtta döndürülen satır sayısı, limit istek parametresi ve offset istek parametresinden bağımsızdır. Örneğin, bir sorgu 175 satır döndürüyorsa ve API isteğinde 50 tane limit içeriyorsa yanıtta 175 tane rowCount bulunur ancak yalnızca 50 satır vardır.
Bu sayfalandırma parametresi hakkında daha fazla bilgi edinmek için Sayfalandırma bölümüne bakın.
Bu Google Analytics mülkünün, bu isteği içeren kota durumu.
kind
string
Bu mesajın ne tür bir kaynak olduğunu tanımlar. Bu kind her zaman sabit bir dize olan "analyticsData#runReport" olur. JSON'daki yanıt türlerini ayırt etmek için kullanışlıdır.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-11-22 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"]]