Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I don't think that there's any obvious documented best practices list for creating emails so that they are less vulnerable from bot attacks, simply because of the role/purpose of the bots - which is to click links in the emails, sent to the domain they protect, to prevent harmful clicks that can har...
Marketo will execute the send email flow step only for one of all the qualifying leads with same email address in the smart campaign, FYR, per this post from Marketo - lead with the lowest lead id will be sent an email. Does the lead2 in your case have the lower numeric lead id value than the lead1?
I think below velocity script should help. The script removes the "https://" from the CO field's value, protocol is then added in the tag to enable the click links tracking. #set( $fieldWithProtocol = $cartsAndQuotes_cList.get(0).cartURL)#set( $fieldWithoutProtocol = $fieldWithProtocol.replaceAll("^https://","") )My Cart...
Turning on SSO shouldn't impact your API only users as they're special users administered by other users in your instance and are never used for logging-in to the Marketo, however, as a good practice I would not mind selecting by-pass SSO for the API roles. FYR, there's a similar community thread he...
Can you please use the Get Folder ID API endpoint to retrieve the folder id of the Marketo folder first? The ID from the UI is frequently mistaken for the actual folder ID (which can be used in the API calls), but it is not guaranteed to be the same. In most cases the ID from the URL in browser is r...
I think you should be able to organize the programs in the nested campaign folders within the parent campaign folder without making any changes to the existing programs - Also, if your programs are leveraging tokens created under the main folder - those will still be available in nested campaign fol...
Thanks for sharing that! I’m not referencing any lead token in the link - just the velocity token.
No problem, @syedmuneer1! I'm glad that this helped in driving away the confusion. Can you please mark the answer as correct when you get a chance?Thank you!
I'm still getting the correct UTM parameter value in both the email preview and the actual email sent from Marketo. E-mail preview tab E-mail in the inbox of a test record On clicking the CTA from E-mail Are you adding the "?UTM=" directly in the URL editor in Marketo?
Marketo introduced the Continuous Audience Sync to Google, Facebook, and LinkedIn feature that lets you continuously sync static list’s members with the SM platforms' audience lists in its Jan 2021 product release. I think this should help you to ensure that new people added to the static list gets...