Cameron Robert
Cameron Robert
  • Видео 129
  • Просмотров 759 327
Send Logs in Salesforce Marketing Cloud
Cameron Robert talks through how to setup and customise Send Logs in Salesforce Marketing Cloud.
Send Logs in Salesforce Marketing Cloud are used to track detailed information about email, mobile and push sends at the subscriber level, and can include custom fields to support advanced reporting and troubleshooting.
Key Moments:
0:00 - Introduction
0:16 - Send Log Documentation
1:28 - How to create a Send Log in Marketing Cloud
6:16 - Adding Custom Fields to a Send Log
10:50 - Testing the Send Log
15:32 - Set custom values in the Send Log
19:44 - SMS Send Log
22:02 - Contact Support to enable SMS Send Log
22:20 - Summary
Useful Links:
Documentation: help.salesforce.com/s/articleView?id=mktg.mc_es_send_...
Просмотров: 1 284

Видео

Asset & Folder Organisation in Salesforce Marketing Cloud
Просмотров 9602 месяца назад
Cameron Robert talks through a few solutions to a commonly asked question - how to organise your assets in Salesforce Marketing. You can organise your assets into folders in Salesforce Marketing Cloud, ensuring you follow a few key tips and align the folder structure to your business's needs. Key Moments: 0:00 - Introduction 0:17 - Logically storing assets in Marketing Cloud 1:51 - Content Buil...
How to Design a Journey in Marketing Cloud
Просмотров 1,3 тыс.2 месяца назад
Cameron Robert talks through how to plan and design Journeys in preparation for building them in Journey Builder in Salesforce Marketing Cloud. Key Moments: Introduction (0:00) What is Journey Builder (0:11) Journey Examples (4:33) How to Design a Journey (10:09) Planning for Non-Linear Journey Activities (17:01) Drawing a Journey Canvas (23:14) Summary (32:31) Journey Builder Videos: • Introdu...
SSJS HTTP POST in Salesforce Marketing Cloud
Просмотров 5882 месяца назад
Cameron Robert steps through how to build a POST request with headers and a payload, post it to an endpoint, and then retrieve the response using Server Side Javascript (SSJS) in Salesforce Marketing Cloud. Key Moments: 0:00 - Introduction 0:18 - SSJS HTTP POST Documentation 1:08 - Example: Use HTTP POST to the Marketing Cloud Rest API 6:00 - Use Stringify to get the Response 8:02 - JSONParse t...
SSJS HTTP GET in Salesforce Marketing Cloud
Просмотров 7882 месяца назад
Cameron Robert steps through how to return data from an endpoint using the HTTP.GET function using Server Side Javascript (SSJS) in Salesforce Marketing Cloud. Key Moments: 0:00 - Introduction 0:14 - SSJS HTTP GET Documentation 1:45 - Example: Use HTTP GET to get data from an endpoint 5:25 - Return the Response.Content of the GET Request 6:31 - JSONParse the Response.Content value 9:50 - Summar...
SSJS Rows.Remove in Salesforce Marketing Cloud
Просмотров 3743 месяца назад
Cameron Robert shows how to use the Data Extension Rows.Remove function in Server Side Javascript (SSJS) to delete rows of data from a Data Extension using a filter in Salesforce Marketing Cloud. Key Moments: 0:00 - Introduction 0:13 - Rows.Remove Documentation 0:58 - Example: How to use the SSJS Data Extension Rows.Remove Function 3:26 - Example: Multiple criteria in the Rows.Remove Function 4...
SSJS Rows.Retrieve in Salesforce Marketing Cloud
Просмотров 4253 месяца назад
Cameron Robert shows how to use the Data Extension Rows.Retrieve function in Server Side Javascript (SSJS) to retrieve rows of data from a Data Extension using a filter in Salesforce Marketing Cloud. Key Moments: 0:00 - Introduction 0:13 - Rows.Retrieve Documentation 1:48 - Example: How to use the SSJS Data Extension Rows.Retrieve Function 3:38 - Example: Add a simple filter to the Rows.Retriev...
SSJS Rows.Add in Salesforce Marketing Cloud
Просмотров 4113 месяца назад
Cameron Robert shows how to use the Data Extension Rows.Add function in Server Side Javascript (SSJS) to add rows of data to a Data Extension in Salesforce Marketing Cloud. Key Moments: 0:00 - Introduction 0:13 - Rows.Add Documentation 1:27 - Example: How to use the SSJS Data Extension Rows.Add Function 3:49 - Example: Add multiple rows of data using Rows.Add 4:48 - Example: Add multiple dynami...
SSJS Rows.Lookup in Salesforce Marketing Cloud
Просмотров 3614 месяца назад
Cameron Robert shows how to use the Data Extension Rows.Lookup function in Server Side Javascript (SSJS) to return rows of data from a Data Extension in Salesforce Marketing Cloud. Key Moments: 0:00 - Introduction 0:14 - Rows.Lookup Documentation 1:00 - Example: How to use the SSJS Data Extension Rows.Lookup Function 4:17 - Example: Return a single value using Rows.Lookup 5:14 - Summary 📄Docume...
SSJS LookupRows in Salesforce Marketing Cloud
Просмотров 4944 месяца назад
Cameron Robert shows how to use the LookupRows function in Server Side Javascript (SSJS) to return rows of data from a Data Extension in Salesforce Marketing Cloud. Key Moments: 0:00 - Introduction 0:15 - Lookup Documentation 1:01 - Example: How to use the SSJS LookupRows Function 4:54 - Example: LookupRows with multiple rows retuned 7:05 - View the LookupRows JSON value 8:18 - Summary 📄Documen...
SSJS Lookup Data Extension in Salesforce Marketing Cloud
Просмотров 6074 месяца назад
Cameron Robert shows how to use the Lookup function in Server Side Javascript (SSJS) to retrieve values from a Data Extension in Salesforce Marketing Cloud. Key Moments: 0:00 - Introduction 0:12 - Lookup Documentation 1:01 - Example: How to use the SSJS Lookup Function 3:57 - Summary 📄Documentation: • SSJS Data Extension Lookup: developer.salesforce.com/docs/marketing/marketing-cloud/guide/ssjs...
SSJS Do While Loops in Salesforce Marketing Cloud
Просмотров 4566 месяцев назад
Cameron Robert talks through the Do While Loops function using Server Side Javascript (SSJS) in Salesforce Marketing Cloud. Key Moments: 0:00 - Introduction 0:14 - While Loop Documentation (W3Schools) 1:30 - SSJS Do While Loop syntax 4:03 - Programmatic Do While Example 8:59 - Summary 📄Documentation & Links: • While Loop (W3 Schools): www.w3schools.com/js/js_loop_while.asp • SSJS Syntax Guide: ...
SSJS For Loops in Salesforce Marketing Cloud
Просмотров 6656 месяцев назад
Cameron Robert talks about one of his favourite subjects and demonstrates how to use For Loops using Server Side Javascript (SSJS) in Salesforce Marketing Cloud. Key Moments: 0:00 - Introduction 0:10 - For Loop Documentation (W3Schools) 0:57 - SSJS For Loop syntax 2:40 - Using a For Loop with a JSON Object 5:42 - Address JSON values inside a For Loop 7:40 - Summary 📄Documentation & Links: • For...
SSJS Stringify Function in Salesforce Marketing Cloud
Просмотров 6506 месяцев назад
SSJS Stringify Function in Salesforce Marketing Cloud
SSJS Get & Set AMPscript Values in Salesforce Marketing Cloud
Просмотров 9387 месяцев назад
SSJS Get & Set AMPscript Values in Salesforce Marketing Cloud
SSJS ParseJSON Function in Salesforce Marketing Cloud
Просмотров 1,1 тыс.7 месяцев назад
SSJS ParseJSON Function in Salesforce Marketing Cloud
SSJS Write Function in Salesforce Marketing Cloud
Просмотров 1,2 тыс.7 месяцев назад
SSJS Write Function in Salesforce Marketing Cloud
Introduction to SSJS in Salesforce Marketing Cloud
Просмотров 4,8 тыс.7 месяцев назад
Introduction to SSJS in Salesforce Marketing Cloud
Sendable Data Extension Best Practices in Salesforce Marketing Cloud
Просмотров 1,7 тыс.7 месяцев назад
Sendable Data Extension Best Practices in Salesforce Marketing Cloud
How to learn Salesforce Marketing Cloud
Просмотров 11 тыс.9 месяцев назад
How to learn Salesforce Marketing Cloud
Importing Dates into Salesforce Marketing Cloud
Просмотров 1,5 тыс.9 месяцев назад
Importing Dates into Salesforce Marketing Cloud
Journey Data and Contact Data in Salesforce Marketing Cloud
Просмотров 4,1 тыс.10 месяцев назад
Journey Data and Contact Data in Salesforce Marketing Cloud
Create new Marketing Cloud API Requests in Postman
Просмотров 2,9 тыс.11 месяцев назад
Create new Marketing Cloud API Requests in Postman
Setup Postman to use with Salesforce Marketing Cloud REST APIs
Просмотров 6 тыс.11 месяцев назад
Setup Postman to use with Salesforce Marketing Cloud REST APIs
Marketing Cloud Lead Capture Ads into CRM
Просмотров 3,5 тыс.11 месяцев назад
Marketing Cloud Lead Capture Ads into CRM
Marketing Cloud TikTok Lead Capture Ads - Install & Setup
Просмотров 3,9 тыс.Год назад
Marketing Cloud TikTok Lead Capture Ads - Install & Setup
Use ChatGPT to practice SQL in Salesforce Marketing Cloud
Просмотров 3,4 тыс.Год назад
Use ChatGPT to practice SQL in Salesforce Marketing Cloud
Einstein Generative AI in Salesforce Marketing Cloud
Просмотров 9 тыс.Год назад
Einstein Generative AI in Salesforce Marketing Cloud
Introduction to SQL in Salesforce Marketing Cloud: Lesson 6 - Case Statements
Просмотров 1,8 тыс.Год назад
Introduction to SQL in Salesforce Marketing Cloud: Lesson 6 - Case Statements
Introduction to SQL in Salesforce Marketing Cloud: Lesson 5 - SQL Functions
Просмотров 2,3 тыс.Год назад
Introduction to SQL in Salesforce Marketing Cloud: Lesson 5 - SQL Functions