Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi @s_skala , Good news and bad news: yes, it's certainly possible. But dates open up a world of complexity in Velocity 🙂 @SanfordWhiteman has created some excellent resources on his blog: https://blog.teknkl.com/velocity-days-and-weeks/ My advice would be: start simple. See if you can get today's...
There are probably a few ways to do this...some that spring to mind: Once you send the double opt-in email, set them to Marketing Suspended immediately. That will ensure they don't get anything until you switch it back.Run custom subscription fields: this is probably a better long-term solution. Eg....
Hi @Sarin , If you aren't using smart list filters in the report, the email performance report is unaffected. This article explains the considerations: https://nation.marketo.com/t5/knowledgebase/marketo-activities-data-retention-policy-impact-on-reporting/ta-p/250857
You might already know this @Eric_Rex3 , but just to double-check: When you have an #if statement with #elseif conditions as well, the action you want the script to take should be after each evaluation, not at the end of all your #elseif evaluations. For example, this won't "do something" if $check...
Hi @vlionenapoli , Hmm, confusing. The only thing I can think of is that it's delayed due to Marketo taking some time to process a large number of webhooks. Unlike the "Send Email" step, there isn't anything I know of that would cause a lead to straight-up skip a "call webhook" step. It would always...
Not a lawyer, but if your legal team has determined that double-opt-in is required, then that would apply to any subscription. Not where someone isn't actually subscribing. So if they submit a Contact Us form, then to reply to that via your sales team double opt in wouldn't be required. Depending o...
Yes. There would likely be implications for adblockers here though since that content will be coming from another domain. I'll defer to @SanfordWhiteman here for best practice.
Hi @TanyaB ,Yes, you can do this, but it can be a bit hacky. Here's what we've done in the past:1. To snooze for thirty days, you can change the "Marketing Suspended" field to be TRUE, then switch it back 30 days later. If you wanted to make this dynamic, you could even let the user pick, write that...
Hi @npasero , What you're looking to do is possible, it's just a question of how to structure it. Here are the docs on partitions and workspaces: https://experienceleague.adobe.com/docs/marketo/using/product-docs/administration/workspaces-and-person-partitions/understanding-workspaces-and-person-par...
Hi @abhishek_c , If you are looking for more information on Marketo's APIs, then really the documentation is quite comprehensive. If you are looking for how best to use those APIs to integrate into other systems, you will likely have to hire external developers. Unless you have a more specific quest...