Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
an array will work, e.g. ["domain1.com","domain2.com","domain3.com"], in a text token like {{my.domainsList}}example (take this as pseudo code)MktoForms2.loadForm("//app-###.marketo.com", "###-###-###", ###, function(form) { var domainsList = {{my.domainsList}}; form.onSuccess(function(values, follo...
yes, if you have one or two forms to maintain, use the thank you page choicesbut if you need scaleability, while wanting to hide the list of domains, you can add an ajax call in your form's onsubmit to an endpoint that does the checking
suggest you do your redirect using forms js.keep your list of domains in a root level token so it scales
not answering your question but just saying... you can deploy a workaround if that's what you're ultimately after nation.marketo.com/thread/50485-pre-fill-workaround
you could use either but smart campaigns is far easieressentially you want to create a loop but smart campaigns can't request themselves, so the workaround is to have 2 smart campaigns request each other in a cycle (silly I know)your program would have at minimum:smart campaign A with trigger: i) ...
It sounds like you want to implement some form of product scoring.Something to consider: let behaviour score measure overall urgency (don't literally "split it"). In addition, create separate scores for the different types of products you offer. The easiest and most scalable way to increment product...
Any records already in Salesforce will have synced during the regular sync cycles.Records that newly entered Marketo and where you're only means of syncing is if you only have the one "Person is created" > "Sync to SFDC" smart campaign, are affectedGenerally, you can check for any affected records b...
You're going to have to tweak your velocity to accommodate the hashingorYou can remove # from your password generator if that's an option
So if anyone is in the same position that I was - had no access to JWT credentials, or you don't want to deal with the api keys and secrets blah blah, and you're willing to settle for a simple integration (we're using our own landing pages and invitation emails while letting Zoom send confirmation a...
You can pass gclid to Marketo with a form submission or munchkin apiExport these when lead status or program status = x and upload into adwordsOne thing to note, you've got 90 days from when the click id was generated to record a conversion against it