PageViews

  • 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.

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.