Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I have seen two different approaches to Marketo Landing pages.Put everything long-term on your main website. Only use Marketo landing pages for temporary things, such as event registrations or temporary promotions. This sounds similar to your approach.For those with a website controlled by IT or whe...
@Sreekanth_Reddy is this one you can jump in on? But I know we're just going live now with a few examples. If you want to see on in action, you can check out this page: https://chapmanbright.com/martech-services/chat-conversational-marketing/
Hi Mike, I don't have an exact date to share, but that is definitely worth asking the product owner. I know they are working on a few last details before they hope to release. 🙂
Hi Mike, We are also using Dynamic Chat but we don't have it live at the moment because none of the activity data is currently syncing with Marketo. I know that the Adobe team is also working on a few bugs before the official release in October. I would suggest logging the bug with the Dynamic Chat ...
Just to follow up on this, it turns out the capitalization in API names was different between sandbox and production, which is why I was having issues. The code was perfect. Thank you again for the review!
@SanfordWhiteman Thank you so much for taking the time to review. Yes, I am testing with real emails, and yes, the token is only used once. When I include the lines for the default link, everyone seems to get the default link. When I remove those, the link comes in with the token instead of the act...
#set( $defaultLink = "www.example.com/" )#foreach( $opportunity in $OpportunityList )#if( $opportunity.salesStage.equals("Active") )#set( $OutputURL = $opportunity.Opportunity-URL-value )#break#end#end#set( $OutputURL = $display.alt($OutputURL, $defaultLink) )Click here I thought I had this working ...
Thank you for this! I was able to use this to update my script and it now appears to work.
I have an email where I need to display a URL that is stored in a field on the Opportunity. I successfully wrote a Velocity script that populates a token with this field from the most recent active opportunity. However, I am running into the same problem that this post discusses. Because the field i...
Thank you for the ideas. I think you may be right about the Updated Trigger not working. And unfortunately, that is the primary trigger I need. In this specific situation, we don't have a native integration set up, so I believe the opportunities are still custom objects. But also worth a further inv...