This article explains how to create a link for email that passes variables along from one program to another. For instance, if you want to send a link via text that allows a user to go to a firm with the information we have on their account already prefilled, you would use this method. This […]
Salesforce
Econologics Pardot UTM code JS
Basically, this script needs to replace the old one: <script type=”text/javascript”> var queryString = window.location.search; var urlParams = new URLSearchParams(queryString); var utm = urlParams.get(‘utm_source’) var utm_field = document.getElementsByClassName(‘UTM_Source’); if(utm_field.length > 0) { for (let i = 0; i < utm_field.length; i++) { var utm_input = utm_field[i].getElementsByTagName(‘input’); if(utm) { utm_input[0].setAttribute(‘value’,utm); } else { utm_input[0].setAttribute(‘value’,window.location.href); } } […]
Pardot Forms & Dropdown
Thanks for reaching out — within the form, the default “State” field in Pardot automatically maps to the Lead “State/Province” field and the Contact “Mailing State/Province” field. We would recommend keeping this sync behavior and using the default state field in the form. This shouldn’t disrupt the data import to Salesforce, and we can enable field tracking […]
