Skip to main content

Class AnalyticsData

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for AnalyticsData.

Inheritance

objectAnalyticsData

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

AnalyticsData()

Default constructor - defaults any enum props to 0.

Properties

Company

User company name. Only included in Sod

Property Value

string

Email

User email address. Only included in Sod

Property Value

string

FeatureToggles

Array of feature toggles (name and enabled status)

Property Value

StringBoolDictionary

FileVersion

Current file version as a string

Property Value

string

FileVersionNumber

Current file version as a number

Property Value

int

GroupCountryCode

Country code of the group

Property Value

string

GroupCountryName

Name of the group’s country

Property Value

string

GroupRegisteredAgeDays

Number of days since the group was registered

Property Value

int

GroupRegisteredDate

Date when the group was registered

Property Value

string

HasLicensce

Dictionary of license types and their status

Property Value

StringBoolDictionary

LicenseStatus

Current license status of the user and installation

Property Value

UserAndInstallationLicenceStatus

Name

User full name. Only included in Sod

Property Value

string

NumAppointment

Number of appointments for the user

Property Value

int

NumContact

Number of contacts associated with the user

Property Value

int

NumDashboard

Number of dashboards available to the user

Property Value

int

NumDocument

Number of documents associated with the user

Property Value

int

NumEmailItem

Number of email items associated with the user

Property Value

int

NumForm

Number of forms created by the user

Property Value

int

NumMailing

Number of mailings sent by the user

Property Value

int

NumPerson

Number of persons associated with the user

Property Value

int

NumProject

Number of projects associated with the user

Property Value

int

NumQuote

Number of quotes created by the user

Property Value

int

NumQuoteLine

Number of quote lines associated with the user

Property Value

int

NumSale

Number of sales associated with the user

Property Value

int

NumSelection

Number of selections made by the user

Property Value

int

NumTargetAssignmentInfo

Number of target assignment info records

Property Value

int

NumTicketLogAction

Number of ticket log actions performed by the user

Property Value

int

NumWorkflow

Number of workflows associated with the user

Property Value

int

Preferences

Array of user preferences (name and value)

Property Value

StringBoolDictionary

SystemLicenseNames

Names of system licenses assigned to the user

Property Value

string[]

TotAppointment

Total number of appointments in the system

Property Value

int

TotContact

Total number of contacts in the system

Property Value

int

TotDashboard

Total number of dashboards in the system

Property Value

int

TotDocument

Total number of documents in the system

Property Value

int

TotEmailItem

Total number of email items in the system

Property Value

int

TotForm

Total number of forms in the system

Property Value

int

TotMailing

Total number of mailings in the system

Property Value

int

TotPerson

Total number of persons in the system

Property Value

int

TotProject

Total number of projects in the system

Property Value

int

TotQuote

Total number of quotes in the system

Property Value

int

TotQuoteLine

Total number of quote lines in the system

Property Value

int

TotSale

Total number of sales in the system

Property Value

int

TotSelection

Total number of selections in the system

Property Value

int

TotTargetAssignmentInfo

Total number of target assignment info records

Property Value

int

TotTicketLogAction

Total number of ticket log actions in the system

Property Value

int

TotWebUsers

Total number of web users in the system

Property Value

int

TotWorkflow

Total number of workflows in the system

Property Value

int

UserCountryCode

Country code of the user

Property Value

string

UserCountryName

Name of the user’s country

Property Value

string

UserRegisteredAgeDays

Number of days since the user registered

Property Value

int

UserSignedUpAt

Date and time when the user signed up

Property Value

string

See Also

DiagnosticsAgent