Global data: here are the required fields

jancmd("setConfig", {
    metadata: {
        gam_ad_unit: "...",
        content_author_id: "...",
        content_author: "...",
        content_id: "...",
        content_modification_date: "...",
        content_title: "...",
        content_publication_date: "...",
        is_adblock: "...",
        main_category: "...",
        main_category_id: "...",
        referrer: "...",
        secondary_categories: "...",
        secondary_categories_id: "...",
        site_route: "...",
        is_amp: "...",
    }
});

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

jancmd("sendEvent", "pageview", {
});
