Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
We managed to resolve the issue with the legacy API, so fortunately I can remain in a triggered state in Marketo.Happy day!
@SanfordWhiteman , don't suppose you've got any insight on this?
Kelly,give the scheduling granularity only goes down to daily, the 'unsexy' solution (and it is that 🙂 ) becomes untenable, given it would need 48 instances of the smart campaign.
@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...