Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi David,If I understood your issue correctly, why don't you add your new program within the stream after your current program but keep it deactivated (default) until it is ready to launch.Once you activate the new one you deactivate the old one and keep it in the same spot in the stream if you ever...
Hi Morgan,I don't think the {{SP_Send_Alert_Info}} token is editable. I'm sure that you could always use the token in a custom field and append extra tokens next to it if this would be preferable.Otherwise if you want to change it you could make your own snippet with the similar data the token conta...
Glad I could help out!/Erik
Hi Kim,In this case:Unsubscribed would be detailing the act of unsubscribing in generalUnsubscribed from Email - The asset that triggered the email to go to your Unsubscribe Page to UnsubscribeThe second would be more useful when pinpointing which emails have driven unsubscribes and you could even s...
In this case the Updated At field is a date field. So using that filter I showed it will include: Leads who were last updated at a date before 1 year ago. Also meaning it will exclude those who have a date last updated less than one year ago.For example my Smart List shows the last updated leads whe...
Hi Nancy,If you look in the bottom right of many of your filters, the activity is archived after 90 days.Since activity log updates reflect on the Updated field, you can try using a filter for the system field Updated, like this:/Erik
Hi Julia,This may be caused by your code, for example a @media query for responsive layout and 100% width on images making smaller images look granular when blown up full-width on a smartphone screen.It could even be other reasons, do you have a code dump, example image and screenshot to detail it b...
Hi Denise!Here is quite an interesting read on the Champions Blog from a few months ago:Google Analytics and Marketo: Events and Forms and APIs, Oh My!As detailed by Courtney towards the end of the post, she built a simple query to retrieve users with Marketo IDs and calculate their average time on ...
Hi Thomas,Your question is not too recent but I did not see anyone touch upon Velocity scripting.Here is an example from Marketo where the first example is relative to your question: http://developers.marketo.com/documentation/velocity-script/In this case you would of course need to be aware of the...