Skip to main content

Peliqan

Klaviyo

Identify abandoned cart trends

SQL query for Klaviyo

Get abandoned cart trends from Klaviyo data.

SELECT DATE(created_at) AS date, COUNT(*) AS abandoned_carts FROM klaviyo_data WHERE event = ‘Abandoned Cart’ GROUP BY DATE(created_at) ORDER BY DATE(created_at) ASC;

Klaviyo data model

Data model coming soon!

Ready to get instant access to all your company data ?​

Connect 300+ sources, serve any BI tool, and give every AI agent one governed endpoint to read, and write back where the app supports it.