AI-generated Key Takeaways
- 
          The kindproperty for this resource is alwaysblogger#page_views.
- 
          The blogIdproperty specifies the ID of the blog.
- 
          The countsproperty is a list containing time range and corresponding page view count.
- 
          The getmethod 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.
