mirror of
https://github.com/christianvidalwolf-prog/CrazeAnalytix.git
synced 2026-08-03 11:45:23 +02:00
feat: replace Vendor tab with BSR tracker
This commit is contained in:
@@ -280,6 +280,17 @@ export interface VendorCSVRow {
|
||||
'Glance Views': string;
|
||||
}
|
||||
|
||||
export interface BSRRecord {
|
||||
week: number;
|
||||
market: string;
|
||||
asin: string;
|
||||
topLevelBSR: number | null;
|
||||
topLevelName: string | null;
|
||||
detailLevelBSR: number | null;
|
||||
detailLevelName: string | null;
|
||||
avgRating: number | null;
|
||||
}
|
||||
|
||||
// Experiment Tracking Types
|
||||
export type ExperimentType = 'pricing' | 'advertising' | 'content' | 'promotion' | 'seo';
|
||||
export type ExperimentStatus = 'planned' | 'active' | 'completed' | 'paused';
|
||||
|
||||
Reference in New Issue
Block a user