Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Yes, if you have a fixed list it’s obviously possible. I think we’re talking about automatic duplicate detection regardless of the value to be upserted.
Is there any way to prevent duplicate values in Brand Preference?Only by passing the values to a webhook-compatible service. We do that to clean up multivalued field. But this is also a good case for using Custom Objects instead of a flat field. Then the CO is deduped on the Brand and you don’t have...
I am not so proficient in Velocity script and I took help from chatgpt to implement the same.Well, that’s not going to work. ChatGPT is giving you broken code (as it usually does for Velocity tokens, not to mention infinite other areas). That’s why I mentioned you really have to understand Velocity ...
A client recently asked about connecting Marketo to Clay and we were dismayed at Clay’s official docs:Snippet from Clay docs See how they recommend Request Token Encoding: None? That’s totally wrong, since:There are {{lead.tokens}} in the body, i.e. request tokens.The body uses URL encoding, indicat...
Would need a detailed set of screenshots showing what you attempted.
Knowing if the current pageview is associated with a known lead vs. anonymous is key to a lot of cool personalization. For example, you can build the equivalent of “If Known Visitor, show Custom HTML” with a non-Marketo form. Or show instant download links if someone is associated (since clicks will...
Often the bots don't stay on the page long enough for a page view to register...That’s not exactly the case. Either the mail scanner runs JavaScript (and it turn runs Munchkin) or not. Vanishingly unlikely it has anything to do with how long the embedded browser waits before closing.
But I described how to do that above?
It’s the number of approved fields. Deleted fields don’t count against the limit, you can create and delete as often as you like.
What do you mean by “modular email global”? A global variable and a module-scoped variable are different.