records

records

Active filters Clear all

No active filters

Filters

Distinct Portal Users Per Month

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Month
Month for data.

No description available for this field.

Name (identifier)
month
Type
date
Sample
                       
Users
Number of users who accessed our portal with a registered account.

No description available for this field.

Name (identifier)
users
Type
integer
Sample
                       
Registered
Number of users who accessed our portal without a registered account.

No description available for this field.

Name (identifier)
registered
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"distinct-portal-users-per-month",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/distinct-portal-users-per-month"
      }
    ]
    ,
  • "definitions":
    {
    • "distinct-portal-users-per-month":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/distinct-portal-users-per-month_records"
            }
          }
        }
      }
      ,
    • "distinct-portal-users-per-month_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "month":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Month",
              • "description":"Month for data."
              }
              ,
            • "users":
              {
              • "type":"integer",
              • "title":"Users",
              • "description":"Number of users who accessed our portal with a registered account."
              }
              ,
            • "registered":
              {
              • "type":"string",
              • "title":"Registered",
              • "description":"Number of users who accessed our portal without a registered account."
              }
            }
          }
        }
      }
    }
}

Similar datasets