Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I think it's a security and legal requirement for good reason—danger of security risks, privacy risks, and being sued with having that data exposed. It didn't get to be a requirement without reason.I think the conversion rate changes are negligible, but depend on the prospect audiences. I'm thinking...
Gotcha.First guess: try changing it from {{system.UnsubscribeLink}} to {{system.unsubscribeLink}}, according to Marketo documentation.
Tokens within tokens? I'm guessing it's a problem with tokens within tokens.Edward
Here's a diagram of how the cast is decided:Engagement programs determine if they want that email/program for a cast based on two criteria: (1) the lead has received that email based on its unique ID (not applicable for programs) or (2) the lead is a member of the program being called."Exclusion" is...
You need to change the "to-be-excluded" leads' program statuses to "Exclusion" in the email cast programs. Once they're members of those email cast programs, they'll be skipped by the engagement program when that program comes up next in the queue.
I've done what Justin has suggested before, and that works, especially when you have the campaign scheduled to run on the 1st of every month—then you're controlling the date filters, so you're not hitting dates that are in the middle of the months. That way you have the smart campaign scheduled to r...
Alex is right! Rich text tokens are wrapping the values in paragraph tags, which is creating the line breaks. If you use text tokens instead, it won't automatically wrap your tokens in
, so it'll be on the same line.Your operations you can use in that case are the same as you would see on a trigger or filter regarding a field:Data value is changed, and new value: Or, as a filter, that specific field:So there are some options as long as you concatenate those fields with prefixed unique identifiers. The problem i...
EDIT: Woops, looks like I misunderstood your question. The below is more of an answer for displaying "your top 5 upcoming webinars" on a confirmation page.You could sure (technically) do it via a lead field that concatenates the values together, then display the token onto the confirmation page.----...
Hey Dexter, is it when newly editing queue assignment, or is affecting all previously-functioning smart campaigns that haven't been edited? I.e., is the problem with the Marketo UI submitting to the back-end, or is it a problem with back-end processing?I just checked in our instance and this isn't a...