Skip to main content

TypeAlias.TrustMetrics

type TrustMetrics = {
applicationId: string;
current: Record<
| "visibility"
| "competitive"
| "technicalReadiness"
| "answerability"
| "geo", number | null>;
deltaSinceBaseline: number | null;
quotaLimit: number;
quotaUsed: number;
sampleSize: number;
series: {
axes: Record<
| "visibility"
| "competitive"
| "technicalReadiness"
| "answerability"
| "geo", number | null>;
weekStart: string;
}[];
};

AI-visibility (GEO) trust metrics for an application's tracked product catalogue: current per-axis scores, movement since baseline, and the weekly time series backing the Performance dashboard.

Type Declaration

NameType
applicationIdstring
currentRecord<
deltaSinceBaselinenumber
quotaLimitnumber
quotaUsednumber
sampleSizenumber
series{ axes: Record<