Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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 (all 2500 SKUs) and use the tag values in your custom activities which would be independent of munchkin
Touched on here: https://nation.marketo.com/message/212923-re-can-i-sync-a-custom-campaign-object-field?commentID=212923#comment-212923 That's for a single field. For multiple, you'd have to implement a syntax-like format, e.g. XMLthen you can write string manipulating logic to extract the values an...
Is there any webhook-compatible service you know of?You can DIY with a server and a custom field. e.g.map response to your custom field
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 Sanford Whiteman can give you a helping hand with the code!
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 Filled out Form or Person is pushed to Marketo trigger? Send the email in the flow of that smart campaign.
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 img tag with src to something like https://domain.com/qr.php?id={{lead.Id}}&pid={{program.Id}} and it's set up to provi...
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 some newer browsers):var queryString = window.location.search;if(!queryString.length){ window.history.pushState("object ...
As per the error then, is 1296 actually an approved form in your instance?
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, hopefully you are able to macro the creation of an opportunity role when a new opportunity is created in CRM.You can tes...
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 the person source from marketplace, copy the lead source to a custom field and over write it with a value you do want. ...