指標計算 indicator-calculation

NOTE
為了更好地處理和管理高容量和即時分析,動態報告使用近似彙總來得出不同的計數預估。 近似彙總提供有限的記憶體使用量,通常比精確計算更快。

下表提供不同報表中使用的指標清單,及其計算公式(視傳遞型別而定)。

電子郵件傳遞 email-delivery

標籤
欄位名稱
指標計算公式
註解
帳戶已停用
@disabled
count(@failureReason=4)
在封鎖清單上
@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且@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 +唯一(@trackingUrlType=1,2,3,6,10,11) — 唯一(@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概念計算的。 如需詳細資訊,請參閱此 範例.
不重複開啟
@uniqueopens
唯一(@trackingUrlType=1,2,3,6,10,11)
無法聯絡
@unreachable
count(@failureReason=3)
取消訂閱
@unsubscribes
count(@trackingUrlType=3)
取消訂閱率
@rateUnsubscribes
@unsubscribes/@delivered
費率計算的分母僅以「已傳遞」為基礎。
使用者不明
@unknownUser
count(@failureReason=1)

推播通知傳遞 push-notification-delivery

標籤
欄位名稱
指標計算公式
已處理/傳送
@sent
@count(status=sent)
已傳遞
@delivered
@count(status=delivered)
傳遞率
@rateDelivered
(@delivered/@sent)*100
退回+錯誤率
@rateBounces
(@delivered/@sent)*100
開啟
@opens
@count(status=開啟)
開啟率
@rateOpens
(@opens/@delivered)*100
不重複開啟
@uniqueopens
不重複開啟的計算方式是使用不重複RecipientId的ThetaSketch概念。 如需詳細資訊,請參閱此 範例.
曝光數
@impressions
@count(status=delivered)
不重複曝光次數
@uniqueimpressions
@unique(@count(status=view))
按一下
@clicks
@count(status=interact)
不重複點按
@uniqueclicks
不重複點按次數是使用ThetaSketch概念計算的。 如需詳細資訊,請參閱此 範例.
點進率
@clickthrough
(@interact/@delivered)*100

應用程式內傳遞 in-app-delivery

標籤
欄位名稱
指標計算公式
註解
已處理/傳送
@sent
@count(status=sent)
sent=delivered
已傳遞
@delivered
@count(status=delivered)
delivered=sent
曝光數
@impressions
@count(status=view)或@count(status=button 1按一下+按鈕2按一下+解除)
不重複曝光次數
@uniqueimpressions
@unique(@count(status=view))
的 根據其Campaign設定檔定位使用者(inAppProfile) 範本,使用者=收件者ID。
的 鎖定行動應用程式的所有使用者(inAppBroadcast) 和 根據行動設定檔定位使用者(inApp) 範本,使用者= MC ID或同等專案,代表使用者、行動應用程式和裝置的獨特組合。
應用程式內點選次數
@inappclicks
@count (status=click)
不重複應用程式內點按
@uniqueinapp
@unique(@count (status=clicks))
的 根據其Campaign設定檔定位使用者(inAppProfile) 範本,使用者=收件者ID。
的 鎖定行動應用程式的所有使用者(inAppBroadcast) 和 根據行動設定檔定位使用者(inApp) 範本,使用者= MC ID或同等專案,代表使用者、行動應用程式和裝置的獨特組合。
應用程式內點進率
@inappclickthrough
Button 1或Button 2的總點按次數/曝光總數*100
應用程式內解除
@dismissal
@count (狀態=關閉)
不重複應用程式內解除
@uniquedismissal
@unique(@count (status=close))
的 根據其Campaign設定檔定位使用者(inAppProfile) 範本,使用者=收件者ID。
的 鎖定行動應用程式的所有使用者(inAppBroadcast) 和 根據行動設定檔定位使用者(inApp) 範本,使用者= MC ID或同等專案,代表使用者、行動應用程式和裝置的獨特組合。
應用程式內解僱率
@dismissalrate
關閉總數/曝光總數*100
recommendation-more-help
3ef63344-7f3d-48f9-85ed-02bf569c4fff