mirror of
https://github.com/christianvidalwolf-prog/CrazeAnalytix.git
synced 2026-08-03 11:45:23 +02:00
feat: automatic ads data loading and attributed sales line in chart
This commit is contained in:
@@ -112,6 +112,14 @@ export interface PivotRow {
|
||||
// Dynamic buckets
|
||||
totalsByYear: Record<string, YearlyData>;
|
||||
months: MonthlyPivot[]; // Always 12 elements
|
||||
|
||||
// Ads data (optional, aggregated by ASIN)
|
||||
adsByYear?: Record<string, {
|
||||
adSpend: number;
|
||||
attributedSales: number;
|
||||
acos: number;
|
||||
tacos: number;
|
||||
}>;
|
||||
}
|
||||
|
||||
export interface TimeSeriesData {
|
||||
|
||||
Reference in New Issue
Block a user