walletinsights.com Open in urlscan Pro
107.162.157.57  Public Scan

Submitted URL: http://walletinsights.com/
Effective URL: https://walletinsights.com/
Submission: On February 01 via manual from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: aspnetFormPOST ./

<form name="aspnetForm" method="post" action="./" id="aspnetForm">
  <div>
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJODMzNjcwMTgyD2QWAmYPZBYCAgMPZBYCAgEPZBYCAgcPZBYCAgMPDxYCHgdWaXNpYmxlaGRkZL96VHtbmYD+ag6e0K0bGZLNjxoI">
  </div>
  <div>
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334">
    <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdAAIEi6el8tVUb2MnXwuksNq7EFJw2otklse4gW52E6H6IBynuHqIkFD7qa79p5819YW8BhkC">
  </div>
  <div class="top">
    <link rel="stylesheet" type="text/css" href="css/base.css">
    <script type="text/javascript">
      var dCurrentDomain = Domain.getCurrentDomain();
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-18092679-1']);
      if (dCurrentDomain != undefined) {
        _gaq.push(['_setDomainName', dCurrentDomain]);
      } else {
        _gaq.push(['_setDomainName', '.wealthlinx.com']);
      }
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script');
        ga.type = 'text/javascript';
        ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0];
        s.parentNode.insertBefore(ga, s);
      })();
    </script>
    <style type="text/css">
      .whyWalletInsightsStyle {
        font-family: Arial;
        font-size: 14px;
      }

      .contactStyle {
        font-family: Arial;
        font-size: 14px;
        padding-left: 10px;
      }
    </style>
    <!--HEADER -->
    <div class="header">
      <div class="headertop">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tbody>
            <tr>
              <td align="left" width="10%" valign="middle" style="padding-left:20px">
                <a id="ctl00_top_ixiWalletInsightsLink" href="Default.aspx"><img id="ctl00_top_ixiWalletInsightsImage" title="WalletInsights Consumer Demographics Analysis, Financial Business Analytics for Customer Marketing Insight" src="Images/ixi_wallet_insights_nameplate185x27.png" alt="WalletInsights Consumer Demographic Segmentation, Financial Analytics for Business Marketing Insight" style="height:27px;width:185px;border-width:0px;"></a>
              </td>
              <td align="right" width="80%" height="47px" style="font-family:Arial;font-size:14px;padding-right:10px; vertical-align:middle;">
                <a id="ctl00_top_whyWalletInsightsLink" class="whyWalletInsightsStyle" href="WhyWalletInsights.aspx">Why WalletInsights</a> &nbsp; <a id="ctl00_top_contactLink" class="contactStyle" href="Contact.aspx">Contact Us</a>
              </td>
              <td align="right" width="10%" valign="bottom">
                <div>
                  <style type="text/css">
                    .hidden {
                      visibility: hidden;
                      display: none;
                    }
                  </style>
                  <div id="ctl00_top_login_notLoggedIn">
                    <script type="text/javascript">
                      var _loginAttempt = 0;
                      var loginButtonClick = function() {
                        LoginService.login(document.getElementById("email").value, document.getElementById("password").value, false, ++_loginAttempt, loginSuccess, loginFailure);
                      }
                      var loginSuccess = function(result) {
                        var loginResult = YAHOO.lang.JSON.parse(result.responseText);
                        var errorMessage = "";
                        // If two-factor authentication is enabled, the response will contain an empty LoginResult object and a Location header set to the new URL, we must use it.
                        var location = result.getResponseHeader["Location"];
                        if (location != null) {
                          window.location.replace(location);
                          return false; //Required to trigger the page to redirect.
                        }
                        if ((loginResult.d != undefined) && (loginResult.d != null)) {
                          loginResult = loginResult.d;
                        }
                        switch (loginResult.ResultCode) {
                          case 1:
                            errorMessage = "Invalid Login.";
                            document.getElementById("email").value = "";
                            document.getElementById("password").value = "";
                            document.getElementById("email").focus();
                            break;
                          case 2:
                            errorMessage = "Invalid Login.";
                            document.getElementById("email").value = "";
                            document.getElementById("password").value = "";
                            document.getElementById("password").focus();
                            break;
                          case 3:
                            errorMessage = "Password expired.";
                            break;
                          case 4:
                            errorMessage = "Account expired.";
                            break;
                          case 5:
                            errorMessage = "User not accepted.";
                            break;
                          case 6:
                            errorMessage = "User not activated.";
                            break;
                          case 7:
                            errorMessage = "User is disabled.";
                            alert("Your account has been locked out due to too many attempts. Please send an email to IXI-Bugs@equifax.com to report the problem.");
                            break;
                          case 8:
                            errorMessage = "Invalid IP address.";
                            break;
                          case 9:
                            errorMessage = "User not authorized for this component.";
                            break;
                          case 10:
                            errorMessage = "Number of login attempts exceeded. Account is disabled.";
                            alert("Your account has been locked out due to too many attempts. Please send an email to IXI-Bugs@equifax.com to report the problem.");
                            break;
                          case 11:
                            errorMessage = "User is not Activated for this component.";
                            break;
                          case 12:
                            errorMessage = "Component expired.";
                            break;
                        }
                        if (errorMessage.length > 0) {
                          document.getElementById("errorMessage").innerHTML = errorMessage;
                        } else {
                          document.getElementById("errorMessage").innerHTML = "";
                          window.location.reload();
                        }
                      }
                      var loginFailure = function(result) {
                        alert(result.responseTest);
                        alert("Login Failed");
                      }

                      function enterValues() {
                        if (null != window.event) {
                          var e = window.event;
                          if (e.keyCode == 13) loginButtonClick();
                        }
                      }
                    </script>
                    <table id="loginTable" cellpadding="0" cellspacing="0" style="height:47px;margin-right:20px;margin-left:10px;">
                      <tbody>
                        <tr>
                          <td colspan="3" style="font-size:9pt">
                            <a id="ctl00_top_login_retrievePasswordLink" href="/Account/ForgotPassword.aspx?componentName=Dashboard">Forgot Password</a> |
                            <a id="ctl00_top_login_changePswdLink" href="https://walletinsights.com/Account/ChangePassword.aspx?retUrl=https://walletinsights.com/Default.aspx&amp;componentName=Dashboard">Change Password</a>
                          </td>
                        </tr>
                        <tr class="login">
                          <td align="right" width="170">
                            <input id="email" type="text" size="32" value="LOGIN EMAIL ADDRESS" onclick="document.getElementById('email').value= '';" style="font-size:8pt">
                          </td>
                          <td>&nbsp;</td>
                          <td align="right" width="170"><input id="password" type="password" size="32" onfocus="document.getElementById('password').value= '';" value="PASSWORD" style="font-size:8pt"
                              onkeypress="if (window.event &amp;&amp; window.event.keyCode == 13)enterValues();"></td>
                          <td><a onmouseover="document.getElementById('ctl00_top_login_loginButton').src='Themes/ixi/graphics/gobutnHL.png'" onmouseout="document.getElementById('ctl00_top_login_loginButton').src='Themes/ixi/graphics/gobutn.png'" onclick="loginButtonClick(); return false;">
            <img id="ctl00_top_login_loginButton" src="Themes/ixi/graphics/gobutn.png" style="border-width:0px;"></a>
                          </td>
                        </tr>
                        <tr>
                          <td colspan="3" align="right"><span id="errorMessage" style="color:Red;"></span>&nbsp;<span style="font-size:9pt"></span></td>
                        </tr>
                      </tbody>
                    </table>
                  </div>
                </div>
              </td>
            </tr>
          </tbody>
        </table>
        <div class="headerband">
        </div>
      </div>
    </div>
  </div>
  <div class="main">
    <div class="container">
      <!--HEADLINE GROUP -->
      <div class="headlinegroup" style="margin-top: 20px;">
        <h1 class="Arial36Red">Real-Time, Actionable Customer Data and Financial Market Insights</h1><br>
        <h2 class="Arial24DkGrey">Leverage WalletInsights, a gateway to customizable consumer market analytics applications that combine your firm's data with our wealth, economic, and credit insights.</h2>
      </div>
      <!--END HEADLINE GROUP -->
      <img src="https://y.ixiaa.com/a.gif?partner=275862&amp;client=275862&amp;campaign=275864" width="1px" height="1px">
      <!--LANDING PAGE CONTENT -->
      <div class="landingpagecontent">
        <table width="960px">
          <tbody>
            <tr>
              <td width="750px" valign="top" align="left">
                <script type="text/javascript">
                  function mouseovertext(linkId, spanId) {
                    var isLoggedIn = false;
                    if (document.getElementById(linkId) && document.getElementById(spanId)) {
                      if (document.getElementById(linkId).disabled || !isLoggedIn) document.getElementById(spanId).style.display = "";
                    }
                  }

                  function mouseouttext(linkId, spanId) {
                    if (document.getElementById(spanId)) {
                      document.getElementById(spanId).style.display = "none";
                    }
                  }
                  var CT_logCallSuccess1 = function(o) {};
                  var CT_logCallFailure1 = function(o) {};
                  var CT_logCallFailure2 = function(o) {};
                </script>
                <link rel="stylesheet" type="text/css" href="themes/ixi/style.css" media="screen">
                <!--MATRIXPANEL -->
                <div class="matrixpanel">
                  <!--DASHBD MATRIX -->
                  <div class="dashboardsmatrix">
                    <div class="matrixsubhead">
                      <div align="left">
                        <h3 class="Arial18DkGrey">Strategic Data Analytics Dashboards and Reporting</h3>
                      </div>
                    </div>
                    <ul class="grid">
                      <!--RDO -->
                      <li class="hotspot" onmouseover="tooltip.show('<strong>For banks and other deposit institutions:</strong><br />Gather more deposits by marketing the right products to likely high opportunity markets and customers.');"
                        onmouseout="tooltip.hide();">
                        <a id="ctl00_mainContent_applications_retailDepositOptimizationLink" onmouseover="this.style.cursor='hand'" target="_blank"><img id="ctl00_mainContent_applications_retailDepositOptimizationImage" src="Images/iconswalletNorm/RDOIcon.png" style="border-width:0px;height:80px;width:80px;">     
                Retail Deposit Optimization
            </a>
                      </li>
                      <!--MANAGE-->
                      <li style="display:none;visibility:hidden;height:1px;" class="hotspot" onmouseover="tooltip.show('Administer your environement.');" onmouseout="tooltip.hide();">
                        <a id="ctl00_mainContent_applications_manageLink" onmouseover="this.style.cursor='hand'" target="_blank"><img id="ctl00_mainContent_applications_manageImage" border="0" src="Images/iconswalletNorm/ManageIcon.png" style="border-width:0px;height:80px;width:80px;">
                Manage
            </a>
                      </li>
                      <!-- NCTUE -->
                      <li class="hotspot" onmouseover="tooltip.show('Telco, Pay TV &amp; Utility aggregated performance scorecards.');" onmouseout="tooltip.hide();">
                        <a id="ctl00_mainContent_applications_NCTUELink" onmouseover="this.style.cursor='hand'" target="_blank"><img id="ctl00_mainContent_applications_NCTUEImage" border="0" src="Images/iconswalletNorm/NCTUEIcon.png" style="border-width:0px;height:80px;width:80px;">
                    Industry Insights
                </a>
                      </li>
                    </ul>
                  </div>
                  <!--END DASHBD MATRIX -->
                  <div class="tacticalmatrix">
                    <div class="matrixsubhead">
                      <div align="left">
                        <h3 class="Arial18DkGrey">Tactical Data Analysis and Planning Applications</h3>
                      </div>
                    </div>
                    <ul class="grid">
                      <!--CUST INSIGHTS -->
                      <li class="hotspot"
                        onmouseover="tooltip.show('<strong>For outbound call centers:</strong><br />Provide call center reps with appropriate action based on consumers’ likely financial profiles and your firm’s custom business rules.');"
                        onmouseout="tooltip.hide();">
                        <a id="ctl00_mainContent_applications_customerIXInsightsLink" onmouseover="this.style.cursor='hand'" target="_blank"><img id="ctl00_mainContent_applications_customerIXInsightsImage" src="Images/iconswalletNorm/CustomerInsightsIcon.png" style="border-width:0px;height:80px;width:80px;">
                    Customer Insights
                </a>
                      </li>
                      <!--DIGI TARGETING -->
                      <li class="hotspot" onmouseover="tooltip.show('<strong>For online campaign and advertising managers:</strong><br />Better reach your desired target audience online with our financial and economic targeting options.');"
                        onmouseout="tooltip.hide();">
                        <a id="ctl00_mainContent_applications_digitalTargetingLink" onmouseover="this.style.cursor='hand'" target="_blank"><img id="ctl00_mainContent_applications_digitalTargetingImage" border="0" src="Images/iconswalletNorm/DigitalTargetingIcon.png" style="border-width:0px;height:80px;width:80px;">
                    Digital Targeting
                </a>
                      </li>
                      <!--REALTIME APPEND -->
                      <li class="hotspot"
                        onmouseover="tooltip.show('<strong>For point-of-sale/service systems:</strong><br />Apply financial and economic insights to individual customers and prospects in real-time as they interact with your firm.');"
                        onmouseout="tooltip.hide();">
                        <a id="ctl00_mainContent_applications_realTimeAppendLink" onmouseover="this.style.cursor='hand'" target="_blank"><img id="ctl00_mainContent_applications_realTimeAppendImage" src="Images/iconswalletNorm/RealTimeAppendIcon.png" style="border-width:0px;height:80px;width:80px;">
                    Real Time Append
                </a>
                      </li>
                      <!--BATCH APPEND -->
                      <li class="hotspot" onmouseover="tooltip.show('<strong>For analysts and marketers:</strong><br />Upload your list to append licensed our measures on the fly.');" onmouseout="tooltip.hide();">
                        <a id="ctl00_mainContent_applications_appendServiceLink" onmouseover="this.style.cursor='hand'" target="_blank"><img id="ctl00_mainContent_applications_appendServiceImage" src="Images/iconswalletNorm/BatchAppendIcon.png" style="border-width:0px;height:80px;width:80px;">
                    Batch Append
                </a>
                      </li>
                    </ul>
                  </div>
                  <!--END MATRIX -->
                </div>
                <!--END MATRIXPANEL -->
                <input name="ctl00$mainContent$applications$rootUrl" type="hidden" id="ctl00_mainContent_applications_rootUrl" value="https://walletinsights.com">
              </td>
              <td width="10px" align="left">&nbsp;</td>
              <td valign="top" align="left" class="homesidebar">
                <span class="Arial22Red">WalletInsights can <br>help your company...</span>
                <br>
                <br>
                <ul id="sider" width="200px">
                  <li>Target highly profitable customers</li>
                  <li>Jump on profitable markets</li>
                  <li>Isolate and manage risk</li>
                  <li>Drive rapid changes to your field teams</li>
                  <li>Monitor performance in fast changing markets</li>
                </ul>
              </td>
            </tr>
          </tbody>
        </table>
      </div>
    </div>
  </div>
  <table id="footer" style="width: 100%; margin: 0px; border-top: 1px solid rgb(184, 184, 184); bottom: 0px;">
    <tbody>
      <tr>
        <td style="padding-right:20px;padding-left:20px">
          <img id="ctl00_msPartnerLogo" rel="nofollow" src="Images/MSpartnerlogo.gif" alt="Microsoft Partner" style="border-width:0px;">
        </td>
        <td align="right" style="font-family:Arial;font-size:9px;color:#333;padding-right:20px;padding-left:20px"> © <script type="text/javascript">
            document.write((new Date()).getFullYear().toString());
          </script>2023 Equifax, Inc., All Rights Reserved &nbsp;<a target="_blank" href="http://www.ixicorp.com/privacy-commitment/" title="Privacy Commitment">Privacy Commitment</a>
          <br><br>
          <img src="Images/footer-logo-equifax.png" alt="Equifax">
        </td>
      </tr>
    </tbody>
  </table>
</form>

Text Content

Why WalletInsights   Contact Us

Forgot Password | Change Password    




REAL-TIME, ACTIONABLE CUSTOMER DATA AND FINANCIAL MARKET INSIGHTS



LEVERAGE WALLETINSIGHTS, A GATEWAY TO CUSTOMIZABLE CONSUMER MARKET ANALYTICS
APPLICATIONS THAT COMBINE YOUR FIRM'S DATA WITH OUR WEALTH, ECONOMIC, AND CREDIT
INSIGHTS.


STRATEGIC DATA ANALYTICS DASHBOARDS AND REPORTING

   
 * Retail Deposit Optimization
   
 * Manage
   
 * Industry Insights


TACTICAL DATA ANALYSIS AND PLANNING APPLICATIONS

   
 * Customer Insights
   
 * Digital Targeting
   
 * Real Time Append
   
 * Batch Append

  WalletInsights can
help your company...


 * Target highly profitable customers
 * Jump on profitable markets
 * Isolate and manage risk
 * Drive rapid changes to your field teams
 * Monitor performance in fast changing markets

© 2023 Equifax, Inc., All Rights Reserved  Privacy Commitment