Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Danielle, It looks like you may need to add an overflow-wrap property to the CSS specific to the dropdown options. You can edit Custom CSS on the form or, if it's embedded on various webpages, add a CSS override to the webpage's CSS file. Cheers,Beth Massura2022 Adobe Marketo Engage Champion
Hello, To add some context, the "Marketo Social..." fields are related to the social form fill feature. Unfortunately, LinkedIn social form fill is no longer an option, though Twitter and Facebook are still available. All the related fields still exist in Marketo instances though, and as the others ...
Hi Neelam, Because there is a one-to-many relationship between the person record and custom object records, it isn't possible to use a regular token (similar to {{lead.first name}} or {{my.event name}}) to populate the custom object data in an email. However, you can use Velocity script to accomplis...
Hi Mary, You might be experiencing a race condition where the record is syncing over to SFDC before the custom sync filter field is set to true. Because the value that exists in SFDC is what dictates whether the record can sync, Marketo can't update that field once it's set to false. In that scenari...
Hi Ilona, You got a great start with the Adobe learning courses and hands-on experience in a Marketo Engage sandbox. While I don't know of any "lab exercise"-type content, here are some additional resources to help you prepare:Video tutorialsSpecific documentation linked on the certification journey...
Hi Christine, It sounds like you have the account information data in Excel, but it is not yet in Marketo. You would need to create a custom field in Marketo first, then import the list. It should be a string field type since it's a mix of characters. When you want to insert it into the email text, ...
Hi Joshua, If you use a nested default program in the engagement program, you can add additional flow steps to the email-sending smart campaign that's referenced in the engagement program stream to control the send time a bit as a workaround to Recipient Time Zone.I just have a couple examples here ...
Hi Samantha, Assuming that Source Campaign is a text/string field and not a lookup field to an actual SFDC campaign object record, you could definitely use a token in the Change Data Value flow step to set the Source Campaign field with the value from Acquisition Program Name. It would look somethin...
Hi Kaitlyn, To take it a step back, can you confirm there is a smart campaign in place that should have synced all of these records to SFDC? Recall that this doesn't happen on its own - records created in Marketo must be synced to SFDC via a smart campaign's flow step initially, then the record will...
Hi there, "%2B" is the code for a + sign. You can see %2B1 in the payload template right after the To= and before the token for the person's phone number. This is what's adding the extra +1 to the number. Do all of your database records already have the +1 (or the appropriate country code) in the ph...