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
| Name | Type |
|---|---|
accessibleCount | number |
cappedCount | number |
fullAvailabilityAt | string |
matchingCount | number |
noCardCount | number |