Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Josh Hill wrote:In addition to what Greg said, you can absolutely stop this behavior:build better preference centerautomate list cleaningany hard bounce=invalidcompetitors=blacklisthard bounce with spam code=invalidsoft bounce x3 = suspend or invalidknown spam traps or bad emails like info@ = blackl...
I recently did an audit on the new instance of Marketo I'm moving into and discovered a TON of bad leads and bounces due to blacklisting. Looks like this has been going on for a while - people were getting lists from who knows where, uploading them and the emailing the heck out of them. I did some l...
Hmmm. We had a campaign that wanted to update a field on a couple thousand leads and we hit that error.
Are you sure the server time for the SFDC instance is PDT and not just the display time?
I believe SFDC only allows 100 updates in a single job. We see this happen a lot when we have a program that updates large batches of leads. Here's a link to the error you'll receive: System.LimitException: Too many SOQL queries: 101https://help.salesforce.com/apex/HTViewSolution?id=000181404&langua...
It's possible that you didn't correctly create the form element. Open up the Checkboxes item on the form and click Advanced Editor, then copy and paste what you see.If you used a value of "Yes" for each of the lines then you lost the data. It should look like this:Option A | Option AOption B | Opt...
The blog post I wrote gives examples of how to skip content based on some conditions:Length Matters: Engagement Programs that Don't Finish Too Quickly...
I like to create a stream called "Success" or "Completed". I then have external workflows that set criteria to move people into those buckets. For example, if I'm nurturing someone and suddenly they make a purchase I move them into the Success stream. If they disqualify for any reason I put them in...
Try something like this: function(form) { form.vals({"PostalCode":"{{lead.Postal Code}}", "Phone":"{{lead.Phone Number}}", "FirstName":"{{lead.First Name}}", "LastName":"{{lead.Last Name}}", "Company":"{{company.Company Name}}...
More betterer would be to create specific static lists, for example: Monday, Tuesday, Noon, Morning, etc.Create a smart campaign: Was Sent Email IS ANY Date: In Past 23 Hours WRITE TO LIST "Monday" REPEAT WEEKLY at 11pm.Clone this for your other days.You can also do this as an AM/PM by setting it da...