{"id":41170,"date":"2024-02-13T19:17:59","date_gmt":"2024-02-13T19:17:59","guid":{"rendered":"https:\/\/www.trulioo.com\/?post_type=events&#038;p=41170"},"modified":"2024-02-29T23:46:58","modified_gmt":"2024-02-29T23:46:58","slug":"why-good-enough-isnt-good-enough","status":"publish","type":"events","link":"https:\/\/www.trulioo.com\/events\/webinar\/why-good-enough-isnt-good-enough","title":{"rendered":"Data Verification: Why Good Enough Isn&#8217;t Good Enough"},"content":{"rendered":"<div id=\"form\">\n\t<script>\n\t\twindow.addEventListener(\"resize\", setGradient);\n\n\t\twindow.addEventListener('load', setGradient);\n\n\t\t\/\/ Sets gradient percentage based on ratio of calculated height of top elements vs calculated height of entire div\n\t\tfunction setGradient() {\n\t\t\tconst hasAdditionalInfo = document.querySelector('.legal-text:not(form .legal-text') !== null;\n\t\t\tlet extraPad =\n\t\t\t\twindow.innerWidth >= 1024 ? 60 + (hasAdditionalInfo ? 70 : 0) : 120 + document.querySelector('.grid img.object-contain').clientHeight \/ 2;\n\t\t\tif (window.innerWidth >= 1280) {\n\t\t\t\textraPad += (hasAdditionalInfo ? 20 : 30);\n\t\t\t}\n\t\t\tif (window.innerWidth >= 1600) {\n\t\t\t\textraPad += 20 - (hasAdditionalInfo ? 10 : 20);\n\t\t\t}\n\t\t\tconst ratio = (document.querySelector('h1').clientHeight +\n\t\t\t\tdocument.querySelector('.legal-text').clientHeight + extraPad) \/ document.querySelector('.form-bg').clientHeight;\n\n\t\t\tdocument.querySelector('.form-bg').style.backgroundImage = `linear-gradient(to bottom, #A4DCB4, #A4DCB4 ${ratio*100}%, #172D2D ${ratio*100}%, #172D2D)`;\n\t\t\tdocument.querySelector('.form-bg').style.backgroundColor = '#A4DCB4';\n\t\t}\n\t<\/script>\n\n\t<style>\n\t\tselect.custom-arrow+label {\n\t\t\tmargin-right: 1rem;\n\t\t}\n\n\t\t\/* Label black magic *\/\n\t\t\/* https:\/\/stackoverflow.com\/a\/69300547\/4907950 *\/\n\t\t\/* We need the label to move up top if the select is either focused, \n\t   has a value, or is invalid. In other words, we need it to not move up top\n\t   if there is no value and it's not invalid or focused, so on page load.\n\t   We can select if it's valid\/invalid\/focused with tailwind group selectors,\n\t   but we cannot select if it doesn't have a value without doing this hacky code.\n\t   We add an onchange in the select to set `data-empty` and then target labels sibling to that\n\t   with the same styles as in the label for `group-focus` and `group-valid` *\/\n\t\tselect[data-empty=\"false\"]+label {\n\t\t\tfont-size: 0.875rem;\n\t\t\theight: 50%;\n\t\t\ttransform: translateY(-100%);\n\t\t\tpadding-left: 0px;\n\t\t}\n\n\t\t\/* Autofill bg color *\/\n\t\t\/* https:\/\/stackoverflow.com\/a\/19426087\/4907950 *\/\n\t\t\/* We can't set it to transparent, so light green (same as the bg color)\n\t   is the next best thing. This unfortunately covers the smaller label,\n\t   but so does the default autofill style so this is nicer *\/\n\n\t\tinput:-webkit-autofill {\n\t\t\t-webkit-box-shadow: 0 0 0px 999px #A4DCB4 inset;\n\t\t}\n\n\t\t\/* Checkbox styles *\/\n\n\t\t\/* The checkbox container *\/\n\t\t.checkbox-container {\n\t\t\tdisplay: inline;\n\t\t\tposition: relative;\n\t\t\tcursor: pointer;\n\t\t\t-webkit-user-select: none;\n\t\t\t-moz-user-select: none;\n\t\t\t-ms-user-select: none;\n\t\t\tuser-select: none;\n\t\t\tmargin: auto;\n\t\t}\n\n\t\t\/* Hide the browser's default checkbox *\/\n\t\t.checkbox-container input {\n\t\t\topacity: 0;\n\t\t\theight: 0;\n\t\t\twidth: 0;\n\t\t}\n\n\t\t\/* Create a custom checkbox *\/\n\t\t.checkmark {\n\t\t\tposition: absolute;\n\t\t\ttop: 0;\n\t\t\tleft: 0;\n\t\t\theight: 1rem;\n\t\t\twidth: 1rem;\n\t\t}\n\n\t\t\/* Hide inside square *\/\n\t\t.checkbox-container input~.checkmark .checkbox-square {\n\t\t\tdisplay: none;\n\t\t}\n\n\t\t\/* Show inside square *\/\n\t\t.checkbox-container input:checked~.checkmark .checkbox-square {\n\t\t\tdisplay: block;\n\t\t}\n\n\t\t\/* Custom checkbox *\/\n\t\t.checkmark {\n\t\t\tcolor: #D4D0C8;\n\t\t\t\/* brown-300 *\/\n\t\t}\n\n\t\t\/* Hover color *\/\n\t\t.checkbox-container:hover input~.checkmark {\n\t\t\tbackground-color: #004C45;\n\t\t\t\/* green-700 *\/\n\t\t}\n\n\t\t\/* Focus visible *\/\n\t\t.checkbox-container input:focus-visible~.checkmark {\n\t\t\tcolor: #004C45;\n\t\t\t\/* green-700 *\/\n\t\t\tborder: 1px solid #004C45;\n\t\t\t\/* green-700 *\/\n\t\t}\n\n\t\t.legal-text a {\n\t\t\ttext-decoration: underline;\n\t\t}\n\n\t\t.legal-text a:hover {\n\t\t\tcolor: #D1565C;\n\t\t}\n\n\t\t.extra-info ul {\n\t\t\tlist-style: disc;\n\t\t\tlist-style-position: outside;\n\t\t\t\/* Align bullet to text on left *\/\n\t\t\tmargin-left: 1.2rem;\n\n\t\t\tmargin-top: 1rem;\n\t\t\tmargin-bottom: 1rem;\n\t\t}\n\t\t.extra-info ul li {\n\t\t\tmargin-top: 1rem;\n\t\t\tmargin-bottom: 1rem;\n\t\t}\n\n\t\t.extra-info ul li::marker {\n\t\t\tcolor: #A4DCB4;\n\t\t}\n\t<\/style>\n\n\t<div class=\"relative selection:bg-green-900\/50 text-brown-300\">\n\t\t<div class=\"form-bg absolute top-0 left-0 w-full h-[64rem] -z-10\"><\/div>\n\t\t<div id=\"loader\" class=\"hidden w-full h-full fixed items-center justify-center bg-green-900\/75 mx-auto my-auto z-20\" aria-label=\"loader\">\n\t\t\t<svg class=\"mx-auto my-16\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\" height=\"128px\" width=\"128px\" fill=\"#a4dcb4\">\n\t<circle cx=\"88\" cy=\"50\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.833s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"84.715\" cy=\"65.456\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.774s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"75.427\" cy=\"78.24\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.714s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"61.743\" cy=\"86.14\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.655s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"46.028\" cy=\"87.792\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.595s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"31\" cy=\"82.909\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.536s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"19.257\" cy=\"72.336\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.476s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"12.83\" cy=\"57.901\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.417s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"12.83\" cy=\"42.099\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.357s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"19.257\" cy=\"27.664\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.298s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"31\" cy=\"17.091\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.238s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"46.028\" cy=\"12.208\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.179s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"61.743\" cy=\"13.86\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.119s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"75.427\" cy=\"21.76\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.06s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"84.715\" cy=\"34.544\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"0s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n<\/svg>\t\t<\/div>\n\t\t<div class=\"relative\">\n\t\t\t<div class=\"bg-green-900 absolute top-0 left-0 w-full h-full -z-20\"><\/div>\n\t\t\t<div class=\"section pb-16\">\n\t\t\t\t<div class=\"grid lg:grid-cols-2 gap-8 lg:gap-12 xl:gap-32 py-16\" x-data=\"{ tab: 1, industry: '', 'verificationtype': ''}\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"md:min-h-[585px]\">\n\t\t\t\t\t\t<input type=\"hidden\" id=\"wordpressLPID\" value=\"[WEB] Data Verification: Why Good Enough Isnt Good Enough\">\t\t\t\t\t\t\t<p class=\"text-green-900 p-sm subheading flex items-center mb-4\">\n\t\t\t\t\t\t\t\t<span class=\"w-1.5 h-1.5 bg-red-500 rounded-full mr-4\"><\/span>\n\t\t\t\t\t\t\t\tWebinar\t\t\t\t\t\t\t<\/p>\n\n\t\t\t\t\t\t<h1 class=\"h4  text-green-900\" >Data Verification: Why Good Enough Isn&#8217;t Good Enough<\/h1>\t\t\t\t\t\t\t<div class=\"text-green-900 p-lg subheading mt-4 legal-text\">\n\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">March 20, 2024<\/span><\/p>\n<p><span style=\"font-weight: 400;\">1 p.m. GMT \/ 8 a.m. ET\u00a0<\/span><\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2024\/02\/trl-web-gorilla-2024-thumbnail.jpg\" alt=\"\" class=\"lg:hidden object-contain w-full my-10 lg:my-0 lg:mb-16 aspect-[2400\/1370]\">\n\t\t\t\t\t\t<form class=\"\" target=\"_top\" onSubmit=\"return false;\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"h6 md:mt-16 lg:mt-18 mb-12 text-green-500\">Register for Our Data Verification Webinar Now<\/h2>\n\t\t\t\t\t\t\t<input type=\"hidden\" id=\"thank-you-page\" value=\"https:\/\/www.trulioo.com\/lp\/thank-you-registered-webinar\">\t\t\t\t\t\t\t<div x-show=\"tab === 1\" class=\"flex flex-col justify-between h-full \">\n\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t<div class=\"grid gap-8\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"relative z-0\">\n\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" id=\"FirstName\" class=\"block text-md font-normal py-2 px-0 w-full bg-transparent border-b invalid:border-red-100 border-brown-300 placeholder-green-900 outline-none appearance-none peer\" placeholder=\" \" \/>\n\t\t\t\t\t\t\t\t\t\t\t<label for=\"FirstName\" class=\"absolute text-md font-normal pl-1 duration-300 transform -translate-y-6 scale-75 top-2 -z-10 origin-[0] peer-focus:left-0 peer-focus:text-xs peer-focus:text-brown-300 peer-placeholder-shown:scale-100 peer-placeholder-shown:translate-y-0 peer-focus:scale-75 peer-focus:-translate-y-6 leading-none\">First Name*<\/label>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"p-xs md:p-xxs text-white invisible peer-invalid:visible peer-focus:invisible\">\n\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 48 48\" class=\"inline w-4 h-4 mr-1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<circle fill=\"#E47379\" cx=\"24\" cy=\"24\" r=\"22.7\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<path fill=\"#fff\" d=\"M22.1 11.9c0-1 .8-1.9 1.9-1.9s1.9.8 1.9 1.9v15.6c0 1-.9 1.9-1.9 1.9s-1.9-.8-1.9-1.9zM26.5 36a2.5 2.5 0 10-5 0 2.5 2.5 0 105 0\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\t\tPlease enter a first name\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"relative z-0\">\n\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" id=\"LastName\" class=\"block text-md font-normal py-2 px-0 w-full bg-transparent border-b invalid:border-red-100 border-brown-300 placeholder-green-900 outline-none appearance-none  peer\" placeholder=\" \" \/>\n\t\t\t\t\t\t\t\t\t\t\t<label for=\"LastName\" class=\"absolute text-md font-normal pl-1 duration-300 transform -translate-y-6 scale-75 top-2 -z-10 origin-[0] peer-focus:left-0 peer-focus:text-xs peer-focus:text-brown-300 peer-placeholder-shown:scale-100 peer-placeholder-shown:translate-y-0 peer-focus:scale-75 peer-focus:-translate-y-6 leading-none\">Last Name*<\/label>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"p-xs md:p-xxs text-white invisible peer-invalid:visible peer-focus:invisible\">\n\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 48 48\" class=\"inline w-4 h-4 mr-1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<circle fill=\"#E47379\" cx=\"24\" cy=\"24\" r=\"22.7\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<path fill=\"#fff\" d=\"M22.1 11.9c0-1 .8-1.9 1.9-1.9s1.9.8 1.9 1.9v15.6c0 1-.9 1.9-1.9 1.9s-1.9-.8-1.9-1.9zM26.5 36a2.5 2.5 0 10-5 0 2.5 2.5 0 105 0\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\t\tPlease enter a last name\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"relative z-0\">\n\t\t\t\t\t\t\t\t\t\t\t<input type=\"email\" id=\"Email\" class=\"block text-md font-normal py-2 px-0 w-full bg-transparent border-b invalid:border-red-100 focus:border-brown-300 border-brown-300 placeholder-green-900 outline-none appearance-none  peer\" placeholder=\" \" \/>\n\t\t\t\t\t\t\t\t\t\t\t<label for=\"Email\" class=\"absolute text-md font-normal pl-1 duration-300 transform -translate-y-6 scale-75 top-2 -z-10 origin-[0] peer-focus:left-0 peer-focus:text-xs peer-focus:text-brown-300 peer-placeholder-shown:scale-100 peer-placeholder-shown:translate-y-0 peer-focus:scale-75 peer-focus:-translate-y-6 leading-none\">Work Email Address*<\/label>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"p-xs md:p-xxs text-white invisible peer-invalid:visible peer-focus:invisible\">\n\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 48 48\" class=\"inline w-4 h-4 mr-1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<circle fill=\"#E47379\" cx=\"24\" cy=\"24\" r=\"22.7\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<path fill=\"#fff\" d=\"M22.1 11.9c0-1 .8-1.9 1.9-1.9s1.9.8 1.9 1.9v15.6c0 1-.9 1.9-1.9 1.9s-1.9-.8-1.9-1.9zM26.5 36a2.5 2.5 0 10-5 0 2.5 2.5 0 105 0\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\t\t<span id=\"email-error-message\">\n\t\t\t\t\t\t\t\t\t\t\t\t\tPlease enter a valid email\n\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"relative z-0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" id=\"Title\" class=\"block text-md font-normal py-2 px-0 w-full bg-transparent border-b invalid:border-red-100 border-brown-300 placeholder-green-900 outline-none appearance-none peer\" placeholder=\" \">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"Title\" class=\"absolute text-md font-normal pl-1 duration-300 transform -translate-y-6 scale-75 top-2 -z-10 origin-[0] peer-focus:left-0 peer-focus:text-xs peer-focus:text-brown-300 peer-placeholder-shown:scale-100 peer-placeholder-shown:translate-y-0 peer-focus:scale-75 peer-focus:-translate-y-6 leading-none\">Job Title*<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"p-xs md:p-xxs text-white invisible peer-invalid:visible peer-focus:invisible\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 48 48\" class=\"inline w-4 h-4 mr-1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<circle fill=\"#E47379\" cx=\"24\" cy=\"24\" r=\"22.7\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path fill=\"#fff\" d=\"M22.1 11.9c0-1 .8-1.9 1.9-1.9s1.9.8 1.9 1.9v15.6c0 1-.9 1.9-1.9 1.9s-1.9-.8-1.9-1.9zM26.5 36a2.5 2.5 0 10-5 0 2.5 2.5 0 105 0\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tPlease enter job title\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"w-full relative group\">\n\t\t\t\t\t\t\t\t\t\t\t\t<select name=\"Industry\" id=\"Industry\" class=\"custom-arrow w-full text-md font-normal h-10 peer bg-transparent border-b invalid:border-red-100 border-brown-300 placeholder-green-900 outline-none\" x-model=\"industry\" onchange=\"this.dataset.empty = this.value == ''\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" disabled selected><\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Marketing\">Marketing<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Banking\">Banking<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Crypto\">Crypto<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Foreign Exchange\">Foreign Exchange<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Lending\">Lending<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Neobank\">Neobank<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Online Trading\">Online Trading<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Payments\">Payments<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Remittance\">Remittance<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Wealth Management\">Wealth Management<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Marketplace\/ Community\">Marketplace\/ Community<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Retail\/ e-Commerce\">Retail\/ e-Commerce<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Entertainment\">Entertainment<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Gambling\">Gambling<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Gaming\">Gaming<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Healthcare\">Healthcare<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Hospitality\/ Travel\">Hospitality\/ Travel<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Public Sector\">Public Sector<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Other\">Other<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/select>\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"Industry\" class=\"transform transition-all absolute top-0 left-0 flex items-center pl-2 text-md font-normal peer-invalid:text-xs group-focus-within:text-xs peer-invalid:h-1\/2 group-focus-within:h-1\/2 peer-invalid:-translate-y-full group-focus-within:-translate-y-full peer-invalid:pl-0 group-focus-within:pl-0 leading-none\">Industry*<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"p-xs md:p-xxs text-white invisible peer-invalid:visible peer-focus:invisible\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 48 48\" class=\"inline w-4 h-4 mr-1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<circle fill=\"#E47379\" cx=\"24\" cy=\"24\" r=\"22.7\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path fill=\"#fff\" d=\"M22.1 11.9c0-1 .8-1.9 1.9-1.9s1.9.8 1.9 1.9v15.6c0 1-.9 1.9-1.9 1.9s-1.9-.8-1.9-1.9zM26.5 36a2.5 2.5 0 10-5 0 2.5 2.5 0 105 0\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\t\t\tPlease select industry\n\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"relative z-0\" x-show=\"industry === 'Other'\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" id=\"Industry_Other__c\" class=\"block text-md font-normal py-2 px-0 w-full bg-transparent border-b invalid:border-red-100 border-brown-300 placeholder-green-900 outline-none appearance-none peer\" placeholder=\" \">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"Industry_Other__c\" class=\"absolute text-md font-normal pl-1 duration-300 transform -translate-y-6 scale-75 top-2 -z-10 origin-[0] peer-focus:left-0 peer-focus:text-xs peer-focus:text-brown-300 peer-placeholder-shown:scale-100 peer-placeholder-shown:translate-y-0 peer-focus:scale-75 peer-focus:-translate-y-6 leading-none\">Please specify other industry*<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"p-xs md:p-xxs text-white invisible peer-invalid:visible peer-focus:invisible\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 48 48\" class=\"inline w-4 h-4 mr-1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<circle fill=\"#E47379\" cx=\"24\" cy=\"24\" r=\"22.7\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path fill=\"#fff\" d=\"M22.1 11.9c0-1 .8-1.9 1.9-1.9s1.9.8 1.9 1.9v15.6c0 1-.9 1.9-1.9 1.9s-1.9-.8-1.9-1.9zM26.5 36a2.5 2.5 0 10-5 0 2.5 2.5 0 105 0\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\t\t\tPlease enter other industry\n\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"col-span-full relative group z-0\">\n\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" id=\"Company\" class=\"block text-md font-normal py-2 px-0 w-full bg-transparent border-b invalid:border-red-100 border-brown-300 placeholder-green-900 outline-none appearance-none  peer\" placeholder=\" \" \/>\n\t\t\t\t\t\t\t\t\t\t\t<label for=\"Company\" class=\"absolute text-md font-normal pl-1 duration-300 transform -translate-y-6 scale-75 top-2 -z-10 origin-[0] peer-focus:left-0 peer-focus:text-xs peer-focus:text-brown-300 peer-placeholder-shown:scale-100 peer-placeholder-shown:translate-y-0 peer-focus:scale-75 peer-focus:-translate-y-6 leading-none\">Company Name*<\/label>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"p-xs md:p-xxs text-white invisible peer-invalid:visible peer-focus:invisible\">\n\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 48 48\" class=\"inline w-4 h-4 mr-1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<circle fill=\"#E47379\" cx=\"24\" cy=\"24\" r=\"22.7\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<path fill=\"#fff\" d=\"M22.1 11.9c0-1 .8-1.9 1.9-1.9s1.9.8 1.9 1.9v15.6c0 1-.9 1.9-1.9 1.9s-1.9-.8-1.9-1.9zM26.5 36a2.5 2.5 0 10-5 0 2.5 2.5 0 105 0\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\t\tPlease enter a company name\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"space-y-12 pt-4\">\n\t\t\t\t\t\t\t\t\t<div class=\"text-xs\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"legal-text mb-4 lg:mb-3 max-w-xl\">\n\t\t\t\t\t\t\t\t\t\t\t<p>Per our privacy policy, we store information to improve your experience.<br \/>\nYou\u2019ll receive updates about related content and services. You can opt out at any time.<\/p>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"text-md ml-8\">I agree to the privacy policy<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" id=\"privacy\" name=\"agreement\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 16 16\" class=\"checkmark\">\n\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"m0 0h16v16h-16z\" stroke=\"currentColor\" stroke-width=\"1\" fill=\"none\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<path class=\"checkbox-square\" d=\"m4,4h8v8h-8z\" stroke=\"currentColor\" stroke-width=\"1\" fill=\"currentColor\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\t<p id=\"checkbox-error-message\" style=\"display: none\" class=\"p-xs md:p-xxs text-white\">\n\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 48 48\" class=\"inline w-4 h-4 mr-1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<circle fill=\"#E47379\" cx=\"24\" cy=\"24\" r=\"22.7\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<path fill=\"#fff\" d=\"M22.1 11.9c0-1 .8-1.9 1.9-1.9s1.9.8 1.9 1.9v15.6c0 1-.9 1.9-1.9 1.9s-1.9-.8-1.9-1.9zM26.5 36a2.5 2.5 0 10-5 0 2.5 2.5 0 105 0\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\t\tMust agree to privacy policy to continue\n\t\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<button class=\"mt-8 lg:mt-0 btn-text-md border border-green-500 bg-green-500 text-green-900 hover:bg-green-300 hover:border-green-300\" @click=\"await submit(0) \">\n\t\t\t\t\t\t\t\t\t\tSubmit\t\t\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/form>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2024\/02\/trl-web-gorilla-2024-thumbnail.jpg\" alt=\"\" class=\"hidden lg:block object-contain w-full mt-12 aspect-[2400\/1370]\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"p-lg text-white mt-20 lg:mt-12 extra-info\">\n\t\t\t\t\t\t\t\t<p><span style=\"font-size: xx-large;\"><strong>Are Your Data Verification Results Really Good Enough?<\/strong><\/span><br \/>\n&nbsp;<\/p>\n<p><span style=\"font-weight: 300;\">If your match rates have been static \u2013 or even falling \u2013 and your cost per verified customer has been rising, you can\u2019t miss this webinar. <\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 300;\">Incomplete data, inefficient routing and rigid legacy vendor infrastructure can lead to disappointing results and missed opportunities.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p>There is a better way, and this webinar will prove it.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Join Trulioo on March 20 to explore:<\/strong><\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 300;\">Which global and local data inputs have the biggest influence on identity verification success<\/span><\/li>\n<li><span style=\"font-weight: 300;\">How data sequencing and dynamic routing can increase match rates without raising costs<\/span><\/li>\n<li aria-level=\"1\"><span style=\"font-weight: 300;\"><span style=\"font-weight: 300;\"><span style=\"font-weight: 300;\"><span style=\"font-weight: 300;\">How to manage the rapid pace of change in identity verification \u2013 including the evolution of AI \u2013 without business disruption<\/span><\/span><\/span><\/span><span style=\"font-weight: 300;\"><br \/>\n<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p>Senior Director of Data Science Haley Cornelius and a panel of experts will take a data-oriented look at how our Person Match capability outperforms your current solution.<\/p>\n<p>&nbsp;<\/p>\n<p>This webinar will show you how our data scientists have helped our companies exceed their match rate targets while managing onboarding costs and complexity.<\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 300;\">Can\u2019t make the 20th? No worries. <span style=\"text-decoration: underline;\"><a href=\"https:\/\/www.trulioo.com\/events\/webinar\/why-good-enough-isnt-good-enough#form\"><strong>Register<\/strong><\/a><\/span> now, and we\u2019ll send you the recording as soon as it\u2019s ready.<\/span><\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n\n\n<div class=\"w-full bg-white h-[40px] lg:h-[80px]\"><\/div>\n\n<div class=\"bg-white\"><div class=\"section\"><h3 class=\"h3 my-8 lg:mb-12 text-left md:text-center mx-auto text-green-900\">Speakers<\/h3><\/div><\/div>\n\n<div id=\"speakers\"><div class=\"not-post section\">\n    <div class=\"border-t mt-10\">\n        \n                    <div class=\"my-16\">\n                <div class=\"flex justify-start items-center mt-10 mb-4\">\n                    <img decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2024\/02\/Haley-Cornelius-Headshot-e1707870697507.jpg\" alt=\"\" class=\"h-20 sm:h-24 lg:h-40 aspect-square object-cover rounded-full mr-4 lg:mr-12\">\n                    <div>\n                        <div class=\"p-lg subheading text-green-900 lg:mb-1\">Haley Cornelius<\/div>\n                        <div class=\"p-xs subheading text-brown-500 lg:mb-1\">\n                            Sr. Director of Data Science, Trulioo                        <\/div>\n                        <div class=\"p-sm break-words hidden lg:block max-w-[50rem]\">\n                            Haley Cornelius is a seasoned data professional bringing more than 8 years of experience leveraging data science and advanced analytics to uncover patterns and empower data-driven decision making. A dynamic and passionate data leader, she serves as the Senior Director of Data Science at Trulioo.                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"p break-words lg:hidden\">\n                    Haley Cornelius is a seasoned data professional bringing more than 8 years of experience leveraging data science and advanced analytics to uncover patterns and empower data-driven decision making. A dynamic and passionate data leader, she serves as the Senior Director of Data Science at Trulioo.                <\/div>\n            <\/div>\n                    <div class=\"my-16\">\n                <div class=\"flex justify-start items-center mt-10 mb-4\">\n                    <img decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2024\/02\/michael-dunne-headshot.jpg\" alt=\"\" class=\"h-20 sm:h-24 lg:h-40 aspect-square object-cover rounded-full mr-4 lg:mr-12\">\n                    <div>\n                        <div class=\"p-lg subheading text-green-900 lg:mb-1\">Michael Dunne<\/div>\n                        <div class=\"p-xs subheading text-brown-500 lg:mb-1\">\n                            Director of Customer Success EMEA, Trulioo                        <\/div>\n                        <div class=\"p-sm break-words hidden lg:block max-w-[50rem]\">\n                            Michael Dunne is the Director of Customer Success EMEA at Trulioo, leveraging his background in technology and customer relations to drive impactful strategies. With a passion for fostering client relationships, he plays a pivotal role in ensuring Trulioo&#8217;s customers achieve their goals effectively.                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"p break-words lg:hidden\">\n                    Michael Dunne is the Director of Customer Success EMEA at Trulioo, leveraging his background in technology and customer relations to drive impactful strategies. With a passion for fostering client relationships, he plays a pivotal role in ensuring Trulioo&#8217;s customers achieve their goals effectively.                <\/div>\n            <\/div>\n                    <div class=\"my-16\">\n                <div class=\"flex justify-start items-center mt-10 mb-4\">\n                    <img decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2024\/02\/Kirk-Thomas-Headshot.jpg\" alt=\"\" class=\"h-20 sm:h-24 lg:h-40 aspect-square object-cover rounded-full mr-4 lg:mr-12\">\n                    <div>\n                        <div class=\"p-lg subheading text-green-900 lg:mb-1\">Kirk Thomas<\/div>\n                        <div class=\"p-xs subheading text-brown-500 lg:mb-1\">\n                            Sr. Sales Enablement Manager, Trulioo                        <\/div>\n                        <div class=\"p-sm break-words hidden lg:block max-w-[50rem]\">\n                            Kirk Thomas began his career in sales before pivoting to the enablement space where he currently serves as Trulioo\u2019s Senior Sales Enablement Manager. As a passionate enablement leader, he focuses on understanding the goals of customers to provide informative sessions to Trulioo\u2019s go to market teams.                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"p break-words lg:hidden\">\n                    Kirk Thomas began his career in sales before pivoting to the enablement space where he currently serves as Trulioo\u2019s Senior Sales Enablement Manager. As a passionate enablement leader, he focuses on understanding the goals of customers to provide informative sessions to Trulioo\u2019s go to market teams.                <\/div>\n            <\/div>\n            <\/div>\n<\/div><\/div>\n\n<div class=\"not-post section\">\n    <div class=\"px-4 bg-green-500 grid lg:grid-cols-3 gap-8 lg:gap-10 pt-4 pb-8 lg:py-10\">\n\t\t\t\t\t<picture>\n\t\t\t\t<source media=\"(max-width: 480px)\" srcset=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/08\/trulioo-blog-webinar-highlights-468x263.jpg\">\n\t\t\t\t<source media=\"(max-width: 768px)\" srcset=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/08\/trulioo-blog-webinar-highlights-608x342.jpg\">\n\t\t\t\t<source media=\"(max-width: 1024px)\" srcset=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/08\/trulioo-blog-webinar-highlights-732x412.jpg\">\n\t\t\t\t<source media=\"(max-width: 1280px)\" srcset=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/08\/trulioo-blog-webinar-highlights-304x171.jpg\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/08\/trulioo-blog-webinar-highlights-468x263.jpg\" width=\"468\" height=\"263\" itemprop=\"image\" alt=\"Roadmap to business and identity verification success in 2023\" class=\"w-full aspect-video object-cover\">\n\t\t\t<\/picture>\n\t\t\t\t<div class=\"lg:col-span-2 my-auto\">\n\t\t\t<p class=\"p-sm lg:p-xs subheading flex items-center text-green-900 mb-4\">\n\t\t\t\t<span class=\"w-1 h-1 bg-red-500 rounded-full inline-block mr-2\"><\/span>\n\t\t\t\tOn-demand Webinar\t\t\t<\/p>\n\t\t\t<h5 class=\"h5 mb-2 lg:mb-4 text-green-900\" >Can&#8217;t Attend the Webinar?<\/h5>\n\t\t\t<p class=\"p text-green-900 mb-10\">\n\t\t\t\tEven if you can\u2019t make it to the live webinar, sign up anyway and we\u2019ll send you the recording.\t\t\t<\/p>\n\t\t\t<a href=\"https:\/\/www.trulioo.com\/events\/webinar\/why-good-enough-isnt-good-enough#form\"  class=\"inline-block text-center w-full md:w-auto mb-2 btn-text-md border border-green-900 bg-green-900 text-green-500 hover:bg-green-700 hover:border-green-700\" >Register Now<\/a>\t\t<\/div>\n\t<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":41,"featured_media":41171,"template":"single-page-template.php","meta":{"_acf_changed":false,"om_disable_all_campaigns":false},"events-types":[26],"events-topics":[363],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.1 (Yoast SEO v22.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Data Verification: Why good enough ISN&#039;T good enough - Mar. 20 | Trulioo<\/title>\n<meta name=\"description\" content=\"If your match rates have been static \u2013 or even falling \u2013 and your cost per verified customer has been rising, join our panel of data experts on March 20.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.trulioo.com\/events\/webinar\/why-good-enough-isnt-good-enough\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Data Verification: Why good enough ISN&#039;T good enough - Mar. 20 | Trulioo\" \/>\n<meta property=\"og:description\" content=\"If your match rates have been static \u2013 or even falling \u2013 and your cost per verified customer has been rising, join our panel of data experts on March 20.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.trulioo.com\/events\/webinar\/why-good-enough-isnt-good-enough\" \/>\n<meta property=\"og:site_name\" content=\"Trulioo\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/trulioo\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-29T23:46:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2024\/02\/trl-web-gorilla-2024-thumbnail.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2400\" \/>\n\t<meta property=\"og:image:height\" content=\"1370\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@trulioo\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.trulioo.com\/events\/webinar\/why-good-enough-isnt-good-enough\",\"url\":\"https:\/\/www.trulioo.com\/events\/webinar\/why-good-enough-isnt-good-enough\",\"name\":\"Data Verification: Why good enough ISN'T good enough - Mar. 20 | Trulioo\",\"isPartOf\":{\"@id\":\"https:\/\/www.trulioo.com\/#website\"},\"datePublished\":\"2024-02-13T19:17:59+00:00\",\"dateModified\":\"2024-02-29T23:46:58+00:00\",\"description\":\"If your match rates have been static \u2013 or even falling \u2013 and your cost per verified customer has been rising, join our panel of data experts on March 20.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.trulioo.com\/events\/webinar\/why-good-enough-isnt-good-enough#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.trulioo.com\/events\/webinar\/why-good-enough-isnt-good-enough\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.trulioo.com\/events\/webinar\/why-good-enough-isnt-good-enough#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.trulioo.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Events\",\"item\":\"https:\/\/www.trulioo.com\/events\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Data Verification: Why Good Enough Isn&#8217;t Good Enough\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.trulioo.com\/#website\",\"url\":\"https:\/\/www.trulioo.com\/\",\"name\":\"Trulioo\",\"description\":\"Building trust online (online identity verification services)\",\"publisher\":{\"@id\":\"https:\/\/www.trulioo.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.trulioo.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.trulioo.com\/#organization\",\"name\":\"Trulioo\",\"url\":\"https:\/\/www.trulioo.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.trulioo.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/Trulioo-Wordmark-Dark-Green.png\",\"contentUrl\":\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/Trulioo-Wordmark-Dark-Green.png\",\"width\":2784,\"height\":1464,\"caption\":\"Trulioo\"},\"image\":{\"@id\":\"https:\/\/www.trulioo.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/trulioo\",\"https:\/\/twitter.com\/trulioo\",\"https:\/\/www.linkedin.com\/company\/trulioo\",\"https:\/\/www.instagram.com\/trulioo_global\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Data Verification: Why good enough ISN'T good enough - Mar. 20 | Trulioo","description":"If your match rates have been static \u2013 or even falling \u2013 and your cost per verified customer has been rising, join our panel of data experts on March 20.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.trulioo.com\/events\/webinar\/why-good-enough-isnt-good-enough","og_locale":"en_US","og_type":"article","og_title":"Data Verification: Why good enough ISN'T good enough - Mar. 20 | Trulioo","og_description":"If your match rates have been static \u2013 or even falling \u2013 and your cost per verified customer has been rising, join our panel of data experts on March 20.","og_url":"https:\/\/www.trulioo.com\/events\/webinar\/why-good-enough-isnt-good-enough","og_site_name":"Trulioo","article_publisher":"https:\/\/www.facebook.com\/trulioo","article_modified_time":"2024-02-29T23:46:58+00:00","og_image":[{"width":2400,"height":1370,"url":"https:\/\/www.trulioo.com\/wp-content\/uploads\/2024\/02\/trl-web-gorilla-2024-thumbnail.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@trulioo","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.trulioo.com\/events\/webinar\/why-good-enough-isnt-good-enough","url":"https:\/\/www.trulioo.com\/events\/webinar\/why-good-enough-isnt-good-enough","name":"Data Verification: Why good enough ISN'T good enough - Mar. 20 | Trulioo","isPartOf":{"@id":"https:\/\/www.trulioo.com\/#website"},"datePublished":"2024-02-13T19:17:59+00:00","dateModified":"2024-02-29T23:46:58+00:00","description":"If your match rates have been static \u2013 or even falling \u2013 and your cost per verified customer has been rising, join our panel of data experts on March 20.","breadcrumb":{"@id":"https:\/\/www.trulioo.com\/events\/webinar\/why-good-enough-isnt-good-enough#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.trulioo.com\/events\/webinar\/why-good-enough-isnt-good-enough"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.trulioo.com\/events\/webinar\/why-good-enough-isnt-good-enough#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.trulioo.com\/"},{"@type":"ListItem","position":2,"name":"Events","item":"https:\/\/www.trulioo.com\/events"},{"@type":"ListItem","position":3,"name":"Data Verification: Why Good Enough Isn&#8217;t Good Enough"}]},{"@type":"WebSite","@id":"https:\/\/www.trulioo.com\/#website","url":"https:\/\/www.trulioo.com\/","name":"Trulioo","description":"Building trust online (online identity verification services)","publisher":{"@id":"https:\/\/www.trulioo.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.trulioo.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.trulioo.com\/#organization","name":"Trulioo","url":"https:\/\/www.trulioo.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.trulioo.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/Trulioo-Wordmark-Dark-Green.png","contentUrl":"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/Trulioo-Wordmark-Dark-Green.png","width":2784,"height":1464,"caption":"Trulioo"},"image":{"@id":"https:\/\/www.trulioo.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/trulioo","https:\/\/twitter.com\/trulioo","https:\/\/www.linkedin.com\/company\/trulioo","https:\/\/www.instagram.com\/trulioo_global\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/events\/41170"}],"collection":[{"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/events"}],"about":[{"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/types\/events"}],"author":[{"embeddable":true,"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/users\/41"}],"version-history":[{"count":1,"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/events\/41170\/revisions"}],"predecessor-version":[{"id":41577,"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/events\/41170\/revisions\/41577"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/media\/41171"}],"wp:attachment":[{"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/media?parent=41170"}],"wp:term":[{"taxonomy":"events-types","embeddable":true,"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/events-types?post=41170"},{"taxonomy":"events-topics","embeddable":true,"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/events-topics?post=41170"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}