|
@@ -245,9 +245,10 @@ public class ReportServiceImpl implements IReportService {
|
|
}
|
|
}
|
|
|
|
|
|
private void formatCreativeData(JSONObject detail, UserAllocation allocation, RuleDataPlan plan) {
|
|
private void formatCreativeData(JSONObject detail, UserAllocation allocation, RuleDataPlan plan) {
|
|
|
|
+ System.out.println(detail.toJSONString());
|
|
//广告来源
|
|
//广告来源
|
|
String source = detail.getString("source");
|
|
String source = detail.getString("source");
|
|
- Integer isPresentedVideo = detail.getInteger("is_presented_video");
|
|
|
|
|
|
+ Integer isPresentedVideo = detail.getInteger("isPresentedVideo");
|
|
JSONArray creatives = detail.getJSONArray("creatives");
|
|
JSONArray creatives = detail.getJSONArray("creatives");
|
|
if(null!=creatives&&!creatives.isEmpty()){
|
|
if(null!=creatives&&!creatives.isEmpty()){
|
|
for(int i=0;i<creatives.size();i++){
|
|
for(int i=0;i<creatives.size();i++){
|