Global data: here are the required fields

jancmd("setConfig", {
    metadata: {
        type_page: "...",
        authors_group_id: "...",
        authors_group_name: "...",
        authors_id: "...",
        authors_name: "...",
        content_section: "...",
        content_type_id: "...",
        content_type_name: "...",
        forum_id: "...",
        forum_name: "...",
        forum_topic_id: "...",
        games_id: "...",
        games_title: "...",
        genre_tags_id: "...",
        genre_tags_name: "...",
        masterfiche_game_id: "...",
        universe_section: "...",
        tags_name: "...",
        tags_id: "...",
        sub_forum_name: "...",
        sub_forum_id: "...",
        hightech_review_scoring: "...",
        hightech_products_name: "...",
        masterfiche_game_title: "...",
        masterfiche_game_release_date: "...",
        pegi_tags_id: "...",
        pegi_tags_name: "...",
        platform_tags_id: "...",
        platform_tags_name: "...",
        publisher_tags_id: "...",
        publisher_tags_name: "...",
        hightech_brands_id: "...",
        hightech_brands_name: "...",
        hightech_categories_id: "...",
        hightech_categories_name: "...",
        hightech_products_id: "...",
        content_id: "...",
        content_published_date: "...",
        content_title: "...",
        content_updated_date: "...",
        game_review_scoring: "...",
    }
});

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

jancmd("sendEvent", "pageview", {
    crm_gaming_status: "...",
    crm_techdeals_status: "...",
    crm_position: "...",
});
jancmd("sendEvent", "emergence_click", {
    brand_campaign_id: "...",
    brand_campaign_name: "...",
    brand_campaign_position: "...",
    brand_campaign_type: "...",
    brand_campaign_position_type: "...",
});
jancmd("sendEvent", "emergence_impression", {
    brand_campaign_id: "...",
    brand_campaign_name: "...",
    brand_campaign_position: "...",
    brand_campaign_type: "...",
    brand_campaign_position_type: "...",
});
jancmd("sendEvent", "ctc_click", {
    ctc_click_url: "...",
    ctc_has_image: "...",
    ctc_merchant: "...",
    ctc_old_price: "...",
    ctc_position: "...",
    ctc_price: "...",
    ctc_product_category: "...",
    ctc_product_description: "...",
    ctc_product_id: "...",
    ctc_product_linked_entity: "...",
    ctc_product_linked_entity_type: "...",
    ctc_product_name: "...",
    ctc_product_rating: "...",
    ctc_product_tags: "...",
});
jancmd("sendEvent", "video_player_starts", {
    video_launch: "...",
    video_id: "...",
    dm_autostart: "...",
    dm_pip: "...",
    dm_player_id: "...",
    vast_url: "...",
    video_title: "...",
    video_type: "...",
    video_position: "...",
    video_playlist_position: "...",
    video_playing_id: "...",
});
jancmd("sendEvent", "video_player_chrome_heavy_ad", {
    video_launch: "...",
    video_id: "...",
    dm_autostart: "...",
    dm_pip: "...",
    dm_player_id: "...",
    vast_url: "...",
    video_title: "...",
    video_type: "...",
    video_position: "...",
    video_playlist_position: "...",
    video_playing_id: "...",
});
jancmd("sendEvent", "video_player_crash", {
    video_launch: "...",
    video_id: "...",
    dm_autostart: "...",
    dm_pip: "...",
    dm_player_id: "...",
    vast_url: "...",
    video_title: "...",
    video_type: "...",
    video_position: "...",
    video_playlist_position: "...",
    video_playing_id: "...",
});
jancmd("sendEvent", "video_content_starts", {
    video_launch: "...",
    video_id: "...",
    dm_autostart: "...",
    dm_pip: "...",
    dm_player_id: "...",
    vast_url: "...",
    video_title: "...",
    video_type: "...",
    video_position: "...",
    video_playing_id: "...",
});
jancmd("sendEvent", "video_seek", {
    video_launch: "...",
    video_id: "...",
    dm_autostart: "...",
    dm_pip: "...",
    dm_player_id: "...",
    vast_url: "...",
    video_title: "...",
    video_type: "...",
    video_position: "...",
    video_playlist_position: "...",
    video_playing_id: "...",
});
jancmd("sendEvent", "video_pause", {
    video_launch: "...",
    video_id: "...",
    dm_autostart: "...",
    dm_pip: "...",
    dm_player_id: "...",
    vast_url: "...",
    video_title: "...",
    video_type: "...",
    video_position: "...",
    video_playlist_position: "...",
    video_playing_id: "...",
});
jancmd("sendEvent", "video_content_play", {
    video_progression: "...",
});
jancmd("sendEvent", "crm_click", {
    crm_gaming: "...",
    crm_gaming_status: "...",
    crm_position: "...",
    crm_techdeals: "...",
    crm_techdeals_status: "...",
});
jancmd("sendEvent", "crm_view", {
    crm_gaming_status: "...",
    crm_position: "...",
    crm_techdeals_status: "...",
});
