Template: Metrics Data
{
allMetrics: {
Name: string; // The name of the metric in that row
Data: {
Date: string; // The date/column of that metric's value, in MM/DD/YYY format
Value: number; // The value of that metric for that date
}[]; // Each data entry for that metric
}[]//Each row is a separate metric to import
}Last updated