Interface AdsStatisticClickAction

interface AdsStatisticClickAction {
    type: "hide" | "click" | "load" | "impression" | "click_deeplink" | "click_post_owner" | "click_post_link" | "click_pretty_card" | "like_post" | "share_post" | "video_start" | "video_pause" | "video_resume" | "video_play_3s" | "video_play_10s" | "video_play_25" | "video_play_50" | "video_play_75" | "video_play_95" | "video_play_100" | "video_volume_on" | "video_volume_off" | "video_fullscreen_on" | "video_fullscreen_off";
    url: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

type: "hide" | "click" | "load" | "impression" | "click_deeplink" | "click_post_owner" | "click_post_link" | "click_pretty_card" | "like_post" | "share_post" | "video_start" | "video_pause" | "video_resume" | "video_play_3s" | "video_play_10s" | "video_play_25" | "video_play_50" | "video_play_75" | "video_play_95" | "video_play_100" | "video_volume_on" | "video_volume_off" | "video_fullscreen_on" | "video_fullscreen_off"
url: string

Generated using TypeDoc