Blogger API v3 . pageViews

Instance Methods

get(blogId=*, range=None, x__xgafv=None)

Gets page views by blog id.

Method Details

get(blogId=*, range=None, x__xgafv=None)
Gets page views by blog id.

Args:
  blogId: string, A parameter (required)
  range: string, A parameter (repeated)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "kind": "A String", # The kind of this entry. Always blogger#page_views.
    "counts": [ # The container of posts in this blog.
      {
        "count": "A String", # Count of page views for the given time range.
        "timeRange": "A String", # Time range the given count applies to.
      },
    ],
    "blogId": "A String", # Blog Id.
  }