Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
The Marketo Launch Point site might be useful - https://launchpoint.marketo.com/categories. Check out "Data Quality and Data Enrichment". I haven't used any of these myself, but I believe that most of them work by using the Marketo "call webhook" flow step to push out the details of the person who ...
Hey @SanfordWhiteman , thanks again for yet another useful post. But, the top link around "HTML and JS tips in this newer post" seems to be broken - it takes me to the homepage. Could you update the link? Thanks!
Hi Courtney How do the failures compare to the ones that worked? Could you post an example of each? It's likely this is an issue with GTW if the outgoing webhooks look the same.
I like the idea. Not sure if it can be done though. While you can specify constraints and triggers on SF custom objects via the schema, there is nowhere I've seen that allows that control on the SF Campaign object. Hope I'm wrong since that would be useful.
Nope sorry, certainly not that I am aware of anyway. We have a segmentation set up which we add to each email send campaign / smart campaign based on region. For example, if APAC requested the send, then we have criteria something like the below, where 1 and 2 are the core audience, and 3 is a segm...
Thanks Sanford! I've bookmarked it.
Thanks Sanford! Works like a charm. So I got chop from here: https://velocity.apache.org/engine/1.7/apidocs/org/apache/velocity/util/StringUtils.html. To be honest when I'm looking for methods I don't know I.....don't know where I should be looking! What is your master reference for methods? I feel ...
Hi all Trying to do something which should be pretty straightforward - struggling! I'm trying to take a 18 character ID and take the first 15 characters from the left. I've looked up the string documentation and found $String.chop(), but using things like: #set($id = "001jdhvie9584nvjdk")#set($id =...
Hi @Sean_Richards , I've uploaded to Github:github.com/philwild2/marketo-google-audiences/tree/master. So....caveat that you will need to install Google Ads API client library to get it to work, and I did this so long ago I don't actually remember how I did it! Hopefully you can figure it out. Basic...
We've run into this before (can't use 2nd level objects in scripts) - but you could have a formula field on the 1st level object, the Opportunity, which rolls up the information you need, potentially?