Global data: here are the required fields

jancmd("setConfig", {
    metadata: {
        page_category: "...",
        page_subcategory: "...",
        page_entity: "...",
        page_type: "...",
        page_subtype: "...",
        keywords: "...",
        branded_channel: "...",
        branded_name: "...",
        author: "...",
        reviewer: "...",
        expert: "...",
        is_sponsored: "...",
        publish_date: "...",
        modified_date: "...",
        site_route: "...",
        has_video_content: "...",
        ad_unit: "...",
        referrer: "...",
    }
});

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

jancmd("sendEvent", "pageview", {
    domain: "...",
});
jancmd("sendEvent", "affiliate_link_click", {
    click_url: "...",
});
jancmd("sendEvent", "video_player_starts", {
    video_display_host_name: "...",
    video_playing_title: "...",
    video_playing_id: "...",
    video_related_entity_id: "...",
    video_launch: "...",
    vast_url: "...",
    video_display_context: "...",
});
jancmd("sendEvent", "event_newsletter", {
});
jancmd("sendEvent", "video_content_starts", {
    video_display_host_name: "...",
    video_playing_title: "...",
    video_playing_id: "...",
    video_related_entity_id: "...",
});
jancmd("sendEvent", "video_player_crash", {
    vast_url: "...",
    video_launch: "...",
    video_display_host_name: "...",
    video_display_context: "...",
});
