TypeAlias.TrustAuditRecommendationGroup
type TrustAuditRecommendationGroup = {
action: string;
priority: "high" | "medium" | "low";
subjects: {
category: string;
geo: number;
id: string;
passportId: string;
productName: string;
webPageUrl: string | null;
}[];
};
One recommended action of the AI-visibility audits with the active tracked products whose latest audit flagged it. Returned by the audit recommendations endpoint, highest priority first, then most impacted first.
Type Declaration
| Name | Type |
|---|---|
action | string |
priority | "high" |
subjects | { category: string; geo: number; id: string; passportId: string; productName: string; webPageUrl: string |