99999久久久久久亚洲,欧美人与禽猛交狂配,高清日韩av在线影院,一个人在线高清免费观看,啦啦啦在线视频免费观看www

熱線電話:13121318867

登錄
首頁(yè)職業(yè)發(fā)展大數(shù)據(jù)與數(shù)字化營(yíng)銷
大數(shù)據(jù)與數(shù)字化營(yíng)銷
2015-10-13
收藏

大數(shù)據(jù)與數(shù)字化營(yíng)銷

【大數(shù)據(jù)與數(shù)字化營(yíng)銷】據(jù)對(duì)美公司首席信息官(CIO)的調(diào)查發(fā)現(xiàn):僅23%的公司在收集顧客的人口信息和消費(fèi)習(xí)慣之類的數(shù)據(jù),并且利用這些數(shù)據(jù)進(jìn)行戰(zhàn)略決策。但其中卻僅有46%的公司擁有數(shù)據(jù)分析的資源或系統(tǒng)。他們面對(duì)的主要挑戰(zhàn)在于數(shù)據(jù)處理、信息管理和數(shù)據(jù)分析難題。數(shù)據(jù)管理平臺(tái)(DMP)發(fā)展空間巨大,將是未來(lái)數(shù)字營(yíng)銷的理想工具。

文章全文:

To Handle Big Data, Advertisers Turn to DMPs

DMPs help create actionable insights

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:

  • What are Big Data and DMPs?
  • How are marketers using DMPs for audience targeting?
  • How are publishers using DMPs for audience targeting?
  • How are marketers using DMPs for digital and cross-platform attribution?
  • How are DMPs different from CRM platforms?

數(shù)據(jù)分析咨詢請(qǐng)掃描二維碼

若不方便掃碼,搜微信號(hào):CDAshujufenxi

數(shù)據(jù)分析師資訊
更多

OK
客服在線
立即咨詢
客服在線
立即咨詢
') } function initGt() { var handler = function (captchaObj) { captchaObj.appendTo('#captcha'); captchaObj.onReady(function () { $("#wait").hide(); }).onSuccess(function(){ $('.getcheckcode').removeClass('dis'); $('.getcheckcode').trigger('click'); }); window.captchaObj = captchaObj; }; $('#captcha').show(); $.ajax({ url: "/login/gtstart?t=" + (new Date()).getTime(), // 加隨機(jī)數(shù)防止緩存 type: "get", dataType: "json", success: function (data) { $('#text').hide(); $('#wait').show(); // 調(diào)用 initGeetest 進(jìn)行初始化 // 參數(shù)1:配置參數(shù) // 參數(shù)2:回調(diào),回調(diào)的第一個(gè)參數(shù)驗(yàn)證碼對(duì)象,之后可以使用它調(diào)用相應(yīng)的接口 initGeetest({ // 以下 4 個(gè)配置參數(shù)為必須,不能缺少 gt: data.gt, challenge: data.challenge, offline: !data.success, // 表示用戶后臺(tái)檢測(cè)極驗(yàn)服務(wù)器是否宕機(jī) new_captcha: data.new_captcha, // 用于宕機(jī)時(shí)表示是新驗(yàn)證碼的宕機(jī) product: "float", // 產(chǎn)品形式,包括:float,popup width: "280px", https: true // 更多配置參數(shù)說(shuō)明請(qǐng)參見(jiàn):http://docs.geetest.com/install/client/web-front/ }, handler); } }); } function codeCutdown() { if(_wait == 0){ //倒計(jì)時(shí)完成 $(".getcheckcode").removeClass('dis').html("重新獲取"); }else{ $(".getcheckcode").addClass('dis').html("重新獲取("+_wait+"s)"); _wait--; setTimeout(function () { codeCutdown(); },1000); } } function inputValidate(ele,telInput) { var oInput = ele; var inputVal = oInput.val(); var oType = ele.attr('data-type'); var oEtag = $('#etag').val(); var oErr = oInput.closest('.form_box').next('.err_txt'); var empTxt = '請(qǐng)輸入'+oInput.attr('placeholder')+'!'; var errTxt = '請(qǐng)輸入正確的'+oInput.attr('placeholder')+'!'; var pattern; if(inputVal==""){ if(!telInput){ errFun(oErr,empTxt); } return false; }else { switch (oType){ case 'login_mobile': pattern = /^1[3456789]\d{9}$/; if(inputVal.length==11) { $.ajax({ url: '/login/checkmobile', type: "post", dataType: "json", data: { mobile: inputVal, etag: oEtag, page_ur: window.location.href, page_referer: document.referrer }, success: function (data) { } }); } break; case 'login_yzm': pattern = /^\d{6}$/; break; } if(oType=='login_mobile'){ } if(!!validateFun(pattern,inputVal)){ errFun(oErr,'') if(telInput){ $('.getcheckcode').removeClass('dis'); } }else { if(!telInput) { errFun(oErr, errTxt); }else { $('.getcheckcode').addClass('dis'); } return false; } } return true; } function errFun(obj,msg) { obj.html(msg); if(msg==''){ $('.login_submit').removeClass('dis'); }else { $('.login_submit').addClass('dis'); } } function validateFun(pat,val) { return pat.test(val); }