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
| Name | Type |
|---|---|
applicationId | string |
current | Record< |
deltaSinceBaseline | number |
quotaLimit | number |
quotaUsed | number |
sampleSize | number |
series | { axes: Record< |