visit

package
v1.56.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

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) Schema

func (me *DurationDetails) Schema() map[string]*schema.Schema

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) Schema

func (me *NumActionDetails) Schema() map[string]*schema.Schema

func (*NumActionDetails) UnmarshalHCL

func (me *NumActionDetails) UnmarshalHCL(decoder hcl.Decoder) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL