Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
We assign behavior points when a lead opens an email (+1 point). Over time, we've noticed that leads who are opening these emails (and appear to be opening every one we send) but not clicking could potentially be from bots. What's happening is that these "email open only" leads in some cases are the...
We've been using FeedOtter with WordPress + Marketo for over a year now and love it. Very cost effective.
It would be really useful if you could subscribe to an alert that you'd receive when your Salesforce (or any CRM) sync takes longer than a designated period of time. Our syncs typically take ~20 minutes, but in some cases, they can last ~45. If sync duration is > X minutes, send alert to X.
We were using a currency field. This is ultimately what made our numbers format the way we wanted them to, i.e., 10,000.I then added in a $ in the HTML before the script token. ## First, covert the variable to currency format#set($total = $number.integer(${lead.your_field}))## Next, check if variabl...
Do you have an example of your entire script? I tried the above and it didn't seem to work (I'm sure something I'm doing wrong). I was able to get the numbers to format like currency in an email. Now just trying to remove the .00 from the end of the integer.