Partners across consumer and auto lending.

From banks and credit unions to specialized auto lenders and fintechs, Salient supports teams that live with regulatory exams and high-volume operations.

Trusted by banks, credit unions, auto lenders, and fintechs across the US:

Trusted by banks, credit unions, auto lenders, and fintechs across the US:

Trusted by banks, credit unions, auto lenders, and fintechs across the US:

Leading US auto-lender

Leading US auto-lender

Leading US auto-lender

Use case:

Taylor | Marshall

Taylor | Marshall

Taylor | Marshall

300K+

calls automated

calls automated

calls automated

per month

per month

per month

55%

PTP rate

PTP rate

PTP rate

on collections

on collections

on collections

// Preserve UTM parameters across pages for GA4 (function() { const urlParams = new URLSearchParams(window.location.search); const utmParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content']; // Store UTMs in sessionStorage (persists during browser session) utmParams.forEach(param => { const value = urlParams.get(param); if (value) { sessionStorage.setItem(param, value); } }); // Append stored UTMs to all internal links document.addEventListener('click', function(e) { const link = e.target.closest('a'); if (link && link.hostname === window.location.hostname) { const url = new URL(link.href); utmParams.forEach(param => { const stored = sessionStorage.getItem(param); if (stored && !url.searchParams.has(param)) { url.searchParams.set(param, stored); } }); link.href = url.toString(); } }); })();