Data Views are a powerful feature of Salesforce Marketing Cloud. They store subscriber information and the last six months of tracking data for your account. While they cannot be accessed or viewed from the UI, they can be used like any other data extension: you can write a query against a data view in Automation …
Create a SmartCapture form prefilled (prepopulated) with Salesforce data
Smart Capture allows you to easily create forms on your Cloud Pages to collect information about your subscribers and then use that data for future sends and campaigns. While creating a Smart Capture form doesn't require any coding skills and can be done using only the drag-and-drop editor, adding a simple script to your form …
Continue reading Create a SmartCapture form prefilled (prepopulated) with Salesforce data
Make a simple API call in Salesforce Marketing Cloud using AMPscript
In this tutorial, I would like to show you how to make a simple API call using the HTTPGet function. In AMPscript, there are three HTTP functions used to interact with third-party APIs (HTTPGet, HTTPPost, HTTPPostTo). The HTTPGet function retrieves content from a publicly accessible URL. In the ampscript.guide, you can see an example of …
Continue reading Make a simple API call in Salesforce Marketing Cloud using AMPscript
Debugging AMPscript
Debugging AMPscript in Salesforce Marketing Cloud can be a pain, as there is no built-in feature that would show script errors in CloudPages. The idea to add a debugging feature to CloudPages has been hanging in the Traiblazer Community's "Ideas" section for two years now and haven't yet reached the point threshold set by Salesforce …
Query Studio for Salesforce Marketing Cloud
The ability to write and automate SQL queries in Automation Studio is an indispensable feature when it comes to working with data in Salesforce Marketing Cloud. The current SQL query editor in Automation Studio is very rudimentary and makes it almost impossible to debug SQL queries. It can be very time consuming and frustrating to …
Continue reading Query Studio for Salesforce Marketing Cloud