Skip to main content

TypeAlias.AudiencePreview

type AudiencePreview = {
accessibleCount: number;
cappedCount: number;
fullAvailabilityAt: string | null;
matchingCount: number;
noCardCount: number;
};

Estimated reach of a campaign targeting filter, returned by the audience-preview endpoint. fullAvailabilityAt is an RFC 3339 string (the serialized network shape); counts are over the opted-in audience only.

Type Declaration

NameType
accessibleCountnumber
cappedCountnumber
fullAvailabilityAtstring
matchingCountnumber
noCardCountnumber