Interface AdsGetTargetingStatsParams

interface AdsGetTargetingStatsParams {
    account_id: number;
    ad_format?: 2 | 1 | 4 | 6 | 10 | 7 | 9 | 11;
    ad_id?: number;
    ad_platform?: string;
    ad_platform_no_ad_network?: string;
    ad_platform_no_wall?: string;
    client_id?: number;
    criteria?: string;
    impressions_limit_period?: number;
    link_domain?: string;
    link_url: string;
    need_precise?: number | boolean;
    publisher_platforms?: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

account_id: number

Advertising account ID.

ad_format?: 2 | 1 | 4 | 6 | 10 | 7 | 9 | 11

Ad format. Possible values: *'1' - image and text,, *'2' - big image,, *'3' - exclusive format,, *'4' - community, square image,, *'7' - special app format,, *'8' - special community format,, *'9' - post in community,, *'10' - app board.

ad_id?: number

ID of an ad which targeting parameters shall be analyzed.

ad_platform?: string

Platforms to use for ad showing. Possible values: (for 'ad_format' = '1'), *'0' - VK and partner sites,, *'1' - VK only. (for 'ad_format' = '9'), *'all' - all platforms,, *'desktop' - desktop version,, *'mobile' - mobile version and apps.

ad_platform_no_ad_network?: string
ad_platform_no_wall?: string
client_id?: number
criteria?: string

Serialized JSON object that describes targeting parameters. Description of 'criteria' object see below.

impressions_limit_period?: number

Impressions limit period in seconds, must be a multiple of 86400(day)

link_domain?: string

Domain of the advertised object.

link_url: string

URL for the advertised object.

need_precise?: number | boolean

Additionally return recommended cpc and cpm to reach 5,10..95 percents of audience.

publisher_platforms?: string

Generated using TypeDoc