Search for Product(s)

When a user initiates a product search on your website, showcasing their interest in finding specific items or information.

web_event.track("browsing", "product_search", {
    dims: {
        customers: {
            customer_id: "{{customer_id}}",
            name: "{{customer_name}}",
            email: "{{customer_email}}",
            phone: "{{customer_phone}}",
            cdp_source: "Staging" // Staging/Production
        }
    },
    extra: {
        src_search_term: "{{src_search_term}}"
    }
});

Last updated