Interface IRawAnalytics

Represents the raw data of the analytic result of the User.

interface IRawAnalytics {
    __typename: string;
    id: string;
    organic_metrics_time_series: IAnalyticsMetric[];
}

Properties

__typename: string
id: string
organic_metrics_time_series: IAnalyticsMetric[]