Class AnalyticsGoal
Represents an analytics goal.
Inherited Members
Namespace: DataWeb.Analytics
Assembly: DataWeb.Core.dll
Syntax
public class AnalyticsGoal
Properties
Category
Gets or sets the category of the goal.
Declaration
public string Category { get; set; }
Property Value
Type | Description |
---|---|
string |
GoalDate
Gets or sets the date of the goal.
Declaration
public DateTimeOffset GoalDate { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
GoalUrl
Gets or sets the URL of the goal.
Declaration
public string GoalUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets or sets the unique identifier.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or sets the name of the goal.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ReferenceId
Gets or sets the reference Id of the goal.
Declaration
public string ReferenceId { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Gets or sets the value of the goal.
Declaration
public decimal Value { get; set; }
Property Value
Type | Description |
---|---|
decimal |