Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DurationDetails ¶
type DurationDetails struct {
DurationInMillis int64 `json:"durationInMillis"` // The duration of session to hit the conversion goal, in milliseconds
}
DurationDetails Configuration of a visit duration-based conversion goal
func (*DurationDetails) MarshalHCL ¶
func (me *DurationDetails) MarshalHCL(properties hcl.Properties) error
func (*DurationDetails) UnmarshalHCL ¶
func (me *DurationDetails) UnmarshalHCL(decoder hcl.Decoder) error
type NumActionDetails ¶
type NumActionDetails struct {
NumUserActions *int32 `json:"numUserActions,omitempty"` // The number of user actions to hit the conversion goal
}
NumActionDetails Configuration of a number of user actions-based conversion goal
func (*NumActionDetails) MarshalHCL ¶
func (me *NumActionDetails) MarshalHCL(properties hcl.Properties) error
func (*NumActionDetails) UnmarshalHCL ¶
func (me *NumActionDetails) UnmarshalHCL(decoder hcl.Decoder) error
Click to show internal directories.
Click to hide internal directories.