Interface AdsCheckLinkParams

interface AdsCheckLinkParams {
    account_id: number;
    campaign_id?: number;
    link_type: "video" | "user" | "application" | "site" | "post" | "community" | "mobile_app" | "user_post";
    link_url: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

account_id: number

Advertising account ID.

campaign_id?: number

Campaign ID

link_type: "video" | "user" | "application" | "site" | "post" | "community" | "mobile_app" | "user_post"

Object type: *'community' - community,, *'post' - community post,, *'application' - VK application,, *'video' - video,, *'site' - external site.

link_url: string

Object URL.

Generated using TypeDoc