How to create an expiration date for Cloud pagesPosted on Published 02/04/202405/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 02/04/202405/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 02/04/202405/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 02/04/202404/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 02/04/202404/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 02/04/202404/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 02/04/202404/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 02/04/202404/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 02/04/202404/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.
How to send an email with AMPscriptPosted on Published 02/04/202404/08/2019 by Ivan Razine Creating a triggered email in Marketing Cloud is not an easy task. But once mastered, the process doesn’t take too much time.