|
@@ -760,6 +760,10 @@ public class AccountReportConstants {
|
|
" \"comment\": \"投放场景\"\n" +
|
|
" \"comment\": \"投放场景\"\n" +
|
|
" }\n" +
|
|
" }\n" +
|
|
"}";
|
|
"}";
|
|
|
|
+
|
|
|
|
+ public static void main(String[] args) {
|
|
|
|
+ System.out.println(BYTEDANCE_VIDEO_REPORT_MAPPING_JSON);
|
|
|
|
+ }
|
|
public static final String BYTEDANCE_VIDEO_REPORT_MAPPING_JSON = "{\n" +
|
|
public static final String BYTEDANCE_VIDEO_REPORT_MAPPING_JSON = "{\n" +
|
|
" \"cost\": {\n" +
|
|
" \"cost\": {\n" +
|
|
" \"filed\": \"IFNULL(sum(t1.cost),0) as cost \",\n" +
|
|
" \"filed\": \"IFNULL(sum(t1.cost),0) as cost \",\n" +
|
|
@@ -908,7 +912,7 @@ public class AccountReportConstants {
|
|
" \"shareMaterial\": {\n" +
|
|
" \"shareMaterial\": {\n" +
|
|
" \"filed\": \"IFNULL(sum(t1.share_material),0) as shareMaterial \",\n" +
|
|
" \"filed\": \"IFNULL(sum(t1.share_material),0) as shareMaterial \",\n" +
|
|
" \"comment\": \"分享数\"\n" +
|
|
" \"comment\": \"分享数\"\n" +
|
|
- " }\n" +
|
|
|
|
|
|
+ " },\n" +
|
|
" \"showMaterial\": {\n" +
|
|
" \"showMaterial\": {\n" +
|
|
" \"filed\": \"IFNULL(t1.material_show, 0 ) AS material_show \",\n" +
|
|
" \"filed\": \"IFNULL(t1.material_show, 0 ) AS material_show \",\n" +
|
|
" \"comment\": \"展示数\"\n" +
|
|
" \"comment\": \"展示数\"\n" +
|