Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DigestsInput ¶
type InterestingSession ¶
type InterestingSession struct { Identifier string `json:"identifier"` AvatarUrl string `json:"avatarUrl"` Country string `json:"country"` ActiveLength string `json:"activeLength"` Url string `json:"url"` ScreenshotUrl string `json:"screenshotUrl"` ActivityGraphUrl string `json:"activityGraphUrl"` Insights []string `json:"insights"` Id int `json:"id"` ChunkIndex int `json:"chunkIndex"` EventCounts string `json:"eventCounts"` }
type InterestingSessionSql ¶
type InterestingSessionSql struct { UserProperties string `json:"userProperties"` Identifier string `json:"identifier"` Fingerprint string `json:"fingerprint"` Country string `json:"country"` ActiveLength time.Duration `json:"activeLength"` SecureId string `json:"secureId"` Id int `json:"id"` ChunkIndex int `json:"chunkIndex"` EventCounts string `json:"eventCounts"` }
type ProjectIdResponse ¶
type SessionInsightsData ¶
type SessionInsightsData struct { ProjectId int `json:"projectId"` EndFmt string `json:"endFmt"` StartFmt string `json:"startFmt"` ProjectName string `json:"projectName"` UseHarold bool `json:"useHarold"` InterestingSessions []InterestingSession `json:"interestingSessions"` DryRun bool `json:"dryRun"` ToEmail string `json:"toEmail"` UnsubscribeUrl string `json:"unsubscribeUrl"` }
Click to show internal directories.
Click to hide internal directories.