Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
John Clark A very sensible explanation of why triggers won't work in tokens! Now I know.
Melissa KimEvery organization talks about MQLs a bit different as Ashley mentioned.Typically you see two paths to MQL:MQL via lead score -- when a lead reaches a scoring threshold, the status changes to MQL and the lead is either pushed to SFDC and assigned to a rep or a task is assigned to an exis...
Pim Opraus Is it not possible using REGEX in your goal configuration to capture the unique string you want to fire on? You can definitely set these up as separate properties but the consequence is your reporting will be split up among different places, which may be sub-optimal. I suggest reaching o...
Anne HeetderksNo way that I'm aware of, sadly. The member URL token is the only one that is passed from the provider.
Emily DickFortunately you can usually do this without code using a Workflow Rule or Process Builder in SFDC -- just replicate the formula logic in the WFR.
Ilana MullinInteresting problem.I believe tokens will not work in this trigger -- or any trigger for that matter.Use Tokens in Flow Steps - Marketo Docs - Product Docs I am surprised that a "contains" trigger with part of the URL string is not working though. I'm pretty sure I've done this so I'd t...
Tim Gilbert, a simple method for this would be to just tag the URLs being shared with custom UTMs and have an individual tag for each sales rep. You could look at your web page activity reports and filter by UTM to see which reps are bringing in the most traffic.You could also have hidden fields on...
Sonia Lucyga Are the Div tags inside your text token? If so this would be expected as the tokens will print whatever's inside them. Or is the editor inserting Divs that aren't there in the token?
John ClarkVery helpful article John that gives some of the pitfalls on wait steps.Hank Hansen Just editing a wait duration would work fine with the caveats noted in John's article. However for more involved changes I generally find it easier not to edit an active flow that has a lot of people in it...
Webhook for doing the associate lead is really neat. Wish I had known about that a few years ago...