Show / Hide Table of Contents

Class GoalData

Represents all the details pertaining to a goal.

Inheritance
object
GoalData
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class GoalData : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GoalCompletionLocation

URL of the page where this goal was completed.

Declaration
[JsonProperty("goalCompletionLocation")]
public virtual string GoalCompletionLocation { get; set; }
Property Value
Type Description
string

GoalCompletions

Total number of goal completions in this activity.

Declaration
[JsonProperty("goalCompletions")]
public virtual long? GoalCompletions { get; set; }
Property Value
Type Description
long?

GoalIndex

This identifies the goal as configured for the profile.

Declaration
[JsonProperty("goalIndex")]
public virtual int? GoalIndex { get; set; }
Property Value
Type Description
int?

GoalName

Name of the goal.

Declaration
[JsonProperty("goalName")]
public virtual string GoalName { get; set; }
Property Value
Type Description
string

GoalPreviousStep1

URL of the page one step prior to the goal completion.

Declaration
[JsonProperty("goalPreviousStep1")]
public virtual string GoalPreviousStep1 { get; set; }
Property Value
Type Description
string

GoalPreviousStep2

URL of the page two steps prior to the goal completion.

Declaration
[JsonProperty("goalPreviousStep2")]
public virtual string GoalPreviousStep2 { get; set; }
Property Value
Type Description
string

GoalPreviousStep3

URL of the page three steps prior to the goal completion.

Declaration
[JsonProperty("goalPreviousStep3")]
public virtual string GoalPreviousStep3 { get; set; }
Property Value
Type Description
string

GoalValue

Value in this goal.

Declaration
[JsonProperty("goalValue")]
public virtual double? GoalValue { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX