Global data: here are the required fields

jancmd("setConfig", {
    metadata: {
        linuxUserAgent: "...",
    }
});

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

jancmd("sendEvent", "pageview", {
    pageviewType: "...",
    layout: "...",
    contentSlug: "...",
    slideIndex: "...",
});
jancmd("sendEvent", "tcf_consent", {
    tcfStatus: "...",
});
jancmd("sendEvent", "adblock", {
    adblockStatus: "...",
});
