package pkg.kannon.tracking.types

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

enum TrackingMode

tracking.proto:11

TrackingMode is how much one engagement channel may be observed. The scale is ordered by increasing collection, but the rank order lives in Go rather than in these numbers, so a Mode can be inserted mid-scale without renumbering the wire.

Used in: stats.types.Stats, TrackingPolicy

message TrackingPolicy

tracking.proto:30

TrackingPolicy is a pair of TrackingModes, one governing opens and one governing links. Stated at domain, batch and recipient level, where a lower level may only restrict what the level above allows.

Used in: admin.apiv1.Domain, admin.apiv1.SetTrackingPolicyReq, mailer.apiv1.SendHTMLReq, mailer.apiv1.SendTemplateReq, mailer.types.Recipient