I think the idea with custom objects or custom activities (i think custom activity is more appropriate here) is that you work with your devs to segment and tag your product pages (...
Touched on here:https://nation.marketo.com/message/212923-re-can-i-sync-a-custom-campaign-object-field?commentID=212923#comment-212923That's for a single field.For multiple, you'd ...
Is there anywebhook-compatible service you know of?You can DIY with a server and a custom field. e.g.<?phpecho json_encode(['response'=>hash( "sha256" , $_POST['email'] )]);?>...
Trust me, the looping nurture program you set up is far more complex than creating an email script.Don't fear what is unfamiliar. And I apologise for seeming to trivialise it.Maybe...
As Sandford says, use a velocity script that dynamically adds blocks of text if respective checkbox is ticked.To have the email sent once, I assume your sign up form triggers a Fil...
Sanford Whiteman Please do share how one would generate a QR code in velocity on the flyRegarding your question John, we use a php QR code generation service for events. We have an...
to "fix" that, mod your .htaccess file (if using apache) to add a query string if nothing's there already.Alternate but less optimal solution using javascript (will only work for s...
Depending on how you've integrated it (REST or SOAP), follow the API guides in developers.marketo.com to implement opportunity roles.If you have a middleware maintaining the sync, ...
If you really can't do anything about the field mapping, you'll have to manage it after it gets into your marketo. Using person is created trigger and adding a constraint matching...