Global data: here are the required fields

jancmd("setConfig", {
    metadata: {
        adblockHit: "...",
        authorId: "...",
        content_id: "...",
        linked_entities: "...",
        contentPublicationDate: "...",
        tags: "...",
        adserver_page_name: "...",
        hasVideoContent: "...",
        type_page: "...",
        type_diaporama: "...",
        referrer: "...",
        contentAuthor: "...",
        contentLength: "...",
    }
});

Events data, please fill these fields when you send the event

jancmd("sendEvent", "pageview", {
    path: "...",
    photo_number: "...",
});
jancmd("sendEvent", "video_player_starts", {
    vast_url: "...",
    video_display_hostname: "...",
    video_id: "...",
    media_id: "...",
    video_length: "...",
    video_title: "...",
    dm_autostart: "...",
    dm_pip: "...",
    dm_player_id: "...",
});
jancmd("sendEvent", "video_player_crash", {
    vast_url: "...",
    video_display_hostname: "...",
    video_id: "...",
    media_id: "...",
    video_length: "...",
    video_title: "...",
    dm_autostart: "...",
    dm_pip: "...",
    dm_player_id: "...",
});
jancmd("sendEvent", "video_content_starts", {
    vast_url: "...",
    video_display_hostname: "...",
    video_id: "...",
    media_id: "...",
    video_length: "...",
    video_title: "...",
    dm_autostart: "...",
    dm_pip: "...",
    dm_player_id: "...",
});
jancmd("sendEvent", "video_seek", {
    vast_url: "...",
    video_display_hostname: "...",
    video_id: "...",
    media_id: "...",
    video_length: "...",
    video_title: "...",
    dm_autostart: "...",
    dm_pip: "...",
    dm_player_id: "...",
});
jancmd("sendEvent", "video_pause", {
    vast_url: "...",
    video_display_hostname: "...",
    video_id: "...",
    media_id: "...",
    video_length: "...",
    video_title: "...",
    dm_autostart: "...",
    dm_pip: "...",
    dm_player_id: "...",
});
jancmd("sendEvent", "video_player_chrome_heavy_ad", {
    vast_url: "...",
    video_display_hostname: "...",
    video_id: "...",
    media_id: "...",
    video_length: "...",
    video_title: "...",
    dm_autostart: "...",
    dm_pip: "...",
    dm_player_id: "...",
});
jancmd("sendEvent", "hp_teaser_click", {
    position_in_carousel: "...",
    redirect_content_title: "...",
    redirect_content_url: "...",
});
jancmd("sendEvent", "video_preroll", {
    vast_url: "...",
    video_display_hostname: "...",
    video_id: "...",
    media_id: "...",
    video_length: "...",
    video_title: "...",
    dm_autostart: "...",
    dm_pip: "...",
    dm_player_id: "...",
});
