How to build HTML forms without Smart Capture in Salesforce Marketing CloudPosted on Published 11/02/202006/02/2020 by Ivan Razine This article showcases 3 different methods of how to build HTML forms without Smart Capture in Salesforce Marketing Cloud using AMPscript and server-side JavaScript.
How to use WSProxy to work with Data Extensions in server-side JavaScriptPosted on Published 06/16/202203/29/2020 by Ivan Razine This article explains how to use WSProxy to work with Data Extensions in server-side Javascript in Salesforce Marketing Cloud.
How to retrieve more than 2500 records from a Data Extension with WSProxy in server-side JavaScriptPosted on Published 11/02/202003/06/2020 by Ivan Razine This article explains how to retrieve more than 2500 records from a Data Extension with WSProxy object using server-side Javascript in Salesforce Marketing Cloud.
How to generate a Data Extension with random records using server-side JavaScriptPosted on Published 11/02/202002/18/2020 by Ivan Razine What if we could generate a Data Extension with all types of fields and an unlimited number of random records just in seconds?
How to trigger a Journey API Entry event with AMPscript and server-side JavaScriptPosted on Published 11/02/202001/11/2020 by Ivan Razine This article explains how trigger a Journey API Entry event with AMPscript and server-side Javascript in Salesforce Marketing Cloud.
3 methods for better segmentation in SFMC Posted on Published 11/02/202012/17/2019 by makarova I would like to introduce you to three different ways to segment Data Extensions (DEs) in Salesforce Marketing Cloud. Those are: how to use data filters in SFMC, how to create SQL queries and how to use a third-party addon, DESelect. I hope that after reading this article the process of segmentation will take less […]
How to enhance your forms with asynchronous calls using AMPscript and plain JavaScriptPosted on Published 11/02/202012/11/2019 by Ivan Razine This article explains how to use Javascript and AMPscript to extend the functionality of your forms by creating asynchronous calls towards Marketing Cloud pages.
How to convert a Data Extension into a TriggeredSend Data Extension using server-side JavaScriptPosted on Published 11/02/202009/26/2019 by Ivan Razine This article explains how to convert a regular Data Extension into a TriggeredSend Data Extension using server-side Javascript.
How to create universal auto-generated forms with server-side JavaScript in Marketing CloudPosted on Published 11/02/202009/10/2019 by Ivan Razine What if the form was completely generic? What if the only thing we needed was to provide the script with the name of the Data Extension and it would do all the rest?
How to create a password protected Marketing Cloud page using AMPscript and SSJSPosted on Published 11/02/202009/02/2019 by Ivan Razine This article explains how to protect a Salesforce Marketing Cloud page with a login and password with the 2 factor authentication technique using AMPscript and server-side Javascript.