Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@Kirstie_Olah ,by way of explanation of @SanfordWhiteman 's code #if( !$lead.YourFieldName.isEmpty() )This entire table row will only be included if the field has a value#end #if( !$lead.YourFieldName.isEmpty() )This line is a conditional if statement that tests to see whether the field in question...
@rafaelahm,Try using an existing base template as your starting point - once you've got the base code into your own template, you can start tweaking modules, adding your own, etc. This will give you a solid understanding of how the modules are written, and how you can extend them, and add in new on...
All,I have a situation where I can't use a trigger to fire off webhook calls (I won't get into the reasons why, suffice to say there is a quirky legacy system at the far end of the pipe). My desire is to use a smart campaign running every fifteen minutes to fire off all eligible records created and/...
@SanfordWhiteman , that is exactly what they did. This gives a couple of options. Embed Munchkin through there, or GTM (if you are also embedding that). I've gone the direct route. In a remarkable lack of SEO if you google 'munchkin wix' or 'marketo wix' their own help pages don't appear meaning ...
@SanfordWhiteman ,I've followed the guide on your blog. As always, very helpful.When I look at the page source of the Wix site in question, I can't see anything related to the injector code, or munchkin code. How (within the Wix context) can I prove the code is loaded.Also, on this page https://su...
So here is the interesting question - how does Marketo know which connector it is? (I've not given up on this yet 🙂 - dogs, bones, and all that)
Hi all.Is there any way of manually importing data, but making it seem to Marketo as if it were a FB lead ad form fill. The background is that I've discovered an agency misconfigured a FB page, so the leads haven't been coming into Marketo. I need to load them manually, but all the things that tr...
@Grace_Brebner3 , hey - at least if my ideas are being challenged it is by one of the best 🙂One of the reasons I quite like the wait step is it suggests you'll be sending the email at the same time of day as they engaged with you the first time.That being said, I also agree that it has it own sets ...
@Sophia_Sellars ,as always there are many ways to skin a cat 🙂 ONE alternative approach (and I can think of a couple) would be to Create a campaign that:Sends the emailWaits 14 daysSends the email And have a triggered (on the open of the email) campaign that removes them from the first campaign. Al...
@Sophia_Sellars ,@Grace_Brebner3 's example is spot on. As an extension of that, this link https://docs.marketo.com/display/public/DOCS/Smart+List+Filter+Operators+Glossary will take you to a generic description of the date operators and how to use to achieve your outcome (and others that may be si...