AckdbFeedData

Properties

changesarray ofrequired
seqintegerrequired
idstringrequired

Member id: entity_id / contact_id / person_id per the segment's grain.

kindstringrequired

A stored `reenter` is reported as `enter`.

"enter""exit"
atstring <date-time>required
namestring (nullable)required
domainstring (nullable)

Company grain only.

asOfSeqintegerrequired

The segment sync seq this page was read at.

historySincestring <date-time> (nullable)required

The segment's sync bootstrap time. The feed structurally cannot show anything older - caption it so an empty feed does not read as "nothing happened".

Example

AckdbFeedData example
{
  "changes": [
    {
      "seq": 0,
      "id": "string",
      "kind": "enter",
      "at": "1970-01-01T00:00:00.000Z",
      "name": "string",
      "domain": "string"
    }
  ],
  "asOfSeq": 0,
  "historySince": "1970-01-01T00:00:00.000Z"
}