京公网安备 11010802034615号
经营许可证编号:京B2-20210330
大数据与数字化营销
【大数据与数字化营销】据对美公司首席信息官(CIO)的调查发现:仅23%的公司在收集顾客的人口信息和消费习惯之类的数据,并且利用这些数据进行战略决策。但其中却仅有46%的公司拥有数据分析的资源或系统。他们面对的主要挑战在于数据处理、信息管理和数据分析难题。数据管理平台(DMP)发展空间巨大,将是未来数字营销的理想工具。
文章全文:
To Handle Big Data, Advertisers Turn to DMPs
There’s a big to-do about Big Data and data management platforms (DMPs) in the digital advertising space. According to a new eMarketer report, “Data Management Platforms: Using Big Data to Power Marketing Performance,” DMPs enable marketers to use their Big Data to make smarter and more efficient marketing decisions.
Still even as brands use Big Data to build a holistic picture of their potential and real customers, many still find it challenging to extract cross-channel insight from that data.
Ziff Davis found 49% of companies polled worldwide had enacted a data management strategy as of fall 2012. And according to a survey from IT staffing service Robert Half Technology, just 23% of US chief information officers (CIOs) said they were collecting customer data such as demographic information or buying habits. Of that small percentage, less than half (46%) reported having the resources or systems to analyze the information they gathered.
A very general term, Big Data can refer to first-party customer information, third-party audience data, offline purchase data, online advertising behavioral data, campaign analytics and much more.
It can prove challenging to integrate disparate sets of data coming from social media, campaign analytics, offline sources or third parties. In fact, Big Data solution provider Infochimps surveyed IT professionals in North America and found that 83% of respondents said processing such information was a leading Big Data challenge, followed by managing the information (42%) and analyzing the data (41%).
If data is digital marketing’s currency, then the DMP is its bank. Big Data is stored and standardized here so that each data asset can be tied to a particular customer or audience segment. Once standardized, marketers can use that information to power multiple functions, both within digital and across a company’s broader marketing program.
DMPs can house both structured data, typically quantitative in nature, as well as unstructured data, often qualitative in nature—for example, social network data. Once all of these disparate sources are entered, DMPs can standardize them to build a larger, more descriptive picture of a customer or audience base that marketers can act on.
The DMP’s ability to take all of that Big Data from first-, second- and third-party sources and then organize it into meaningful audience segments makes it an ideal tool for audience targeting. This function—particularly for first- and third-party data—was also the top-reported competency of DMPs by US marketing professionals in a September 2012 surveyed by Winterberry Group.
Other than their role in organizing data on customers, DMPs are also a prime tool for campaign measurement, both within digital and across platforms.
“There’s real value in being able to address the audience first to determine what to buy,” said Mark Zagorski, CEO of data provider eXelate. “By looking at your audience and how they’re interacting with a particular ad or promotion, you can take those learnings and feed them into your current efforts and your next campaign.”
The full report, “Data Management Platforms: Using Big Data to Power Marketing Performance” also answers these key questions:
数据分析咨询请扫描二维码
若不方便扫码,搜微信号:CDAshujufenxi
在数据分析中,“正态分布” 是许多统计方法(如 t 检验、方差分析、线性回归)的核心假设 —— 数据符合正态分布时,统计检验的 ...
2025-10-28箱线图(Box Plot)作为展示数据分布的核心统计图表,能直观呈现数据的中位数、四分位数、离散程度与异常值,是质量控制、实验分 ...
2025-10-28在 CDA(Certified Data Analyst)数据分析师的工作中,“分类变量关联分析” 是高频需求 —— 例如 “用户性别是否影响支付方式 ...
2025-10-28在数据可视化领域,单一图表往往难以承载多维度信息 —— 力导向图擅长展现节点间的关联结构与空间分布,却无法直观呈现 “流量 ...
2025-10-27这个问题问到了 Tableau 中两个核心行级函数的经典组合,理解它能帮你快速实现 “相对位置占比” 的分析需求。“index ()/size ( ...
2025-10-27对 CDA(Certified Data Analyst)数据分析师而言,“假设检验” 绝非 “套用统计公式的机械操作”,而是 “将模糊的业务猜想转 ...
2025-10-27在数字化运营中,“凭感觉做决策” 早已成为过去式 —— 运营指标作为业务增长的 “晴雨表” 与 “导航仪”,直接决定了运营动作 ...
2025-10-24在卷积神经网络(CNN)的训练中,“卷积层(Conv)后是否添加归一化(如 BN、LN)和激活函数(如 ReLU、GELU)” 是每个开发者都 ...
2025-10-24在数据决策链条中,“统计分析” 是挖掘数据规律的核心,“可视化” 是呈现规律的桥梁 ——CDA(Certified Data Analyst)数据分 ...
2025-10-24在 “神经网络与卡尔曼滤波融合” 的理论基础上,Python 凭借其丰富的科学计算库(NumPy、FilterPy)、深度学习框架(PyTorch、T ...
2025-10-23在工业控制、自动驾驶、机器人导航、气象预测等领域,“状态估计” 是核心任务 —— 即从含噪声的观测数据中,精准推断系统的真 ...
2025-10-23在数据分析全流程中,“数据清洗” 恰似烹饪前的食材处理:若食材(数据)腐烂变质、混杂异物(脏数据),即便拥有精湛的烹饪技 ...
2025-10-23在人工智能领域,“大模型” 已成为近年来的热点标签:从参数超 1750 亿的 GPT-3,到万亿级参数的 PaLM,再到多模态大模型 GPT-4 ...
2025-10-22在 MySQL 数据库的日常运维与开发中,“更新数据是否会影响读数据” 是一个高频疑问。这个问题的答案并非简单的 “是” 或 “否 ...
2025-10-22在企业数据分析中,“数据孤岛” 是制约分析深度的核心瓶颈 —— 用户数据散落在注册系统、APP 日志、客服记录中,订单数据分散 ...
2025-10-22在神经网络设计中,“隐藏层个数” 是决定模型能力的关键参数 —— 太少会导致 “欠拟合”(模型无法捕捉复杂数据规律,如用单隐 ...
2025-10-21在特征工程流程中,“单变量筛选” 是承上启下的关键步骤 —— 它通过分析单个特征与目标变量的关联强度,剔除无意义、冗余的特 ...
2025-10-21在数据分析全流程中,“数据读取” 常被误解为 “简单的文件打开”—— 双击 Excel、执行基础 SQL 查询即可完成。但对 CDA(Cert ...
2025-10-21在实际业务数据分析中,我们遇到的大多数数据并非理想的正态分布 —— 电商平台的用户消费金额(少数用户单次消费上万元,多数集 ...
2025-10-20在数字化交互中,用户的每一次操作 —— 从电商平台的 “浏览商品→加入购物车→查看评价→放弃下单”,到内容 APP 的 “点击短 ...
2025-10-20