Interface UtilsGetLinkStatsParams

interface UtilsGetLinkStatsParams {
    access_key?: string;
    extended?: number | boolean;
    interval?: "day" | "hour" | "month" | "week" | "forever";
    intervals_count?: number;
    key: string;
    source?: "vk_cc" | "vk_link";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

access_key?: string

Access key for private link stats.

extended?: number | boolean

1 - to return extended stats data (sex, age, geo). 0 - to return views number only.

interval?: "day" | "hour" | "month" | "week" | "forever"

Interval.

intervals_count?: number

Number of intervals to return.

key: string

Link key (characters after vk.cc/).

source?: "vk_cc" | "vk_link"

Source of scope

Generated using TypeDoc