Configuring Custom Rates on Calculators
If you have a rates table powering the rates across your website, you can update those automatically within Chimney's calculators. There are two ways to get your custom interest rates onto the calculators.
Using Query Parameters
Query parameters allow you to dynamically update your custom interest rates within the calculators. This can be accomplished in two ways:
- Via the Address Bar: Add query parameters directly to your website’s URL. For example:
domain.com?CD_TERM_RATE.12=3.0832
- Via Embed Code: Append the query parameters to your calculator embed code. Here’s how you can modify the script by adding parameters and targeting specific fields through your Admin platform:
<script src='<https://embed.signalintent.com/js/embedded.js?org-guid=a16c156e-6cbb-4e00-baa0-040b15145afb&CD_TERM_RATE.18=4.0832>'></script>
Identify and use the field ID to set dynamic values. For example, to set a 12-month term at an interest rate of 3.83% and an initial deposit of $1,000, your URL might look like: url.com?CD_TERM_RATE.12=3.832&CD_INITIAL_DEPOSIT=1000
In this setup, terms and interest rates use the period syntax to specify term lengths and rates, while other fields are straightforward values.
This technique is versatile, allowing you to dynamically adjust not only interest rates but also any input field on the calculator using the field’s ID.
Using the Zillow Integration (for Mortgage Rates Only)
For those using mortgage-related calculators, activating the Zillow integration provides daily updated national averages for mortgage rates, based on average FICO scores. This 'out of the box' solution requires no customizations:
- Activating Zillow Integration: Enable this feature in the Advanced Customization section for calculators such as Mortgage, Mortgage Refinance, Home Affordability, and more.
Utilizing these methods keeps your calculators up-to-date with the latest rates, improving the accuracy and relevance of financial calculations on your site.