REST Resource: stats.user.searchapplications

Resource: GetSearchApplicationUserStatsResponse

JSON representation
{
  "stats": [
    {
      object (SearchApplicationUserStats)
    }
  ]
}
Fields
stats[]

object (SearchApplicationUserStats)

SearchApplicationUserStats

JSON representation
{
  "date": {
    object (Date)
  },
  "oneDayActiveUsersCount": string,
  "sevenDaysActiveUsersCount": string,
  "thirtyDaysActiveUsersCount": string
}
Fields
date

object (Date)

The date for which session stats were calculated. Stats calculated on the next day close to midnight are returned.

oneDayActiveUsersCount

string (int64 format)

The count of unique active users in the past one day

sevenDaysActiveUsersCount

string (int64 format)

The count of unique active users in the past seven days

thirtyDaysActiveUsersCount

string (int64 format)

The count of unique active users in the past thirty days

Methods

get

Get the users statistics for search application.