PageViews
Stay organized with collections
Save and categorize content based on your preferences.
For a list of methods for this resource, see the end of this page.
Resource representations
{
"kind": "blogger#page_views",
"blogId": long,
"counts": [
{
"timeRange": string,
"count": long
}
]
}
Property name |
Value |
Description |
Notes |
kind |
string |
The kind of this entry. Always blogger#page_views |
|
blogId |
long |
Blog Id |
|
counts[] |
list |
The container of posts in this blog. |
|
counts[].timeRange |
string |
Time range the given count applies to |
|
counts[].count |
long |
Count of page views for the given time range |
|
Methods
- get
- Retrieve pageview stats for a Blog.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 UTC."],[[["This resource provides pageview statistics for a specific blog, identified by its blog ID."],["The data includes pageview counts for various time ranges, presented within a list called 'counts'."],["The 'kind' property always has the value 'blogger#page_views' to identify this specific resource type."],["You can use the `get` method to retrieve these pageview statistics for a blog."]]],[]]