Skip to content

MbqIIB/Salesforce_Marketing_Cloud_Code

 
 

Repository files navigation

Salesforce Marketing Cloud AMPScript, JavaScript, FUEL SDK-NODE, SQL Recipes and Examples


This repo has a variety of recipes/examples that I have used for client Salesforce Marketing Cloud engagements.

Introduction to AMPscript

AMPscript is a scripting language that you can embed within HTML emails, text emails, landing pages, SMS messages, and push notifications from MobilePush. The system processes the script at the point where you include it in the message to render content on a subscriber-by-subscriber basis. The Marketing Cloud application handles all AMPscript calls at the end of the email send.

AMPscript can also interact with your data extensions. Use AMPscript to include information from your data extensions in your messages and to update data extensions with information from your landing pages.

Use AMPscript to process information and include information from your data extensions in the body of your messages and landing pages to provide advanced personalization for the subscribers.

Getting Started with AMPScript

Salesforce Marketing Cloud Developer Group

About

A repository of Salesforce Marketing Cloud Code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 78.2%
  • JavaScript 21.8%