当前位置:网站首页>Overview of SAP marketing cloud functions (IV)
Overview of SAP marketing cloud functions (IV)
2022-06-24 14:18:00 【InfoQ】
Marketing Calendar


Success
- Popular categories : The five most commonly used categories of marketing campaigns .
- Post emotion : Score emotions from “ Strongly support ” To “ Strongly opposed ” and “ No assessment ”, Show number of social media messages .
- Hot followers ( news ) And emotional rating ( news ): The audience with the largest number of social media messages and their emotional scores .

Spend
- Total sum : Total planned expenditure for the selected campaign .
- Popular expense types : The most common expenditure types and the total expenditure of each expenditure type .

Sentiment

Marketing Plan









Budget Plans










Upload spending data for marketing campaigns


Use nodejs Realization OData Of batch Operation in Marketing Cloud Read in

var request = require('request');
var config = require("./mcConfig");
var url = config.getContactBatchURL;
var sBody = "--batch_c914-a60c-1877" + "\n" +
"Content-Type: application/http" + "\n" +
"Content-Transfer-Encoding: binary" + "\n" +
"\n" +
"GET InteractionContacts?sap-client=100&$skip=0&$top=2&$select=ImageURL%2cName%2cContactLevelName%2cCountryName%2cCity%2cEMailAddress%2cPhoneNumber%2cMobilePhoneNumber%2cCorporateAccountName%2cInteractionContactUUID%2cRelationship%2cType&$inlinecount=allpages HTTP/1.1" +
"sap-cancel-on-close: true" + "\n" +
"Cache-Control: max-age=360" + "\n" +
"sap-contextid-accept: header" + "\n" +
"Accept: application/json" + "\n" +
"Accept-Language: en" + "\n" +
"DataServiceVersion: 2.0" + "\n" +
"MaxDataServiceVersion: 2.0" + "\n" +
"\n" + "\n" +
"--batch_c914-a60c-1877--";
var getContactOptions = {
url: url,
method: "POST",
json:false,
headers: {
"content-type": "multipart/mixed;boundary=batch_c914-a60c-1877",
'Authorization': 'Basic ' + new Buffer(config.user + ":" + config.password).toString('base64')
},
body: sBody
};
function getContact() {
return new Promise(function(resolve,reject){
var requestC = request.defaults({jar: true});
console.log("Step1: get contact via url: " + url );
requestC(getContactOptions,function(error,response,body){
if( error){
console.log("error occurred: " + error);
reject(error);
}
console.log("response:" + body);
var nStartIndex = body.indexOf("{");
var nLastIndex = body.lastIndexOf("}");
if( nStartIndex < 0 || nLastIndex < 0)
return;
var sPayload = body.substring(nStartIndex, ++nLastIndex);
resolve(JSON.parse(sPayload));
});
});
}
function displayResult(oResult){
console.log(oResult);
}
getContact().then(displayResult);


Use postman establish Marketing Cloud Of Contact





{"CountryCode":"CN","City":"Chengdu","FirstName":"Jerry1","LastName":"Wang1","PostalCode":"610093","RegionCode":"","Street":" Tianfu Software Park ","HouseNumber":" Tianfu Software Park ","DateofBirth":null,"ContactPersonFacets":[{"Id":"[email protected]","IdOrigin":"EMAIL","Obsolete":false,"Invalid":false},{"Id":"","IdOrigin":"PHONE","Obsolete":false,"Invalid":false},{"Id":"","IdOrigin":"MOBILE","Obsolete":false,"Invalid":false},{"Id":"","IdOrigin":"FAX","Obsolete":false,"Invalid":false}],"IsConsumer":true,"Filter":{"MarketingAreaId":"CXXGLOBAL"}}



summary
边栏推荐
- Telecommuting: camping at home office gadgets | community essay solicitation
- Kotlin shared mutable state and concurrency
- tongweb使用之端口冲突处理办法
- Daily knowledge popularization
- 百度地图API绘制点及提示信息
- Development of B2B transaction collaborative management platform for kitchen and bathroom electrical appliance industry and optimization of enterprise inventory structure
- 4个不可不知的“安全左移”的理由
- `Thymeleaf`模板引擎全面解析
- 食品饮料行业渠道商管理系统解决方案:实现渠道数字化营销布局
- 六月集训(第23天) —— 字典树
猜你喜欢

Rasa 3.x 学习系列-非常荣幸成为 Rasa contributors 源码贡献者,和全世界的Rasa源码贡献者共建共享Rasa社区!

数商云:加强供应商管理,助推航空运输企业与供应商高效协同
![根据前序&中序遍历生成二叉树[左子树|根|右子树的划分/生成/拼接问题]](/img/f7/8d026c0e4435fc8fd7a63616b4554d.png)
根据前序&中序遍历生成二叉树[左子树|根|右子树的划分/生成/拼接问题]

常见的单例模式&简单工厂

简谈企业Power BI CI /CD 实施框架

【从零开始学zabbix】一丶Zabbix的介绍与部署Zabbix

文本对比学习综述

SAP Marketing Cloud 功能概述(三)

MIT-6.824-lab4A-2022(万字讲解-代码构建)

Convolution kernel and characteristic graph visualization
随机推荐
Unit contour creation method
Grendao usage problems
One click to generate University, major and even admission probability. Is it so magical for AI to fill in volunteer cards?
GO语言-init()函数-包初始化
智源社区周刊#86:Gary Marcus谈大模型研究可借鉴的三个语言学因素;谷歌提出媲美Imgen的文生图模型Parti;OpenAI提出视频预训练模型VPT,可玩MC游戏
markdown/LaTeX中在字母下方输入圆点的方法
How to avoid placing duplicate orders
Mit-6.824-lab4a-2022 (ten thousand words explanation - code construction)
Jerrys timer0 uses the default pa13 to detect the pulse width [chapter]
pip uninstall all packages except builtin package
4 reasons for "safe left shift"
根据前序&中序遍历生成二叉树[左子树|根|右子树的划分/生成/拼接问题]
Halcon draw area into picture
【环境搭建】zip 分卷压缩
Puzzle (016.2) finger painting Galaxy
【从零开始学zabbix】一丶Zabbix的介绍与部署Zabbix
Getting to know cloud native security for the first time: the best guarantee in the cloud Era
业务与技术双向结合构建银行数据安全管理体系
Harmony os. (2)
[learn ZABBIX from scratch] I. Introduction and deployment of ZABBIX