How to filter and delete multiple Data Extension records with a Script ActivityPosted on Published 02/04/202408/16/2021 by Ivan Razine This article explains how to delete multiple Data Extension records with a Script Activity in a Marketing Cloud Automation.
How to create, store and use REST API tokens in Salesforce Marketing CloudPosted on Published 02/04/202407/05/2021 by Ivan Razine This article showcases how to create, store and use REST API tokens in Salesforce Marketing Cloud for performing REST API requests between Cloud Pages and Code Resources.
How to use AMPscript to enhance server-side JavaScript in Salesforce Marketing CloudPosted on Published 02/04/202406/23/2021 by Ivan Razine This article explains how to use AMPscript to enhance server-side JavaScript in Salesforce Marketing Cloud and use it in Script Activities and Automations.
Develop faster for Marketing Cloud using One Drive, Google Drive and DropboxPosted on Published 02/04/202411/30/2020 by Ivan Razine This article explains how to speed up the development for Salesforce Marketing Cloud using Cloud Storage Services, such as One Drive, Google Drive and Dropbox.
How to hide Data Extensions in Contact Builder and Email Studio using server-side JavascriptPosted on Published 02/04/202408/24/2020 by Ivan Razine This article explains how to hide Data Extensions from the Marketing Cloud user interface (Contact Builder and Email Studio).
How to build a Search and Replace app in Salesforce Marketing Cloud with Vue, SSJS and REST APIPosted on Published 02/04/202406/26/2020 by Ivan Razine This article explains how to build a Search and Replace application in Salesforce Marketing Cloud with the use of Bootstrap, Vue.js, server-side JavaScript and REST API.
How to use WSProxy to work with Data Extensions in server-side JavaScriptPosted on Published 02/04/202403/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.
The 5 ways of adding and updating records in SFMC using AMPscript and server-side JavaScriptPosted on Published 02/04/202401/28/2020 by Ivan Razine Remember, knowledge is power! Each of the methods presented below offers a different approach to coding and may even give us a hint on how to approach other methods available in Marketing Cloud.
How to use delimited strings to store more data in a single Data Extension record with AMPscriptPosted on Published 02/04/202410/09/2019 by Ivan Razine This article explains how to use delimited strings to store more data within a single Data Extension record with AMPscript in Salesforce Marketing Cloud. Not a fan of reading? Jump to the code snippet. What’s a delimited string? A delimited string is a chain of characters where different pieces of information are separated by one special character. This […]
How to simplify your life by using Regular Expressions with AMPscript in SFMCPosted on Published 02/04/202410/07/2019 by Ivan Razine This article explains how to simplify your life by using the overly complicated Regular Expressions with AMPscript in Salesforce Marketing Cloud.