|
@@ -60,6 +60,7 @@ public class VideoAdThompsonScorerV2 {
|
|
|
}
|
|
|
score=score*dto.getCpa()*dto.getBid1()*dto.getBid2();
|
|
|
item.setScore(score);
|
|
|
+ item.setScore_type(663);
|
|
|
}catch (Exception e){
|
|
|
log.error("svc=thompsonScorerByExp663 {}",gson.toJson(e.getStackTrace()));
|
|
|
}
|
|
@@ -99,6 +100,7 @@ public class VideoAdThompsonScorerV2 {
|
|
|
}
|
|
|
score=score*dto.getCpa()*dto.getBid1()*dto.getBid2();
|
|
|
item.setScore(score);
|
|
|
+ item.setScore_type(664);
|
|
|
}catch (Exception e){
|
|
|
log.error("svc=thompsonScorerByExp664 {}",gson.toJson(e.getStackTrace()));
|
|
|
}
|
|
@@ -137,7 +139,7 @@ public class VideoAdThompsonScorerV2 {
|
|
|
}
|
|
|
score=score*dto.getCpa()*dto.getBid1()*dto.getBid2();
|
|
|
item.setScore(score);
|
|
|
-
|
|
|
+ item.setScore_type(665);
|
|
|
}catch (Exception e){
|
|
|
log.error("svc=thompsonScorerByExp665 {}",gson.toJson(e.getStackTrace()));
|
|
|
}
|
|
@@ -196,7 +198,7 @@ public class VideoAdThompsonScorerV2 {
|
|
|
}
|
|
|
score=score*dto.getCpa()*dto.getBid1()*dto.getBid2();
|
|
|
item.setScore(score);
|
|
|
-
|
|
|
+ item.setScore_type(666);
|
|
|
}catch (Exception e){
|
|
|
log.error("svc=thompsonScorerByExp666 {}",gson.toJson(e.getStackTrace()));
|
|
|
}
|