为了更好地处理和管理大量数据和实时分析,动态报告使用大致汇总来做出不同的计数估计。 近似聚合提供有界的内存使用,并且通常比精确计算更快。
下表提供了不同报表中使用的指标列表及其计算公式,具体取决于投放类型。
标签 |
字段名称 |
指标计算公式 |
评论 |
---|---|---|---|
帐户已禁用 |
@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 + 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概念计算。 有关更多信息,请参阅此 示例. |
|
唯一打开数 |
@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概念计算。 有关更多信息,请参阅此 示例. |
展示次数 |
@impressions |
@count(status=delivered) |
独特展示次数 |
@uniqueimpressions |
@unique(@count(status=view)) |
单击 |
@clicks |
@count(status=interact) |
独特点击 |
@uniqueclicks |
独特点击量使用ThetaSketch概念计算。 有关更多信息,请参阅此 示例. |
点进率 |
@clickthrough |
(@interact/@delivered)*100 |
标签 |
字段名称 |
指标计算公式 |
评论 |
---|---|---|---|
已处理/已发送 |
@sent |
@count(status=sent) |
sent=delived |
已交付 |
@delivered |
@count(status=delivered) |
delivery=sent |
展示次数 |
@impressions |
@count(status=view)或@count(status=button 1 click + button 2 click + recomments) |
|
独特展示次数 |
@uniqueimpressions |
@unique(@count(status=view)) |
对于 根据用户的Campaign配置文件确定目标用户(inAppProfile) 模板, user = Recipient Id。 对于 定位移动设备应用程序的所有用户(inAppBroadcast) 和 根据用户的移动资料确定目标用户(inApp) 模板、用户= MC ID或等效项,表示用户、移动设备应用程序和设备的唯一组合。 |
应用程序内点击 |
@inappclicks |
@count(status=click) |
|
应用程序内独特点击次数 |
@uniqueinapp |
@unique(@count(status=clicks)) |
对于 根据用户的Campaign配置文件确定目标用户(inAppProfile) 模板, user = Recipient Id。 对于 定位移动设备应用程序的所有用户(inAppBroadcast) 和 根据用户的移动资料确定目标用户(inApp) 模板、用户= MC ID或等效项,表示用户、移动设备应用程序和设备的唯一组合。 |
应用程序内点进率 |
@inappclickthrough |
按钮1或按钮2的总点击次数/总展示次数*100 |
|
应用程序内解聘 |
@dismissal |
@count(status=close) |
|
独特的应用程序内解雇 |
@uniquedismissal |
@unique(@count(status=close) |
对于 根据用户的Campaign配置文件确定目标用户(inAppProfile) 模板, user = Recipient Id。 对于 定位移动设备应用程序的所有用户(inAppBroadcast) 和 根据用户的移动资料确定目标用户(inApp) 模板、用户= MC ID或等效项,表示用户、移动设备应用程序和设备的唯一组合。 |
应用程序内解雇率 |
@dismissalrate |
总结/总展示次数*100 |