Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Would need more detail but sounds like potentially is related to the issue for outputting tracked links from a list. I recommend Sanford's excellent blog for all things Marketo + Velocity: https://blog.teknkl.com/multiple-marketo-tracked-links-in-velocity/
Hi @Ed_Ortega1 it seems you can do this via the API but not the UI. So I've just been doing via a Python script when required, let me know if want any more info
From your screenshots it looks like you're setting up an a/b test on an email program. But all you need to do is add a 'Champion/Challenger' test to your confirmation email: See docs here:https://experienceleague.adobe.com/docs/marketo/using/product-docs/email-marketing/general/functions-in-the-edit...
You can run a smart campaign using the 'Member of Engagement Program' filter and 'Change Engagement Program Cadence' flow step (= Paused)
Make sure your colleague has refreshed the report itself (bottom left of report tab pane) - browser refresh alone won't give you latest numbers.
600px tends to be standard. Although we have a global variable in our email template so can change width if needed.
Good question. Originally what I thought I wanted to do is add additional classes to the Marketo form elements. For example my Bootstrap form gives the following code for the button:So I was thinking if I could add those classes and attributes to the Marketo button, but doesn't seem there's ...
HiI'm using Sanford's code to destyle a Marketo form:https://codepen.io/figureone/pen/MbPOdj?editors=0110 But I'm looking for an easy way to then apply the css styling I have from a Bootstrap form to the destyled form, does anybody any pointers on best ways/tools to do this?Thanks
Thank you @Benjamin_Murra1
no problem, had many of those moments. In terms of writing simpler code we use MJML as our email framework, which I can highly recommend. Just let me know if you want any pointers in moving the MJML/HTML into Marketo templates.