Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Workaround:Webhook to php file with XML responsesReplace " with some other character like |. Have a smart campaign listening on data value change and new value contains | > call webhook* Note to set XML webhook response type to XMLYou're php code would be:";echo "
Use Person was Created and try adding the constraint "Person Source" instead, there appears to be an entry for "Facebook Lead Ads"Note that after August with the data retention policy update, this filter will be impacted. You should take the opportunity now to set a unique lead source in a custom fi...
A webhook would need to be sent from facebook to Marketo in order to populate utm values in Marketo. That you'd have to find out from Facebook.For now, I don't know of any other way but using smart campaigns with the trigger 'fills out facebook lead ads form' and flow change data values for each utm...
Yep looks fine.As you add more nurtures that coincides with existing ones, you may need to review the design before you have so many nurtures all with their own triggers that it gets very difficult to audit and make changes
Create a second smart campaignSmart list trigger would be data value changes > call result > new value = contacted Flow would be Remove from Flow and choose the smart campaign that's doing the sendingYou'd probably want to set it so leads can run through every time in Schedule > Smart campaign setti...
The following is very specific for the question originally posted, i.e. form has only 1 conditional visibility field, and the field should be moved to the bottom of the form above the submit buttonStop using the script if your requirements change.MktoForms2.loadForm("//app-asdf.marketo.com", "munchk...
Hi, your smart campaign currently doesn't have a trigger. Triggers are orange coloured rules.What is the field that gets saved in Salesforce (from the looks of things "Call Result"?)? you'll need to use that field in a "Data value changed" trigger
Have previously just used a few custom fields e.g. Qualifying Question #1, Qualifying Question #2, Qualifying Question #3 etc... and prefix each picklist value (not label) with some reminder of what question you're askinge.g....
You can host your own endpoint if you don't want to use a third party. Create a php file on your own server and use the path as your Marketo webhook url. Your payload template would be datetime={{lead.field with systemdateTime}} and response mapping JSONIf you don't need timezone translationIf you n...
If you're using Marketo landing pages you can use a combination of dynamic content and different forms. Personally, I'd opt to modify the form using JS since you'd probably be using a web service to get the country of a new IP address hitting your site anyway.