Global data: here are the required fields

jancmd("setConfig", {
    metadata: {
        adblock_user: "...",
        referrer: "...",
        has_video_content: "...",
    }
});

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

jancmd("sendEvent", "pageview", {
});
jancmd("sendEvent", "ctc_click", {
    ctc_position: "...",
    ctc_click_url: "...",
    ctc_price: "...",
    ctc_product_merchant: "...",
    ctc_has_image: "...",
    ctc_product_description: "...",
    ctc_product_name: "...",
});
jancmd("sendEvent", "internal_click", {
    content_entity: "...",
    movie_entity: "...",
    content_author_entity: "...",
    position_name: "...",
    filters_value: "...",
    theater_entity: "...",
    person_entity: "...",
});
jancmd("sendEvent", "search_click", {
    autosuggest_query: "...",
    autosuggest_theme: "...",
    autosuggest_position: "...",
    person_entity: "...",
    movie_entity: "...",
    series_entity: "...",
    theater_entity: "...",
});
jancmd("sendEvent", "bottom_ads_impression", {
});
