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.
Create a Mobile Website
View Site in Mobile | Classic
Share by: