Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
That would be done through a Marketo Smart Campaign. Either by trigger or by recurring batch. Let's describe Recurring Batch: Smart List: Record was created in past day and Source = Salesforce and Unsubscribe is not TRUE.Flow Steps: Change Data Value DOI = true (and all other fields you might want t...
Okay, two more - wild - ideas: Is "HTML Encode Tokens in Emails" unchecked for your field in Marketo admin? Might it be that the field is not a Marketo Custom Field but a formerly synced Salesforce field which in fact was an Account level field so the token is not {{lead.field name}} but {{company.f...
There are two phrasings in your questions that I don't really understand. What does "setting up a programme (is that British English for a Marketo program?) using a static list". What exactly did you do with that Static List? Loaded the members on that list into the program? To what end? And what d...
We want to make it work so this field is not overwritten or modified in any way if the checkbox is unchecked. So for already opted-in persons you want to make the checkbox meaningless. Regardless what they do, they stay opted in. That doesn't make much sense, does it? Why do you show them the check...
Are you previewing "by Person"? And if that doesn't show the token value, does previewername@acme.com have the correct value in OSPA_Prize?
Be careful here, I sense a misunderstanding. 🙂 "Created at" means Marketo database creation date. So the correct statement would be: There are 627 people in the 20-39 category right now (aka: the moment the report ran or was refreshed) which were created in January 2021. There's pretty much no repo...
That default version is not for script tokens. Just put the variant for empty first names in your script:#set( $name = $lead.FirstName )#if( !$name.isEmpty() )${name.substring(0,1).toUpperCase()}${name.substring(1).toLowerCase()}#elseThere#end
In Marketo - If the value was previously empty - it did not change, it was simply created. Marketo doesn't consider an update from Empty to Something as a Data Value Change.That is not true. I wonder if it was true at some point, as Marketo Support also claimed this to be the case, but in fact it is...
Are you saying a new contact is not created in Marketo at all? That would puzzle me. I can't speak about _every_ Salesforce installation, but at least for us new contacts are certainly being created in Marketo. And they would be created as "Persons" with SFDC Type = Contact, as Marketo does not know...
Well, you certainly have to be familiar with everything here: https://docs.marketo.com/display/public/DOCS/Understanding+Batch+and+Trigger+Smart+Campaigns