Global data: here are the required fields

jancmd("setConfig", {
    metadata: {
        content_author: "...",
        has_video_content: "...",
        login_status: "...",
        page_category: "...",
        recipe_category: "...",
        recipe_content: "...",
        recipe_credit_photo: "...",
        recipe_status: "...",
        recipe_tags: "...",
        recipe_type: "...",
        content_id: "...",
        content_author_id: "...",
        content_publication_date: "...",
        content_title: "...",
    }
});

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

jancmd("sendEvent", "pageview", {
    position_name: "...",
});
jancmd("sendEvent", "content_click", {
    position_name: "...",
    event_label: "...",
});
jancmd("sendEvent", "add_payment_info", {
    currency: "...",
    items: "...",
});
jancmd("sendEvent", "add_to_cart", {
    currency: "...",
    items: "...",
});
jancmd("sendEvent", "begin_checkout", {
    currency: "...",
    items: "...",
});
jancmd("sendEvent", "purchase", {
    currency: "...",
    items: "...",
});
