|
@@ -420,4 +420,13 @@ public class VideoAdThompsonScorerV2 {
|
|
|
public void setExp666Param(String str){
|
|
|
this.exp663Param=gson.fromJson(str,Map.class);
|
|
|
}
|
|
|
+
|
|
|
+ @Value("${ad.engine.new.thompson.exp.V2.669:{}}")
|
|
|
+ public void setExp669Param(String str){
|
|
|
+ this.exp669Param=gson.fromJson(str,Map.class);
|
|
|
+ }
|
|
|
+ @Value("${ad.engine.new.thompson.exp.V2.670:{}}")
|
|
|
+ public void setExp670Param(String str){
|
|
|
+ this.exp670Param=gson.fromJson(str,Map.class);
|
|
|
+ }
|
|
|
}
|