為了更好地處理及管理大量資料和即時分析,動態報告會使用概略匯整來進行不同的計數估計。 近似聚合提供有界的記憶體使用,而且通常比精確計算更快。
下表提供不同報表中使用的指標清單及其計算公式,視傳送類型而定。
標籤 |
欄位名稱 |
指標計算公式 |
注釋 |
---|---|---|---|
帳戶已禁用 |
@disabled |
count(@failureReason=4) |
|
On denylist |
@blacklisted |
count(@failureReason=8, @failureType=2) |
|
登錄率 |
@rateBlacklisted |
@blacklisted/@sent |
比率計算的分母是基於「已傳送」計數(「已傳送」+「彈回數」)。 |
彈回數+錯誤 |
@bounces |
count(@status=2) |
|
反彈+錯誤率 |
@rateBounces |
@bounces/@sent |
|
按一下 |
@clicks |
count(@trackingUrlType=1或10或11) |
|
點進率 |
@clickthrough |
@uniqueclicks/@delivered |
比率計算的分母僅基於「已傳送」。 |
已傳送 |
@delivered |
count(@status=1) |
|
傳送率 |
@rateDelivered |
@delivered/@sent |
比率計算的分母是基於「已傳送」計數(「已傳送」+「彈回數」)。 |
硬彈回數 |
@hardBounces |
count(@failureType=2 AND @failureReason=8) |
|
硬彈回數率 |
@rateHardBounces |
@hardBounces/@sent |
比率計算的分母是基於「已傳送」計數(「已傳送」+「彈回數」)。 |
無效的域 |
@invalidDomain |
count(@failureReason=2) |
|
郵箱已滿 |
@mailBoxFull |
count(@failureReason=5) |
|
鏡像頁 |
@mirrorPage |
count(@trackingUrlType=6) |
比率計算的分母僅基於「已傳送」。 |
鏡像頁面速率 |
@rateMirrorPage |
@mirrorPage/@delivered |
|
未連接 |
@notConnected |
count(@failureReason=6) |
|
開啟 |
@uniqueOpens |
count(@trackingUrlType=2 + unique(@trackingUrlType=1,2,3,6,10,11)- unique(@trackingUrlType=2)) |
|
開放率 |
@rateOpens |
@opens/@delivered |
比率計算的分母僅基於「已傳送」。 |
隔離 |
@quarantine |
isQuarantine=true |
|
隔離率 |
@rateQuarantine |
@quarantine/@sent |
比率計算的分母是基於「已傳送」計數(「已傳送」+「彈回數」)。 |
已拒絕 |
@rejected |
count(@failureReason=20, @failureType=2) |
|
拒絕率 |
@rateRejected |
@rejected/@sent |
比率計算的分母是基於「已傳送」計數(「已傳送」+「彈回數」)。 |
已處理/已發送 |
@sent |
@delivered + @bounces |
|
軟彈跳 |
@softBounces |
count(@failureType=1) |
|
軟反彈率 |
@rateSoftBounces |
@softBounces/@sent |
比率計算的分母是基於「已傳送」計數(「已傳送」+「彈回數」)。 |
獨特點按 |
@uniqueclicks |
獨特點按次數是使用ThetaSketch概念計算的。 有關詳細資訊,請參閱此example。 |
|
唯一開啟 |
@uniqueopens |
unique(@trackingUrlType=1,2,3,6,10,11) |
|
無法訪問 |
@unreachable |
count(@failureReason=3) |
|
取消訂閱 |
@unsubscribes |
count(@trackingUrlType=3) |
|
取消訂閱率 |
@rateUnsubscribes |
@unsubscribes/@delivered |
比率計算的分母僅基於「已傳送」。 |
用戶未知 |
@unknownUser |
count(@failureReason=1) |
標籤 |
欄位名稱 |
指標計算公式 |
---|---|---|
已處理/已發送 |
@sent |
@count(status=sent) |
已傳送 |
@delivered |
@count(status=delivered) |
傳送率 |
@rateDelivered |
(@delivered/@sent)*100 |
反彈+錯誤率 |
@rateBounces |
(@delivered/@sent)*100 |
開啟 |
@opens |
@count(status=open) |
開放率 |
@rateOpens |
(@opens/@delivered)*100 |
唯一開啟 |
@uniqueopens |
唯一開啟是使用唯一RecipientId的ThetaSketch概念計算。 有關詳細資訊,請參閱此example。 |
印象 |
@impressions |
@count(status=delivered) |
獨特印象 |
@uniqueimpressions |
@unique(@count(status=view)) |
按一下 |
@clicks |
@count(status=interact) |
獨特點按 |
@uniqueclicks |
獨特點按次數是使用ThetaSketch概念計算的。 有關詳細資訊,請參閱此example。 |
點進率 |
@clickthrough |
(@interact/@delivered)*100 |
標籤 |
欄位名稱 |
指標計算公式 |
注釋 |
---|---|---|---|
已處理/已發送 |
@sent |
@count(status=sent) |
sent=delivered |
已傳送 |
@delivered |
@count(status=delivered) |
delivered=sent |
印象 |
@impressions |
@count(status=view)或@count(status=button 1 click + button 2 click + encomments) |
|
獨特印象 |
@uniqueimpressions |
@unique(@count(status=view)) |
對於根據其促銷活動設定檔(inAppProfile)範本的Target使用者,使用者=收件者Id。 針對 Target行動應用程式(inAppBroadcast)和 Target使用者根據其行動設定檔(inApp)範本的所有使用者,使用者= MC Id或相當等級,代表使用者、行動應用程式和裝置的獨特組合。 |
應用程式內點按 |
@inappclicks |
@count(status=click) |
|
獨特的應用程式內點按次數 |
@uniqueinapp |
@unique(@count(status=clicks)) |
對於根據其促銷活動設定檔(inAppProfile)範本的Target使用者,使用者=收件者Id。 針對 Target行動應用程式(inAppBroadcast)和 Target使用者根據其行動設定檔(inApp)範本的所有使用者,使用者= MC Id或相當等級,代表使用者、行動應用程式和裝置的獨特組合。 |
應用程式內點進率 |
@inappclickthrough |
按鈕1或按鈕2的點按總次數/印象總次數*100 |
|
應用程式內解雇 |
@compiconce |
@count(status=close) |
|
獨特的應用程式內解散 |
@uniqueccomplicention |
@unique(@count(status=close)) |
對於根據其促銷活動設定檔(inAppProfile)範本的Target使用者,使用者=收件者Id。 針對 Target行動應用程式(inAppBroadcast)和 Target使用者根據其行動設定檔(inApp)範本的所有使用者,使用者= MC Id或相當等級,代表使用者、行動應用程式和裝置的獨特組合。 |
應用程式內解雇率 |
@unitresalrate |
關閉/總印象數*100 |