fix: 去掉太极打点的下限保护补偿. 正常上报计算值

deeplink
胡宇飞 2024-02-26 17:01:09 +08:00
parent 1eef3d618c
commit 8511faeabd
1 changed files with 3 additions and 3 deletions

View File

@ -347,8 +347,8 @@ namespace Guru
TchAdAbnormalEvent(value); // 上报异常值
return;
}
if (value < Tch001TargetValue) value = Tch001TargetValue; // TCH广告添加0值校验修复, 不得小于0.01
// if (value < Tch001TargetValue) value = Tch001TargetValue; // TCH广告添加0值校验修复, 不得小于0.01
TchRevEvent(EventTchAdRev001Impression, AdMAX, value);
if(EnableTch02Event) return; // 如果使用了太极02 则不做FB上报
@ -365,7 +365,7 @@ namespace Guru
{
if (!EnableTch02Event) return;
if (value < Tch02TargetValue) value = Tch02TargetValue; // TCH广告添加0值校验修复
// if (value < Tch02TargetValue) value = Tch02TargetValue; // TCH广告添加0值校验修复
TchRevEvent(EventTchAdRev02Impression, AdMAX, value);
//FB标准购买事件