How to create a listless double opt-in in Marketing Cloud with AMPscriptPosted on Published 11/02/202006/26/2019 by Ivan Razine This article explains how to create a custom double opt-in with AMPscript in Salesforce Marketing Cloud, without using lists.
How to clone a Data Extension and its records with server-side JavaScriptPosted on Published 11/02/202006/20/2019 by Ivan Razine This article explains how to clone a Data Extension and its records with server-side Javascript in Salesforce Marketing Cloud.
How to send an HTTP request from one Marketing Cloud page to anotherPosted on Published 11/02/202006/12/2019 by Ivan Razine This article explains how to send an HTTP request with AMPscript and server-side Javascript from one Marketing Cloud page to another and display the response.
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.