이미지 편집기 수정
parent
289c3cc801
commit
d0023e5f36
@ -0,0 +1,14 @@
|
|||||||
|
var sendPreset1 = [
|
||||||
|
{ aggregateType : "count" }, //발송건수
|
||||||
|
{ aggregateType : "count" }, //열람건수
|
||||||
|
{ aggregateType : "count" }, //미열람건수
|
||||||
|
{ aggregateType : "count" }, //전송실패건수
|
||||||
|
{ aggregateType : "count" }, //비회원
|
||||||
|
{ aggregateType : "count" }, //수신거부
|
||||||
|
{ aggregateType : "count" }, //내부오류
|
||||||
|
{ aggregateType : "count" }, //요청오류
|
||||||
|
{ aggregateType : "count" }, //비허용사용자
|
||||||
|
{ aggregateType : "count" }, //전송실패
|
||||||
|
{ aggregateType : "count" } //문서도달실패
|
||||||
|
|
||||||
|
];
|
Loading…
Reference in New Issue