⚡ ⚡ Learn how Investing.com uses Jitsu to move data faster
Learn more
Back to destinations directory
Vero Integration
Coming soonMarketing AutomationFunction (server-side)
Send event data to Vero with Jitsu
A native Vero destination is on the roadmap and will be delivered via Function (server-side).
Want it sooner? Request it below — we prioritize the catalog by inbound demand.
Need it today? Most tools can already be reached through Webhook, Functions, or the custom Tag destination.
Free for up to 200k events
No credit card required
More Marketing Automation destinations
Start sending data in 3 easy steps
01
Capture
As easy as adding a Google Analytics Tag. Capture events from your site, your app, and everywhere else your customers engage.
./index.html
<script
async
src="https://data.yourcompany.com/p.js">
</script>02
Store
Use a data warehouse for maximum autonomy and control. Share data with anyone in any team.
03
Discover
Unlimited flexibility to understand user behaviour, engagement and experience. Get and send trusted data everywhere it needs to go
--get signup page views in the last day
select * from events where
context_page_path = '/signup' and
timestamp > now() - interval '1 day'