Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hey Andras,Can you provide an example of the call which failed with your Auth Header omitted?
{{lead.ID}} Should work to place the lead ID.
Hey Heather,You can block fields from updates in Marketo via field management. Go into Admin>Field Management then select the field which you wish to block and select Field Actions>Block Field from Updates then select the sources you wish to block. Note that this will not prevent empty fields from...
Hey Amelia,If there's a form on the page you can go into the source of the page(ctrl+u) and search for "lpid". Grab the number of the lpid from the 'value' of the input element. Next go into Marketo and replace the '#**************' at the end of the URL with this '#LPxxxxA1' replacing xxxx with t...
Hey Brandon,You'll only want one campaign for this.Trigger:Fills Out FormFlow:Send EmailWait Five DaysSend EmailAdd Choice:If clicks Link in Email is not Whitepaper LinkThen Send EmailDefault Choice:Do Nothing
Hey Christina, You're probably looking for a Lead Performance report, grouping by Lead Created, and then with custom columns for score ranges. The first step is going to be creating a few smart lists, up to five, with a Lead Score Between X and Y. Between is inclusive in Marketo so if you set Lead...
Hey Steve,The associateLead function generates a GET http request to your Marketo instance when it runs. Can you capture this request and post it?
Hey Steve,What does your GET end up looking like? Could you also provide an example email and key that you use to generate the hash to compare with?
It would be really helpful to allow fields which are not directly included in a form to be added as URL parameters via the URL builder function.For example, I could add a custom utm_medium to a URL without including it as a hidden field in my form.
Hey Claude,This article has a pretty good method for doing this via the ziptastic API: http://css-tricks.com/using-ziptastic/