Interface AdsAdLayout

interface AdsAdLayout {
    ad_format: number;
    age_restriction: number;
    campaign_id: number;
    clips_list: AdsClipItem[];
    description: string;
    goal_type: number;
    icon_src: string;
    icon_src_2x: string;
    id: number;
    image_src: string;
    image_src_2x: string;
    link_button: string;
    link_domain: string;
    link_title: string;
    link_type: number;
    link_url: string;
    okved: string;
    preview_link: string;
    repeat_video: number;
    social: number | boolean;
    title: string;
    video_duration: number;
    video_image_src: string;
    video_image_src_2x: string;
    video_src_1080: string;
    video_src_240: string;
    video_src_360: string;
    video_src_480: string;
    video_src_720: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

ad_format: number

Ad format

age_restriction: number

Age restriction

campaign_id: number

Campaign ID

clips_list: AdsClipItem[]
description: string

Ad description

goal_type: number

Goal type

icon_src: string

Icon source

icon_src_2x: string

Icon source 2x

id: number

Ad ID

image_src: string

Image URL

image_src_2x: string

URL of the preview image in double size

link_button: string

Link button

link_domain: string

Domain of advertised object

link_title: string

Link title

link_type: number

Type of advertised object

link_url: string

URL of advertised object

okved: string

Okved

preview_link: string

link to preview an ad as it is shown on the website

repeat_video: number

Repeat video

social: number | boolean

Social

title: string

Ad title

video_duration: number

Video duration

video_image_src: string

Video image source

video_image_src_2x: string

Video image source 2x

video_src_1080: string

Video source 1080p

video_src_240: string

Video source 240p

video_src_360: string

Video source 360p

video_src_480: string

Video source 480p

video_src_720: string

Video source 720p

Generated using TypeDoc