Skip to content

PromotedActivityRecord

A promoted activity as your backend sees it — the full row, including targeting and counters.

Type Parameter Default type
TCustom Record<string, unknown>
actor: string;

audience: string[] | null;

created_at: string;

custom: TCustom;

deleted_at: string | null;

Set once retracted. Retracted rows stay listed here with their final count.


expires_at: string | null;

id: string;

object: string;

served_count: number;

Feed opens that received this row — DELIVERIES, not views. A reader who scrolls past four copies in one session counts once, and whether it entered the viewport is not observable server-side. For view-level numbers use the react SDK’s onPromotedImpression callback and send them to your own analytics.


starts_at: string;

verb: string;