How to retrieve records using complex filters with server-side JavaScriptPosted on Published 11/02/202006/03/2019 by Ivan Razine This article explains how to retrieve records using complex filters with server-side Javascript in Salesforce Marketing Cloud.
How to create an expiration date for Cloud pagesPosted on Published 11/02/202005/27/2019 by Ivan Razine An expiration date is used to prevent the customers from accessing a Cloud page and redirect them to another URL. Unfortunately, Marketing Cloud doesn’t provide this feature out-of-the-box, but thanks to AMPscript and server-side Javascript, creating a seamless expiration date flow is somewhat easy.
How to send a Triggered Send email with server-side JavaScriptPosted on Published 11/02/202005/22/2019 by Ivan Razine Using server-side Javascript to send Triggered Send emails in Marketing Cloud is a very flexible and simple solution. When compared to the same code made with AMPscript, it appears to be more structured and clear.
How to pre-fill a form with AMPscriptPosted on Published 07/10/202105/15/2019 by Ivan Razine When a customer arrives on a Cloud page, having a pre-filled form with the information we know about the customer is crucial to a good user experience. Salesforce Marketing Cloud allows us to pre-populate forms with relative ease using only few lines of AMPscript.
How to create and move to folders with server-side JavaScriptPosted on Published 11/02/202004/29/2019 by Ivan Razine Is it possible to create a new folder and move there our brand new Data Extension? Of course it is and here is how!
How to debug AMPscript and avoid Error 500Posted on Published 11/02/202004/18/2019 by Ivan Razine Although it’s the common belief that there is no way to easily debug AMPscript and avoid the pesky Error 500, it’s still possible!
How to create a Data Extension with server-side JavaScriptPosted on Published 11/02/202004/09/2019 by Ivan Razine Server-side Javascript (SSJS) is a powerful tool in Marketing Cloud. We can use it to our advantage and create Data Extensions on the fly.
How to read data from a Data Extension with server-side JavaScriptPosted on Published 11/02/202004/09/2019 by Ivan Razine In this article, I will show you how to create a Data Extension, fill it up with data and retrieve this data with server-side Javascript.
How to create links and redirects in Marketing CloudPosted on Published 12/03/202104/08/2019 by Ivan Razine The matter seems trivial but still requires close attention when passing URL parameters.
How to create a Form Handler and avoid Smart CapturePosted on Published 11/02/202004/08/2019 by Ivan Razine A Form Handler is a web page which allows us to avoid the flawed Smart Capture feature and grants the freedom to create any kind of forms.