AckdbFeedData
Properties
changesarray ofrequiredseqintegerrequiredidstringrequiredMember id: entity_id / contact_id / person_id per the segment's grain.
kindstringrequiredA stored `reenter` is reported as `enter`.
"enter""exit"atstring <date-time>requirednamestring (nullable)requireddomainstring (nullable)Company grain only.
asOfSeqintegerrequiredThe segment sync seq this page was read at.
historySincestring <date-time> (nullable)requiredThe 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"
}