Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Have you observed other consent management platforms (CMP) work better with Marketo's API, compared to OneTrust; or is this something that is better left trusted to a middleware or reverse-ETL for improved error handling and observability? No one in the space is doing it better than OneTrust, they’...
@Jake_Kalinoski is this making sense wrt the prerequisite of knowing the count?
Currently trying to use a custom script where I set the threshold and can updated it as needed per the venue size, or other variables.
I've added another field that has a "Sorry, but we've exceeded capacity for this event..." with visibility rules to populate for partners. I've been working with AI to figure some of this out. Its giving me custom scripts to put into the HTLM of a rich text field, however they don't seem to be worki...
Please share any reference link for implementing deduplication of custom field values using Custom Objects (CO).Well, every Custom Object has 1, 2, or 3 dedupe fields. So if you set the Brand as the only dedupe field then it’ll always merge into an existing CO record. (Of course I’m leaving out how ...
That’s because you’re separately loading the reCAPTCHA Enterprise library. Marketo doesn’t do that. But Marketo does hide all instances of the reCAPTCHA badge, including the Enterprise badge (lower right) and the in-form badge (in the form). If you want to show the Enterprise badge at all times you ...
Value appeared when we preview the email using dynamic segments. But, now I have one query here that value is not reflecting if we preview the email in preview mode.You shouldn’t expect the Default preview to ever work with dynamic content.
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 ...