Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
The Marketo documentation seems a little thin on custom activities, and I can't visualize how creating those relates to things we're uploading to Marketo.We have an integration that takes sale activities from our CRM and ads them to Marketo. That process includes an external lead ID (which is the le...
I would like to send sales owners a weekly report of their clients who have visited the web site. I could create a thousand reports, each with its own subscription, but that is unsustainable. I could create an alert, but that would generate an email for each client, and that would be overwhelming fo...
Wow, thank you for the additional time on this. The truth is I can barely read JavaScript well enough to almost understand what you're doing there much less write something like that myself.I think .filter is screening out the hidden prizePot value from also being summed.I never did get a good feel ...
Thanks. Here is a link to the page with the code on it: http://go.appleone.com/Bingo_Contest_11-2018_21-LP-Prize-Page2.html?aliId=23432514 I tried removing MktoForms2.loadForm and replacing with MktoForms2.whenReady. The alert isn't getting displayed on form submit though, so I also tried adding Mkt...
I'm trying to interrupt form validation so I can check to see if the values of all submitted fields are less than or equal to the value of a hidden field. I found the Forms API here: http://developers.marketo.com/javascript-api/forms/ If I add their code samples to my guided landing page template ou...
I'd like a report that shows the IP Address and Inferred company for Anonymous leads that visit a particular web page. Web Page Activity Report and Company Web Activity Report don't seem to allow you to filter based on web page visited, and a smart list doesn't seem to allow you to select anonymous ...
If you go to Admin > Field management > Field Actions > Block Field Updates...that should allow you to set the field so that it always retains its original value.
Standard behavior seems to be to use email address to determine whether a lead exists so it can be updated or created as appropriate. Is it possible to use any other field such as the Marketo ID to identify which lead the form should update? So for instance, if I have 2 email addresses, and Marketo ...
I have a campaign that runs nightly and leads go through it every time. If a lead meets the smart list conditions, I use the flow step Add to Engagement Program, and add them to Stream 1. If a lead was already in the program and had transitioned to stream 2, will that flow step move them back to str...
Thanks. That worked. You are all awesome.