> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.AnalyticsData

# <a id="SuperOffice_WebApi_Data_AnalyticsData" /> Class AnalyticsData

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for AnalyticsData.

```csharp theme={null}
public class AnalyticsData
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[AnalyticsData](SuperOffice.WebApi.Data.AnalyticsData.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_AnalyticsData__ctor" /> AnalyticsData()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public AnalyticsData()
```

## Properties

### <a id="SuperOffice_WebApi_Data_AnalyticsData_Company" /> Company

User company name. Only included in Sod

```csharp theme={null}
public virtual string Company { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_Email" /> Email

User email address. Only included in Sod

```csharp theme={null}
public virtual string Email { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_FeatureToggles" /> FeatureToggles

Array of feature toggles (name and enabled status)

```csharp theme={null}
public virtual StringBoolDictionary FeatureToggles { get; set; }
```

#### Property Value

[StringBoolDictionary](SuperOffice.WebApi.Data.StringBoolDictionary.md)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_FileVersion" /> FileVersion

Current file version as a string

```csharp theme={null}
public virtual string FileVersion { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_FileVersionNumber" /> FileVersionNumber

Current file version as a number

```csharp theme={null}
public virtual int FileVersionNumber { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_GroupCountryCode" /> GroupCountryCode

Country code of the group

```csharp theme={null}
public virtual string GroupCountryCode { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_GroupCountryName" /> GroupCountryName

Name of the group's country

```csharp theme={null}
public virtual string GroupCountryName { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_GroupRegisteredAgeDays" /> GroupRegisteredAgeDays

Number of days since the group was registered

```csharp theme={null}
public virtual int GroupRegisteredAgeDays { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_GroupRegisteredDate" /> GroupRegisteredDate

Date when the group was registered

```csharp theme={null}
public virtual string GroupRegisteredDate { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_HasLicensce" /> HasLicensce

Dictionary of license types and their status

```csharp theme={null}
public virtual StringBoolDictionary HasLicensce { get; set; }
```

#### Property Value

[StringBoolDictionary](SuperOffice.WebApi.Data.StringBoolDictionary.md)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_LicenseStatus" /> LicenseStatus

Current license status of the user and installation

```csharp theme={null}
public virtual UserAndInstallationLicenceStatus LicenseStatus { get; set; }
```

#### Property Value

[UserAndInstallationLicenceStatus](SuperOffice.WebApi.Data.UserAndInstallationLicenceStatus.md)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_Name" /> Name

User full name. Only included in Sod

```csharp theme={null}
public virtual string Name { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_NumAppointment" /> NumAppointment

Number of appointments for the user

```csharp theme={null}
public virtual int NumAppointment { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_NumContact" /> NumContact

Number of contacts associated with the user

```csharp theme={null}
public virtual int NumContact { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_NumDashboard" /> NumDashboard

Number of dashboards available to the user

```csharp theme={null}
public virtual int NumDashboard { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_NumDocument" /> NumDocument

Number of documents associated with the user

```csharp theme={null}
public virtual int NumDocument { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_NumEmailItem" /> NumEmailItem

Number of email items associated with the user

```csharp theme={null}
public virtual int NumEmailItem { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_NumForm" /> NumForm

Number of forms created by the user

```csharp theme={null}
public virtual int NumForm { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_NumMailing" /> NumMailing

Number of mailings sent by the user

```csharp theme={null}
public virtual int NumMailing { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_NumPerson" /> NumPerson

Number of persons associated with the user

```csharp theme={null}
public virtual int NumPerson { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_NumProject" /> NumProject

Number of projects associated with the user

```csharp theme={null}
public virtual int NumProject { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_NumQuote" /> NumQuote

Number of quotes created by the user

```csharp theme={null}
public virtual int NumQuote { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_NumQuoteLine" /> NumQuoteLine

Number of quote lines associated with the user

```csharp theme={null}
public virtual int NumQuoteLine { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_NumSale" /> NumSale

Number of sales associated with the user

```csharp theme={null}
public virtual int NumSale { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_NumSelection" /> NumSelection

Number of selections made by the user

```csharp theme={null}
public virtual int NumSelection { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_NumTargetAssignmentInfo" /> NumTargetAssignmentInfo

Number of target assignment info records

```csharp theme={null}
public virtual int NumTargetAssignmentInfo { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_NumTicketLogAction" /> NumTicketLogAction

Number of ticket log actions performed by the user

```csharp theme={null}
public virtual int NumTicketLogAction { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_NumWorkflow" /> NumWorkflow

Number of workflows associated with the user

```csharp theme={null}
public virtual int NumWorkflow { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_Preferences" /> Preferences

Array of user preferences (name and value)

```csharp theme={null}
public virtual StringBoolDictionary Preferences { get; set; }
```

#### Property Value

[StringBoolDictionary](SuperOffice.WebApi.Data.StringBoolDictionary.md)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_SystemLicenseNames" /> SystemLicenseNames

Names of system licenses assigned to the user

```csharp theme={null}
public virtual string[] SystemLicenseNames { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)\[]

### <a id="SuperOffice_WebApi_Data_AnalyticsData_TotAppointment" /> TotAppointment

Total number of appointments in the system

```csharp theme={null}
public virtual int TotAppointment { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_TotContact" /> TotContact

Total number of contacts in the system

```csharp theme={null}
public virtual int TotContact { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_TotDashboard" /> TotDashboard

Total number of dashboards in the system

```csharp theme={null}
public virtual int TotDashboard { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_TotDocument" /> TotDocument

Total number of documents in the system

```csharp theme={null}
public virtual int TotDocument { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_TotEmailItem" /> TotEmailItem

Total number of email items in the system

```csharp theme={null}
public virtual int TotEmailItem { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_TotForm" /> TotForm

Total number of forms in the system

```csharp theme={null}
public virtual int TotForm { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_TotMailing" /> TotMailing

Total number of mailings in the system

```csharp theme={null}
public virtual int TotMailing { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_TotPerson" /> TotPerson

Total number of persons in the system

```csharp theme={null}
public virtual int TotPerson { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_TotProject" /> TotProject

Total number of projects in the system

```csharp theme={null}
public virtual int TotProject { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_TotQuote" /> TotQuote

Total number of quotes in the system

```csharp theme={null}
public virtual int TotQuote { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_TotQuoteLine" /> TotQuoteLine

Total number of quote lines in the system

```csharp theme={null}
public virtual int TotQuoteLine { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_TotSale" /> TotSale

Total number of sales in the system

```csharp theme={null}
public virtual int TotSale { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_TotSelection" /> TotSelection

Total number of selections in the system

```csharp theme={null}
public virtual int TotSelection { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_TotTargetAssignmentInfo" /> TotTargetAssignmentInfo

Total number of target assignment info records

```csharp theme={null}
public virtual int TotTargetAssignmentInfo { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_TotTicketLogAction" /> TotTicketLogAction

Total number of ticket log actions in the system

```csharp theme={null}
public virtual int TotTicketLogAction { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_TotWebUsers" /> TotWebUsers

Total number of web users in the system

```csharp theme={null}
public virtual int TotWebUsers { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_TotWorkflow" /> TotWorkflow

Total number of workflows in the system

```csharp theme={null}
public virtual int TotWorkflow { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_UserCountryCode" /> UserCountryCode

Country code of the user

```csharp theme={null}
public virtual string UserCountryCode { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_UserCountryName" /> UserCountryName

Name of the user's country

```csharp theme={null}
public virtual string UserCountryName { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_UserRegisteredAgeDays" /> UserRegisteredAgeDays

Number of days since the user registered

```csharp theme={null}
public virtual int UserRegisteredAgeDays { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AnalyticsData_UserSignedUpAt" /> UserSignedUpAt

Date and time when the user signed up

```csharp theme={null}
public virtual string UserSignedUpAt { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

## See Also

[DiagnosticsAgent](SuperOffice.WebApi.Agents.DiagnosticsAgent.md)


## Related topics

- [SuperOffice.WebApi.Agents.DiagnosticsAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DiagnosticsAgent.md)
- [SuperOffice.WebApi.Agents.IDiagnosticsAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IDiagnosticsAgent.md)
- [SuperOffice.WebApi.Data.Diagnostics GetAnalyticsDataRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Diagnostics_GetAnalyticsDataRequest.md)
- [SuperOffice.WebApi.Data.EmailFlow](/en/api/reference/webapi/SuperOffice.WebApi.Data.EmailFlow.md)
- [SuperOffice.WebApi.Data.CultureDataFormatter](/en/api/reference/webapi/SuperOffice.WebApi.Data.CultureDataFormatter.md)
- [SuperOffice.WebApi.Data.ResourceOverride](/en/api/reference/webapi/SuperOffice.WebApi.Data.ResourceOverride.md)
