Documentation
¶
Overview ¶
Package groups computes account-level (B2B) analytics — aggregate by a group property (company, account_id, team) instead of by user. Answers "which accounts are most active", "how many accounts", "account engagement" — the questions other tools gate behind expensive plans. Deterministic.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct {
Value string `json:"value"`
Events int `json:"events"`
Users int `json:"users"`
LastSeen time.Time `json:"last_seen"`
}
Group is one account: its activity, distinct users, and recency.
Click to show internal directories.
Click to hide internal directories.