PageViews

  • The kind property for this resource is always blogger#page_views.

  • The blogId property specifies the ID of the blog.

  • The counts property is a list containing time range and corresponding page view count.

  • The get method retrieves pageview statistics for a blog.

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.