This commit is contained in:
Jaybe
2025-03-05 14:02:29 +09:00
commit 247a7808d3
357 changed files with 161196 additions and 0 deletions
+536
View File
@@ -0,0 +1,536 @@
<?=$this->extend('templates/front.php');?>
<!--타이틀-->
<?=$this->section('title');?>
ZENITH - 광고 관리 / 기타
<?=$this->endSection();?>
<!--헤더-->
<?=$this->section('header');?>
<link href="/static/css/datatables.css" rel="stylesheet">
<script src="/static/node_modules/datatables.net/js/dataTables.min.js"></script>
<script src="/static/node_modules/datatables.net-buttons/js/dataTables.buttons.min.js"></script>
<script src="/static/node_modules/datatables.net-buttons/js/buttons.html5.min.js"></script>
<script src="/static/node_modules/datatables.net-buttons/js/buttons.colVis.min.js"></script>
<script src="/static/node_modules/datatables.net-staterestore/js/dataTables.stateRestore.min.js"></script>
<script src="/static/node_modules/datatables.net-fixedheader/js/dataTables.fixedHeader.min.js"></script>
<script src="/static/node_modules/datatables.net-fixedcolumns/js/dataTables.fixedColumns.min.js"></script>
<script src="/static/node_modules/datatables.net-keytable/js/dataTables.keyTable.min.js"></script>
<!-- bootstrap5 -->
<link href="/static/node_modules/datatables.net-bs5/css/dataTables.bootstrap5.min.css" rel="stylesheet">
<link href="/static/node_modules/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css" rel="stylesheet">
<link href="/static/node_modules/datatables.net-staterestore-bs5/css/stateRestore.bootstrap5.min.css" rel="stylesheet">
<link href="/static/node_modules/datatables.net-fixedheader-bs5/css/fixedHeader.bootstrap5.min.css" rel="stylesheet">
<link href="/static/node_modules/datatables.net-fixedcolumns-bs5/css/fixedColumns.bootstrap5.min.css" rel="stylesheet">
<link href="/static/node_modules/datatables.net-keytable-bs5/css/keyTable.bootstrap5.min.css" rel="stylesheet">
<script src="/static/node_modules/datatables.net-bs5/js/dataTables.bootstrap5.min.js"></script>
<script src="/static/node_modules/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js"></script>
<script src="/static/node_modules/datatables.net-staterestore-bs5/js/stateRestore.bootstrap5.min.js"></script>
<script src="/static/node_modules/datatables.net-fixedheader-bs5/js/fixedHeader.bootstrap5.min.js"></script>
<script src="/static/node_modules/datatables.net-fixedcolumns-bs5/js/fixedColumns.bootstrap5.min.js"></script>
<script src="/static/node_modules/datatables.net-keytable-bs5/js/keyTable.bootstrap5.min.js"></script>
<script src="/static/js/jquery.number.min.js"></script>
<script src="/static/node_modules/jszip/dist/jszip.min.js"></script>
<script src="/static/js/pdfmake/pdfmake.min.js"></script>
<script src="/static/js/pdfmake/vfs_fonts.js"></script>
<?=$this->endSection();?>
<!--바디-->
<?=$this->section('body');?>
<?=$this->endSection();?>
<!--컨텐츠영역-->
<?=$this->section('content');?>
<div class="sub-contents-wrap etc-contents-wrap">
<div class="title-area">
<h2 class="page-title">기타 광고관리</h2>
<p class="title-disc">여러 매체의 광고를 확인 하세요~</p>
</div>
<div class="search-wrap type-single">
<form name="search-form" autocomplete='off' class="search d-flex justify-content-center">
<div class="term term-small d-flex align-items-center">
<input type="hidden" name="sdate" id="sdate"><input type="hidden" name="edate" id="edate">
<label><input type="text" name="dates" id="dates" data="daterangepicker" autocomplete="off" aria-autocomplete="none"><i class="bi bi-calendar2-week"></i></label>
</div>
<div class="input">
<button class="btn-primary" id="search_btn" type="submit">조회</button>
</div>
</form>
</div>
<div class="section client-list media_name">
<h3 class="content-title toggle"><i class="bi bi-chevron-up"></i> 매체</h3>
<div class="row" id="media-list"></div>
</div>
<div class="section client-list advertiser_name">
<h3 class="content-title toggle folded"><i class="bi bi-chevron-up"></i> 광고주</h3>
<div class="row" id="advertiser-list"></div>
</div>
<div class="section client-list event_seq">
<h3 class="content-title toggle folded"><i class="bi bi-chevron-up"></i> 이벤트 번호</h3>
<div class="row" id="event-list"></div>
</div>
<div class="section client-list description">
<h3 class="content-title toggle folded"><i class="bi bi-chevron-up"></i> 이벤트 구분</h3>
<div class="row" id="description-list"></div>
</div>
<div class="section">
<div class="table-responsive">
<div id="latestUpdateTime" class="latestUpdateTime"></div>
<table class="dataTable table table-default">
<thead class="table-dark">
<tr>
<th scope="col" rowspan="2">날짜</th>
<th scope="col" rowspan="2">이벤트</th>
<th scope="col" rowspan="2">site</th>
<th scope="col" rowspan="2">광고주</th>
<th scope="col" rowspan="2">매체</th>
<th scope="col" rowspan="2">목표수량</th>
<th scope="col" rowspan="2">이벤트 구분</th>
<th scope="col" colspan="3">DB 수량</th>
<th scope="col" rowspan="2">정산DB단가</th>
<th scope="col" rowspan="2">소진금액<br>(vat별도)</th>
<th scope="col" rowspan="2">현재DB단가</th>
<th scope="col" rowspan="2">수익</th>
<th scope="col" rowspan="2">수익률</th>
<th scope="col" rowspan="2">확인</th>
</tr>
<tr>
<th scope="col">전체</th>
<th scope="col">유효</th>
<th scope="col" class="r-border">무효</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<!--엑셀 업로드 폼
<form action="<?= base_url('AdvEtcManager/uploadExcel') ?>" method="post" enctype="multipart/form-data" class="d-flex align-items-center">
<input type="file" class="form-control" id="fileUpload" name="fileUpload" accept=".csv" style="display: none;" onchange="document.getElementById('uploadForm').submit();">
<button type="button" class="btn btn-secondary d-flex align-items-center" onclick="document.getElementById('fileUpload').click();">
<i class="bi bi-filetype-csv fs-5 me-1"></i>파일 선택
</button>
</form>
-->
</div>
<?=$this->endSection();?>
<!--스크립트-->
<?=$this->section('script');?>
<script>
$('#sdate, #dates').val(moment().format('YYYY-MM-DD')); // 오늘 날짜를 입력 필드에 설정
$('#edate').val(moment().format('YYYY-MM-DD')); // 오늘 날짜를 입력 필드에 설정
let dataTable = $('.dataTable').DataTable({
"dom": '<fr<t>>', // DataTables의 DOM 구조 설정
"fixedHeader": {
"header" : true, // 헤더 고정
"footer" : true, // 푸터 고정
},
"fixedColumns": {
"leftColumns": 3 // 왼쪽에서 세 열 고정
},
"autoWidth": true, // 자동 너비 조정 활성화
"processing" : true, // 처리 중 표시 활성화
"serverSide" : false, // 서버 사이드 처리 비활성화
"responsive": true, // 반응형 테이블 활성화
"searching": true, // 검색 기능 활성화
"ordering": true, // 정렬 기능 활성화
"orderMulti": true, // 다중 열 정렬 활성화
"orderCellsTop": true, // 열 헤더 클릭 시 정렬 활성화
"colOrder": true, // 열 순서 조정 활성화
"paging": false, // 페이징 비활성화
"info": false, // 정보 표시 비활성화
"scroller": false, // 스크롤러 비활성화
"scrollX": true, // 가로 스크롤 활성화
"stateSave": true, // 상태 저장 활성화
"deferRender": false, // 렌더링 지연 비활성화
"ajax": {
"url": "<?= base_url('etcmanager/get-list') ?>", // AJAX URL 설정
"type": "POST", // HTTP 요청 방식 설정
"data": function(d) {
d.date = {
sdate: $('#sdate').val(), // 시작 날짜
edate: $('#edate').val() // 종료 날짜
};
}
},
"columnDefs": [
{ "className": "dt-type-center", "targets": [0, 1, 2, 7, 8, 9, 12, 13, 14, 15] } // 특정 열 가운데 정렬
],
"columns": [
{ "data": "date", "width": "10%" }, //날짜
{ "data": "event_seq", "width": "5%" }, //이벤트
{ "data": "site", "width": "5%" }, //site
{ "data": "advertiser_name", "width": "10%" }, //광고주
{ "data": "media_name", "width": "5%" }, //매체
{ "data": "goal", "width": "3%", "class": "dt-type-center", "render": function(data, type) { //목표수량
if($('#sdate').val() != $('#edate').val()) return '-';
return type === 'display' ? `<div class="mw10"><input type='text' class='form-control form-control-sm' name='goal' value='${data}'></div>` : data;
}},
{ "data": "description", "width": "10%", "class": "dt-type-center", "render": function(data, type) { //이벤트구분
return type === 'display' ? `<div class="mw10">${data}</div>` : data;
}},
{ "data": "db_total", "width": "4%" }, //총DB
{ "data": "db_unique", "width": "4%" }, //유효DB
{ "data": "db_invalid", "width": "4%" }, //무효DB
{ "data": "unitprice", "width": "6%", "class": "dt-type-center", "render": function(data, type) { //정산DB단가
if($('#sdate').val() != $('#edate').val()) return '-';
return type === 'display' ? `<div class="mw10"><input type='text' class='form-control form-control-sm' name='unitprice' value='${parseInt(data).toLocaleString()}'></div>` : data;
}},
{ "data": "total_price", "width": "6%", "class": "dt-type-center", "render": function(data, type) { //소진금액
if($('#sdate').val() != $('#edate').val()) return '-';
return type === 'display' ? `<div class="mw10"><input type='text' class='form-control form-control-sm' name='total_price' value='${parseInt(data).toLocaleString()}'></div>` : data;
}},
{ "data": "now_unitprice", "width": "5%", "class": "dt-type-center", "render": function(data, type) { //현재DB단가
if($('#sdate').val() != $('#edate').val()) return '-';
var className = parseInt(data) < 0 ? 'text-danger' : '';
return type === 'display' ? `<span class="${className}">${parseInt(data).toLocaleString()}원</span>` : data;
}},
{ "data": "profit", "width": "6%", "class": "dt-type-center", "render": function(data, type) { //수익
if($('#sdate').val() != $('#edate').val()) return '-';
var className = parseInt(data) < 0 ? 'text-danger' : '';
return type === 'display' ? `<span class="${className}">${parseInt(data).toLocaleString()}원</span>` : data;
}},
{ "data": "profit_rate", "width": "4%", "class": "dt-type-center", "render": function(data, type) { //수익률
if($('#sdate').val() != $('#edate').val()) return '-';
var className = parseFloat(data) < 0 ? 'text-danger' : '';
return type === 'display' ? `<span class="${className}">${data}%</span>` : data;
}},
{ "data": "confirm", "width": "3%", "class": "dt-type-center", "render": function(data, type) { //확인
if($('#sdate').val() != $('#edate').val()) return '-';
return type === 'display' ? `<div class="d-flex justify-content-center"><div class="form-check form-switch"><input class="form-check-input form-switch-dark" type="checkbox" role="switch" name="confirm" style="width: 40px; height: 20px;" ${data == 1 ? 'checked' : ''}></div></div>` : data;
}}
],
"rowCallback": function(row, data) {
// 체크박스와 텍스트 입력 필드의 변경을 감지합니다.
$(row).find('input[type="checkbox"], input[type="text"]').off('change').on('change', function() {
var $row = $(this).closest('tr');
var rowData = dataTable.row($row).data();
var inputName = $(this).attr('name');
var newValue = $(this).attr('type') === 'checkbox' ? $(this).is(':checked') ? 1 : 0 : $(this).val();
// 변경된 값과 기본 키 값들만 포함하여 서버에 전송합니다.
var postData = {
date: rowData.date,
event_seq: rowData.event_seq,
site: rowData.site
};
postData[inputName] = newValue;
// 변경된 postData를 서버에 전송합니다.
$.ajax({
url: '<?= base_url('etcmanager/update-data') ?>',
type: 'POST',
data: postData,
success: function(response) {
// 성공적으로 데이터를 업데이트했을 때의 처리 로직
dataTable.ajax.reload();
console.log('Update successful', response);
},
error: function(xhr, status, error) {
// 데이터 업데이트에 실패했을 때의 처리 로직
console.error('Update failed', error);
}
});
});
// confirm 값이 1이면 행의 배경색을 회색으로 설정
if (data.confirm == 1) {
$(row).find('td').css('background-color', '#e9ecef');
}
},
"drawCallback": function(settings) {
var api = this.api();
var data = api.rows({page:'current'}).data();
var latestDateTime = '데이터 없음';
if (data.length > 0) {
latestDateTime = data.reduce((latest, item) => {
return new Date(latest.reg_date) > new Date(item.reg_date) ? latest : item;
}).reg_date;
if(latestDateTime === null) latestDateTime = '데이터 없음';
}
// 최신 datetime을 페이지 상단에 표시
$('#latestUpdateTime').text('업데이트 시간 : ' + latestDateTime);
var idx = {
totalDB: 7,
uniqueDB: 8,
invalidDB: 9,
setDbPrice: 10,
costPrice: 11,
dbPrice: 12,
profitPrice: 13,
profitRate: 14
};
var totalDB = api.column(idx['totalDB'], {page: 'current'}).data().reduce(function(a, b) { return parseInt(a) + parseInt(b); }, 0);
var uniqueDB = api.column(idx['uniqueDB'], {page: 'current'}).data().reduce(function(a, b) { return parseInt(a) + parseInt(b); }, 0);
var invalidDB = api.column(idx['invalidDB'], {page: 'current'}).data().reduce(function(a, b) { return parseInt(a) + parseInt(b); }, 0);
var setDbPrice = api.column(idx['setDbPrice'], {page: 'current'}).data().reduce(function(a, b) { return parseInt(a) + parseInt(b); }, 0);
var costPrice = api.column(idx['costPrice'], {page: 'current'}).data().reduce(function(a, b) { return parseInt(a) + parseInt(b); }, 0);
var dbPrice = Math.round(costPrice / uniqueDB); //현재 DB단가 = 지출액 / 유효DB
// var salePrice = ; //매출 = 각 정산DB단가 * 각 유효DB
var salePrice = api.column(idx['setDbPrice'], {page: 'current'}).data().reduce(function(a, b, i) {
var uniqueDB = api.column(idx['uniqueDB'], {page: 'current'}).data()[i];
return b > 0 ? a + (b * uniqueDB) : a;
}, 0);
var profitPrice = api.column(idx['profitPrice'], {page: 'current'}).data().reduce(function(a, b) { return parseInt(a) + parseInt(b); }, 0); //수익 = 매출 - 지출
var profitRate = (profitPrice/salePrice)*100; //수익률 = (수익/매출)*100
if (isNaN(profitRate)) profitRate = 0; // NaN인 경우 0으로 설정
var total = {
totalDB: totalDB,
uniqueDB: uniqueDB,
invalidDB: invalidDB,
costPrice: costPrice.toLocaleString() + '원',
dbPrice: dbPrice.toLocaleString() + '원', //현재 DB단가 = costPrice / uniqueDB
profitPrice: profitPrice.toLocaleString() + '원', //수익 = (DB단가-(소진금액/유효DB))*유효DB
profitRate: profitRate.toFixed(1) + '%' //수익률 = (수익/매출)*100
};
if($('#sdate').val() != $('#edate').val()) {
total.costPrice = '-';
total.dbPrice = '-';
total.profitPrice = '-';
total.profitRate = '-';
}
$("table.dataTable thead tr.sum-row").remove();
var newRow = '<tr class="sum-row">' +
'<th colspan="7">합계</th>' +
'<th>' + total.totalDB + '</th>' +
'<th>' + total.uniqueDB + '</th>' +
'<th>' + total.invalidDB + '</th>' +
'<th></th>' +
'<th>' + total.costPrice + '</th>' +
'<th>' + total.dbPrice + '</th>' +
'<th>' + total.profitPrice + '</th>' +
'<th>' + total.profitRate + '</th>' +
'<th></th>' + // 확인 열은 비워둠
'</tr>';
$(".dt-scroll-head table.dataTable thead").append(newRow);
updateFilterButtons.call(this);
},
"initComplete": function(settings, data) {
// foldedStates 복원
if (settings.oInit.foldedStates) {
$('.client-list > .content-title').each(function(index) {
if (settings.oInit.foldedStates[index]) {
$(this).addClass('folded');
} else {
$(this).removeClass('folded');
}
});
}
updateFilterButtons.call(this);
},
"language": {
"url": '//cdn.datatables.net/plug-ins/1.13.4/i18n/ko.json',
},
"stateSaveParams": function(settings, data) {
// folded 상태 저장
data.foldedStates = settings.oInit.foldedStates;
},
"stateLoadParams": function(settings, data) {
if (data.foldedStates) {
settings.oInit.foldedStates = data.foldedStates;
}
},
}).on('xhr.dt', function( e, settings, data, xhr ) {
if(data && data.data) {
var data = data.data;
const unique = (prop) => [...new Set(data.map(item => item[prop]))];
setFilter('media_name', unique('media_name'));
setFilter('advertiser_name', unique('advertiser_name'));
setFilter('event_seq', unique('event_seq'));
setFilter('description', unique('description'));
// $('.media_btn[value="토스"]').click();
}
});
function updateFilterButtons() {
var api = this.api(); // DataTables API 인스턴스를 가져옵니다.
var data = api.rows({ search: 'applied' }).data().toArray(); // 현재 페이지의 데이터를 배열로 변환합니다.
let uniqueValues = { advertiser_name: [], media_name: [], event_seq: [], description: [] }; // 고유 값 저장을 위한 객체 초기화
var columnToListMap = {
'event_seq': 'event-list',
'advertiser_name': 'advertiser-list',
'media_name': 'media-list',
'description': 'description-list'
};
// 필터링 상태에 따라 버튼에 active 클래스 적용
dataTable.columns().every(function() {
var column = this;
var search = column.search();
if (search) {
var searchRegex = new RegExp(search.replace(/\\/g, ''));
var expectedListId = columnToListMap[column.dataSrc()];
$('.filter_btn').each(function() {
var btnValue = $.trim($(this).text());
var parentListId = $(this).closest('.row').attr('id');
// DOM에 해당 id가 존재하는지 확인
if (parentListId && $('#' + parentListId).length > 0) {
if (searchRegex.test(btnValue) && parentListId === expectedListId) {
$(this).addClass('active');
}
}
});
}
});
// 각 행의 데이터를 순회하면서 고유 값 배열에 추가합니다.
data.forEach(row => {
['advertiser_name', 'media_name', 'event_seq', 'description'].forEach(key => {
if (!uniqueValues[key].includes(row[key])) { // 배열에 정확히 일치하는 값이 없으면 추가
uniqueValues[key].push(row[key]);
}
});
});
// 활성화된 필터 버튼이 없는 경우, 모든 필터 버튼의 'on' 클래스를 제거하고 함수를 종료합니다.
if (!$('.filter_btn.active').length) {
$('.filter_btn').removeClass('on');
return;
}
// 각 필터 유형에 대해 'on' 클래스를 토글합니다.
Object.keys(uniqueValues).forEach(key => {
let name = key.replace(/_(name|seq)/, '');
let $list = $(`#${name}-list`);
if ($list.length) { // 요소가 존재하는지 확인
$list.find('.filter_btn').not('.active').each(function() {
var btnText = $(this).text().trim();
var isExactMatch = uniqueValues[key].some(function(value) { // 완전 일치 여부를 확인합니다.
return value === btnText;
});
$(this).toggleClass('on', isExactMatch); // 'on' 클래스를 토글합니다.
});
}
});
}
$(document).on('click', '.filter_btn', function() {
$(this).toggleClass('active'); // 버튼 활성화/비활성화 토글
// 모든 열의 검색을 초기화
dataTable.columns().search('');
// 각 컬럼별로 활성화된 버튼의 텍스트를 배열로 수집하고 정규 표현식으로 조합
dataTable.columns().every(function() {
var column = this;
var filterType = column.dataSrc(); // 컬럼 헤더를 기반으로 필터 타입 결정
var activeFilters = $(`.filter_btn.active[data-btn="${filterType}"]`).map(function() {
return $.fn.dataTable.util.escapeRegex($(this).val());
}).get();
if (activeFilters.length) {
var regex = `^(${activeFilters.join('|')})$`; // '값1|값2|값3' 형태로 조합
column.search(regex, true, false); // 정규 표현식 검색 활성화
} else {
column.search(''); // 필터가 없는 경우 검색 초기화
}
});
dataTable.draw(); // 필터링 후 테이블 업데이트
});
function setFilter(type, data) {
let $row = $(`.${type} .row`);
$(`.${type}`).find('.zenith-loading').fadeOut(function(){$(this).remove();});
let existingIds = $row.find('.filter_btn').map(function() { return $(this).val(); }).get();
let html = data.filter(v => v && typeof v === 'string' && v.trim() !== '') // 빈 값과 undefined/null 제외
.map(v => `
<div class="col">
<div class="inner">
<button type="button" value="${v}" data-btn="${type}" class="${type}_btn filter_btn">
<span class="account_name">${v}</span>
</button>
</div>
</div>
`).join('');
$row.html('').append(html);
//정렬
let buttons = $row.find('.filter_btn').toArray();
buttons.sort((a, b) => $(a).find('.account_name').text().localeCompare($(b).find('.account_name').text(), 'en', { sensitivity: 'base' }));
buttons.forEach(button => $row.append(button.parentNode.parentNode));
}
$('#search_btn').on('click', function(e) {
e.preventDefault(); // 폼 제출 방지
dataTable.ajax.reload(); // DataTables의 AJAX 요청을 다시 실행
});
$('#dates').daterangepicker({
locale: {
"format": 'YYYY-MM-DD', // 일시 노출 포맷
"applyLabel": "확인", // 확인 버튼 텍스트
"cancelLabel": "취소", // 취소 버튼 텍스트
"daysOfWeek": ["일", "월", "화", "수", "목", "금", "토"],
"monthNames": ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"]
},
alwaysShowCalendars: true, // 시간 노출 여부
showDropdowns: true, // 년월 수동 설정 여부
autoApply: true, // 확인/취소 버튼 사용여부
maxDate: new Date(),
autoUpdateInput: false,
ranges: {
오늘: [moment(), moment()],
어제: [moment().subtract(1, "days"), moment().subtract(1, "days")],
최근7일: [moment().subtract(7, "days").startOf("day"), moment().subtract(1, "days").endOf("day")],
최근14일: [moment().subtract(14, "days").startOf("day"), moment().subtract(1, "days").endOf("day")],
이번주: [moment().day(1), moment()],
지난주: [moment().add(-1, "week").startOf("week").day(1), moment().add(-1, "week").startOf("week").add(7, "day")],
이번달: [moment().startOf("month"), moment().endOf("month")],
지난달: [moment().subtract(1, "month").startOf("month"), moment().subtract(1, "month").endOf("month")],
한달전: [moment().subtract(1, "month"), moment()],
},
}, function(start, end, label) {
startDate = start.format('YYYY-MM-DD'); // selected start
endDate = end.format('YYYY-MM-DD'); // selected end
$sdateInput = $('#sdate');
$edateInput = $('#edate');
$sdateInput.val(startDate);
$edateInput.val(endDate);
var dates = `${startDate} ~ ${endDate}`;
if(startDate == endDate) dates = startDate;
$('#dates').val(dates);
});
$(document).on('focus', 'input[name="unitprice"], input[name="total_price"]', function() {
var value = $(this).val();
$(this).val(value.replace(/,/g, ''));
});
$(document).on('blur', 'input[name="unitprice"], input[name="total_price"]', function() {
var value = parseInt($(this).val());
if (!isNaN(value)) {
$(this).val(value.toLocaleString());
}
});
$(document).on('input', 'input[type="text"]', function() {
$(this).val($(this).val().replace(/[^0-9]/g, ''));
});
// content-title 클릭 시 folded 상태 토글 및 저장
$(document).on('click', '.client-list > .content-title', function() {
// DataTables 상태 저장
let settings = dataTable.settings();
settings[0].oInit.foldedStates = [];
$('.client-list > .content-title').each(function() {
settings[0].oInit.foldedStates.push($(this).hasClass('folded'));
});
// DataTable 상태 저장
dataTable.state.save();
});
</script>
<?=$this->endSection();?>
<!--푸터-->
<?=$this->section('footer');?>
<?=$this->endSection();?>
@@ -0,0 +1,951 @@
<?=$this->extend('templates/front.php');?>
<!--타이틀-->
<?=$this->section('title');?>
ZENITH - 광고 관리 / 페이스북
<?=$this->endSection();?>
<!--헤더-->
<?=$this->section('header');?>
<link href="/static/node_modules/datatables.net-dt/css/jquery.dataTables.css" rel="stylesheet">
<script src="/static/node_modules/datatables.net/js/jquery.dataTables.js"></script>
<style>
.inner button.disapproval::after{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
content: "";
background: #ce1922;
}
.inner button.tag-inactive{
opacity: 0.5;
}
</style>
<?=$this->endSection();?>
<!--바디-->
<?=$this->section('body');?>
<?=$this->endSection();?>
<!--컨텐츠영역-->
<?=$this->section('content');?>
<div class="sub-contents-wrap">
<div class="title-area">
<h2 class="page-title">페이스북 광고관리</h2>
<p class="title-disc">숫자 중심의 퍼포먼스 마케팅에 집중! 사람들이 어떤 콘텐츠에 반응하는가? 비용 대비 얼만큼의 성과가 있는가?</p>
</div>
<div class="search-wrap">
<form class="search d-flex justify-content-center">
<div class="term d-flex align-items-center">
<input type="text" name="sdate" id="sdate" readonly="readonly">
<button type="button"><i class="bi bi-calendar2-week"></i></button>
<span> ~ </span>
<input type="text" name="edate" id="edate" readonly="readonly">
<button type="button"><i class="bi bi-calendar2-week"></i></button>
</div>
<div class="input">
<input type="text" name="stx" id="stx" placeholder="검색어를 입력하세요">
<button class="btn-primary" id="search_btn" type="button">조회</button>
</div>
</form>
<div class="detail row d-flex justify-content-center">
<dl class="col">
<dt>노출수</dt>
<dd id="impressions_sum"></dd>
</dl>
<dl class="col">
<dt>클릭수</dt>
<dd id="clicks_sum"></dd>
</dl>
<dl class="col">
<dt>클릭률</dt>
<dd id="click_ratio_sum"></dd>
</dl>
<dl class="col">
<dt>지출액</dt>
<dd id="spend_sum"></dd>
</dl>
<dl class="col">
<dt>DB수</dt>
<dd id="unique_total_sum"></dd>
</dl>
<dl class="col">
<dt>DB당 단가</dt>
<dd id="unique_one_price_sum"></dd>
</dl>
<dl class="col">
<dt>전환율</dt>
<dd id="conversion_ratio_sum"></dd>
</dl>
<dl class="col">
<dt>수익률</dt>
<dd id="per_sum"></dd>
</dl>
<dl class="col">
<dt>매출</dt>
<dd id="price_01_sum"></dd>
</dl>
</div>
</div>
<div class="client-list biz">
<h3 class="content-title toggle"><i class="bi bi-chevron-down"></i> 비즈니스 계정</h3>
<div class="row">
<div class="col">
<div class="inner">
<button type="button" class="filter_btn" id="business_btn" value="316991668497111">열혈 패밀리</button>
</div>
</div>
<div class="col">
<div class="inner">
<button type="button" class="filter_btn" id="business_btn" value="2859468974281473">케어랩스5</button>
</div>
</div>
<div class="col">
<div class="inner">
<button type="button" class="filter_btn" id="business_btn" value="213123902836946">케어랩스7</button>
</div>
</div>
</div>
</div>
<div class="client-list advertiser">
<h3 class="content-title toggle"><i class="bi bi-chevron-down"></i> 광고주</h3>
<div class="row">
</div>
</div>
<div class="tab-wrap">
<ul class="nav nav-tabs" id="tab-list" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link tab-link active" value="campaigns" type="button" id="campaign-tab" data-bs-toggle="tab" data-bs-target="#campaign-tab-pane" role="tab" aria-controls="campaign-tab-pane" aria-selected="true">캠페인</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link tab-link" value="adsets" type="button" role="tab" id="set-tab" data-bs-toggle="tab" data-bs-target="#set-tab-pane" aria-controls="set-tab-pane" aria-selected="false">광고 세트</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link tab-link" value="ads" type="button" role="tab" id="advertisement-tab" data-bs-toggle="tab" data-bs-target="#advertisement-tab-pane" aria-controls="advertisement-tab-pane" aria-selected="false">광고</button>
</li>
</ul>
<div class="tab-content">
<div class="btn-wrap">
<button type="button" class="btn btn-outline-danger active">수동 업데이트</button>
<button type="button" class="btn btn-outline-danger">데이터 비교</button>
<button type="button" class="btn btn-outline-danger"><i class="bi bi-file-text"></i> 메모확인</button>
</div>
<div class="tab-pane active" id="campaign-tab-pane" role="tabpanel" aria-labelledby="campaign-tab">
<div class="table-responsive">
<table class="table table-striped table-hover table-default" id="campaigns-table">
<colgroup>
<col style="width:10%">
<col style="width:5.5%">
<col style="width:5%">
<col style="width:5%">
<col style="width:7%">
<col style="width:6%">
<col style="width:4%">
<col style="width:7.5%">
<col style="width:7.5%">
<col style="width:5.5%">
<col style="width:7.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:6.5%">
</colgroup>
<thead class="table-dark">
<tr>
<th scope="col">캠페인명</th>
<th scope="col">상태</th>
<th scope="col">예산 <br>ai</th>
<th scope="col">목표 <br>ai</th>
<th scope="col">예산</th>
<th scope="col">현재 <br>DB단가</th>
<th scope="col">유효 <br>DB</th>
<th scope="col">지출액</th>
<th scope="col">수익</th>
<th scope="col">수익률</th>
<th scope="col">매출액</th>
<th scope="col">노출수</th>
<th scope="col">링크클릭</th>
<th scope="col">CPC</th>
<th scope="col">CTR</th>
<th scope="col">DB <br>전환률</th>
</tr>
</thead>
<thead>
<tr id="total">
<td id="total-count"></td>
<td></td>
<td></td>
<td></td>
<td id="total-budget"></td>
<td id="avg-cpa"></td>
<td id="total-unique_total"></td>
<td id="total-spend"></td>
<td id="total-margin"></td>
<td id="avg_margin_ratio"></td>
<td id="total-sales"></td>
<td id="total-impressions"></td>
<td id="total-click"></td>
<td id="avg-cpc"></td>
<td id="avg-ctr"></td>
<td id="avg-cvr"></td>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<div class="tab-pane" id="set-tab-pane" role="tabpanel" aria-labelledby="set-tab">
<div class="table-responsive">
<table class="table table-striped table-hover table-default" id="adsets-table">
<colgroup>
<col style="width:10%">
<col style="width:7.5%">
<col style="width:7.5%">
<col style="width:7.5%">
<col style="width:6%">
<col style="width:4%">
<col style="width:7.5%">
<col style="width:7.5%">
<col style="width:5.5%">
<col style="width:7.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:6.5%">
</colgroup>
<thead class="table-dark">
<tr>
<th scope="col">광고세트명</th>
<th scope="col">상태</th>
<th scope="col">예산 <br>ai</th>
<th scope="col">예산</th>
<th scope="col">현재 <br>DB단가</th>
<th scope="col">유효 <br>DB</th>
<th scope="col">지출액</th>
<th scope="col">수익</th>
<th scope="col">수익률</th>
<th scope="col">매출액</th>
<th scope="col">노출수</th>
<th scope="col">링크클릭</th>
<th scope="col">CPC</th>
<th scope="col">CTR</th>
<th scope="col">DB <br>전환률</th>
</tr>
</thead>
<thead>
<tr id="total">
<td id="total-count"></td>
<td></td>
<td></td>
<td id="total-budget"></td>
<td id="avg-cpa"></td>
<td id="total-unique_total"></td>
<td id="total-spend"></td>
<td id="total-margin"></td>
<td id="avg_margin_ratio"></td>
<td id="total-sales"></td>
<td id="total-impressions"></td>
<td id="total-click"></td>
<td id="avg-cpc"></td>
<td id="avg-ctr"></td>
<td id="avg-cvr"></td>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<div class="tab-pane" role="tabpanel" id="advertisement-tab-pane" aria-labelledby="advertisement-tab">
<div class="table-responsive">
<table class="table table-striped table-hover table-default" id="ads-table">
<colgroup>
<col style="width:10%">
<col style="width:5.5%">
<col style="width:6%">
<col style="width:4%">
<col style="width:7.5%">
<col style="width:7.5%">
<col style="width:5.5%">
<col style="width:7.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:6.5%">
</colgroup>
<thead class="table-dark">
<tr>
<th scope="col">광고명</th>
<th scope="col">상태</th>
<th scope="col">현재 <br>DB단가</th>
<th scope="col">유효 <br>DB</th>
<th scope="col">지출액</th>
<th scope="col">수익</th>
<th scope="col">수익률</th>
<th scope="col">매출액</th>
<th scope="col">노출수</th>
<th scope="col">링크클릭</th>
<th scope="col">CPC</th>
<th scope="col">CTR</th>
<th scope="col">DB <br>전환률</th>
</tr>
</thead>
<thead>
<tr id="total">
<td id="total-count"></td>
<td></td>
<td id="avg-cpa"></td>
<td id="total-unique_total"></td>
<td id="total-spend"></td>
<td id="total-margin"></td>
<td id="avg_margin_ratio"></td>
<td id="total-sales"></td>
<td id="total-impressions"></td>
<td id="total-click"></td>
<td id="avg-cpc"></td>
<td id="avg-ctr"></td>
<td id="avg-cvr"></td>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<?=$this->endSection();?>
<!--스크립트-->
<?=$this->section('script');?>
<script>
var today = moment().format('YYYY-MM-DD');
var args = {
'sdate': $('#sdate').val(),
'edate': $('#edate').val(),
};
args.type = 'campaigns';
setDate();
getReport(args);
getAccount(args);
getCampaigns(args);
function getReport(args){
$.ajax({
type: "GET",
url: "<?=base_url()?>/advertisements/facebook/report",
data: args,
dataType: "json",
contentType: 'application/json; charset=utf-8',
success: function(data){
$('#impressions_sum').text(data.impressions_sum);
$('#clicks_sum').text(data.clicks_sum);
$('#click_ratio_sum').text(data.click_ratio_sum);
$('#spend_sum').text(data.spend_sum);
$('#unique_total_sum').text(data.unique_total_sum);
$('#unique_one_price_sum').text(data.unique_one_price_sum);
$('#conversion_ratio_sum').text(data.conversion_ratio_sum);
$('#per_sum').text(data.per_sum);
$('#price_01_sum').text(data.price_sum);
},
error: function(error, status, msg){
alert("상태코드 " + status + "에러메시지" + msg );
}
});
}
function getAccount(args){
$.ajax({
type: "GET",
url: "<?=base_url()?>/advertisements/facebook/accounts",
data: args,
dataType: "json",
contentType: 'application/json; charset=utf-8',
success: function(data){
$('.advertiser .row').empty();
var html = '';
var set_ratio = '';
$.each(data, function(idx, v) {
c = v.class;
c = c.join(' ');
if(v.db_count){
set_ratio = '<div class="progress"><div class="progress-bar" role="progressbar" style="width:'+v.db_ratio+'%"></div><div class="txt">'+v.db_sum+'/'+v.db_count+'</div></div>';
}
html += '<div class="col"><div class="inner"><button type="button" value="'+v.ad_account_id+'" id="account_btn" class="filter_btn '+c+'">'+v.name+set_ratio+'</button></div></div>';
});
$('.advertiser .row').html(html);
},
error: function(error, status, msg){
alert("상태코드 " + status + "에러메시지" + msg );
}
});
}
function setDataTable(tableId, columns, args){
$(tableId).DataTable({
"processing" : true,
"searching": false,
"ordering": true,
"bLengthChange" : false,
"bDestroy": true,
"paging": false,
"info": false,
"ajax": {
"url": "<?=base_url()?>/advertisements/facebook/data",
"data": args,
"type": "GET",
"contentType": "application/json",
"dataType": "json",
"dataSrc": function(res){
if(res.total.margin < 0){
$(tableId+' #total-margin').css('color', 'red');
}
if(res.total.avg_margin_ratio < 20 && res.total.avg_margin_ratio != 0){
$(tableId+' #avg_margin_ratio').css('color', 'red');
}
$(tableId+' #total-count').text(res.data.length+"건 결과");
$(tableId+' #avg-cpa').text(Math.round(res.total.avg_cpa).toLocaleString('ko-KR'));
if(tableId == '#campaigns-table'){
$(tableId+' #total-unique_total').html('<div>'+res.total.unique_total+'</div><div style="color:blue">'+res.total.expect_db+'</div>');
$(tableId+' #total-budget').text('\u20A9'+res.total.budget.toLocaleString('ko-KR'));
}else if(tableId == '#adsets-table'){
$(tableId+' #total-unique_total').text(res.total.unique_total);
$(tableId+' #total-budget').text('\u20A9'+res.total.budget.toLocaleString('ko-KR'));
}else{
$(tableId+' #total-unique_total').text(res.total.unique_total);
}
$(tableId+' #total-spend').text('\u20A9'+res.total.spend.toLocaleString('ko-KR'));
$(tableId+' #total-margin').text('\u20A9'+res.total.margin.toLocaleString('ko-KR'));
$(tableId+' #avg_margin_ratio').text(Math.round(res.total.avg_margin_ratio * 100) / 100 +'\u0025');
$(tableId+' #total-sales').text('\u20A9'+res.total.sales.toLocaleString('ko-KR'));
$(tableId+' #total-impressions').text(res.total.impressions.toLocaleString('ko-KR'));
$(tableId+' #total-click').text(res.total.click.toLocaleString('ko-KR'));
$(tableId+' #avg-cpc').text('\u20A9'+Math.round(res.total.avg_cpc).toLocaleString('ko-KR'));
$(tableId+' #avg-ctr').text(Math.round(res.total.avg_ctr * 100) / 100);
$(tableId+' #avg-cvr').text(Math.round(res.total.avg_cvr * 100) / 100 +'\u0025');
return res.data;
}
},
"columns": columns,
"language": {
"emptyTable": "데이터가 존재하지 않습니다.",
"lengthMenu": "페이지당 _MENU_ 개씩 보기",
"infoEmpty": "데이터 없음",
"infoFiltered": "( _MAX_건의 데이터에서 필터링됨 )",
"search": "에서 검색: ",
"zeroRecords": "일치하는 데이터가 없어요.",
"loadingRecords": "로딩중...",
},
});
}
function getCampaigns(args) {
setDataTable('#campaigns-table', [
{ "data": "name" },
{ "data": "status" },
{ "data": null, "defaultContent": ""},
{ "data": "ai2_status" },
{
"data": "budget",
"render": function (data, type, row) {
if (data !== null) {
budget = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
budget = "";
}
return budget;
}
}, //예산
{
"data": "cpa",
"render": function (data, type, row) {
if (data !== null) {
cpa = parseInt(data).toLocaleString('ko-KR');
}else{
cpa = "";
}
return cpa;
}
}, //현재 DB단가
{ "data": "unique_total" }, //유효DB수
{
"data": "spend",
"render": function (data, type, row) {
if (data !== null) {
spend = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
spend = "";
}
return spend;
}
}, //지출액
{
"data": "margin",
"render": function (data, type, row) {
if (data !== null) {
if(data < 0){
margin = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
return '<span style="color:red">'+margin+'</span>';
}else{
margin = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}
}else{
margin = "";
}
return margin;
}
}, //수익
{
"data": "margin_ratio",
"render": function (data, type, row) {
if (data !== null) {
if(data < 20 && data != 0){
margin_ratio = parseInt(data).toLocaleString('ko-KR')+'\u0025';
return '<span style="color:red">'+margin_ratio+'</span>';
}else{
margin_ratio = parseInt(data).toLocaleString('ko-KR')+'\u0025';
}
}else{
margin_ratio = "";
}
return margin_ratio;
}
}, //수익률
{
"data": "sales",
"render": function (data, type, row) {
if (data !== null) {
sales = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
sales = "";
}
return sales;
}
}, //매출액
{
"data": "impressions",
"render": function (data, type, row) {
if (data !== null) {
impressions = parseInt(data).toLocaleString('ko-KR');
}else{
impressions = "";
}
return impressions;
}
}, //노출수
{
"data": "click",
"render": function (data, type, row) {
if (data !== null) {
click = parseInt(data).toLocaleString('ko-KR');
}else{
click = "";
}
return click;
}
}, //링크클릭
{
"data": "cpc",
"render": function (data, type, row) {
if (data !== null) {
cpc = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
cpc = "";
}
return cpc;
}
}, //클릭당단가 (1회 클릭당 비용)
{ "data": "ctr", }, //클릭율 (노출 대비 클릭한 비율)
{
"data": "cvr",
"render": function (data, type, row) {
return data+'\u0025';
}
}, //전환율
], args);
}
function getAdsets(args) {
setDataTable('#adsets-table', [
{ "data": "name" },
{ "data": "status" },
{ "data": null, "defaultContent": ""},
{
"data": "budget",
"render": function (data, type, row) {
if (data !== null) {
budget = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
budget = "";
}
return budget;
}
}, //예산
{
"data": "cpa",
"render": function (data, type, row) {
if (data !== null) {
cpa = parseInt(data).toLocaleString('ko-KR');
}else{
cpa = "";
}
return cpa;
}
}, //현재 DB단가
{ "data": "unique_total" }, //유효DB수
{
"data": "spend",
"render": function (data, type, row) {
if (data !== null) {
spend = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
spend = "";
}
return spend;
}
}, //지출액
{
"data": "margin",
"render": function (data, type, row) {
if (data !== null) {
if(data < 0){
margin = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
return '<span style="color:red">'+margin+'</span>';
}else{
margin = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}
}else{
margin = "";
}
return margin;
}
}, //수익
{
"data": "margin_ratio",
"render": function (data, type, row) {
if (data !== null) {
if(data < 20 && data != 0){
margin_ratio = parseInt(data).toLocaleString('ko-KR')+'\u0025';
return '<span style="color:red">'+margin_ratio+'</span>';
}else{
margin_ratio = parseInt(data).toLocaleString('ko-KR')+'\u0025';
}
}else{
margin_ratio = "";
}
return margin_ratio;
}
}, //수익률
{
"data": "sales",
"render": function (data, type, row) {
if (data !== null) {
sales = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
sales = "";
}
return sales;
}
}, //매출액
{
"data": "impressions",
"render": function (data, type, row) {
if (data !== null) {
impressions = parseInt(data).toLocaleString('ko-KR');
}else{
impressions = "";
}
return impressions;
}
}, //노출수
{
"data": "click",
"render": function (data, type, row) {
if (data !== null) {
click = parseInt(data).toLocaleString('ko-KR');
}else{
click = "";
}
return click;
}
}, //링크클릭
{
"data": "cpc",
"render": function (data, type, row) {
if (data !== null) {
cpc = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
cpc = "";
}
return cpc;
}
}, //클릭당단가 (1회 클릭당 비용)
{ "data": "ctr", }, //클릭율 (노출 대비 클릭한 비율)
{
"data": "cvr",
"render": function (data, type, row) {
return data+'\u0025';
}
}, //전환율
], args);
}
function getAds(args) {
setDataTable('#ads-table', [
{ "data": "name" },
{ "data": "status" },
{
"data": "cpa",
"render": function (data, type, row) {
if (data !== null) {
cpa = parseInt(data).toLocaleString('ko-KR');
}else{
cpa = "";
}
return cpa;
}
}, //현재 DB단가
{ "data": "unique_total" }, //유효DB수
{
"data": "spend",
"render": function (data, type, row) {
if (data !== null) {
spend = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
spend = "";
}
return spend;
}
}, //지출액
{
"data": "margin",
"render": function (data, type, row) {
if (data !== null) {
if(data < 0){
margin = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
return '<span style="color:red">'+margin+'</span>';
}else{
margin = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}
}else{
margin = "";
}
return margin;
}
}, //수익
{
"data": "margin_ratio",
"render": function (data, type, row) {
if (data !== null) {
if(data < 20 && data != 0){
margin_ratio = parseInt(data).toLocaleString('ko-KR')+'\u0025';
return '<span style="color:red">'+margin_ratio+'</span>';
}else{
margin_ratio = parseInt(data).toLocaleString('ko-KR')+'\u0025';
}
}else{
margin_ratio = "";
}
return margin_ratio;
}
}, //수익률
{
"data": "sales",
"render": function (data, type, row) {
if (data !== null) {
sales = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
sales = "";
}
return sales;
}
}, //매출액
{
"data": "impressions",
"render": function (data, type, row) {
if (data !== null) {
impressions = parseInt(data).toLocaleString('ko-KR');
}else{
impressions = "";
}
return impressions;
}
}, //노출수
{
"data": "click",
"render": function (data, type, row) {
if (data !== null) {
click = parseInt(data).toLocaleString('ko-KR');
}else{
click = "";
}
return click;
}
}, //링크클릭
{
"data": "cpc",
"render": function (data, type, row) {
if (data !== null) {
cpc = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
cpc = "";
}
return cpc;
}
}, //클릭당단가 (1회 클릭당 비용)
{ "data": "ctr", }, //클릭율 (노출 대비 클릭한 비율)
{
"data": "cvr",
"render": function (data, type, row) {
return data+'\u0025';
}
}, //전환율
], args);
}
function setDate(){
$('#sdate, #edate').val(today);
$('#sdate, #edate').daterangepicker({
locale: {
"format": 'YYYY-MM-DD', // 일시 노출 포맷
"applyLabel": "확인", // 확인 버튼 텍스트
"cancelLabel": "취소", // 취소 버튼 텍스트
"daysOfWeek": ["일", "월", "화", "수", "목", "금", "토"],
"monthNames": ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"]
},
alwaysShowCalendars: true, // 시간 노출 여부
showDropdowns: true, // 년월 수동 설정 여부
autoApply: true, // 확인/취소 버튼 사용여부
maxDate: new Date(),
autoUpdateInput: false,
ranges: {
'오늘': [moment(), moment()],
'어제': [moment().subtract(1, 'days'), moment().subtract(1, 'days')],
'지난 일주일': [moment().subtract(6, 'days'), moment()],
'지난 한달': [moment().subtract(29, 'days'), moment()],
'이번달': [moment().startOf('month'), moment().endOf('month')],
}
}, function(start, end, label) {
// Lets update the fields manually this event fires on selection of range
startDate = start.format('YYYY-MM-DD'); // selected start
endDate = end.format('YYYY-MM-DD'); // selected end
$checkinInput = $('#sdate');
$checkoutInput = $('#edate');
// Updating Fields with selected dates
$checkinInput.val(startDate);
$checkoutInput.val(endDate);
// Setting the Selection of dates on calender on CHECKOUT FIELD (To get this it must be binded by Ids not Calss)
var checkOutPicker = $checkoutInput.data('daterangepicker');
checkOutPicker.setStartDate(startDate);
checkOutPicker.setEndDate(endDate);
// Setting the Selection of dates on calender on CHECKIN FIELD (To get this it must be binded by Ids not Calss)
var checkInPicker = $checkinInput.data('daterangepicker');
checkInPicker.setStartDate($checkinInput.val(startDate));
checkInPicker.setEndDate(endDate);
});
}
$('body').on('click', '.tab-link', function(){
args.stx = "";
var tabVal = $(this).val();
args.type = tabVal;
switch (args.type) {
case "ads":
getAds(args);
break;
case "adsets":
getAdsets(args);
break;
default:
getCampaigns(args);
}
});
$('body').on('click', '#business_btn, #account_btn', function(){
if ($(this).attr('id') === 'business_btn') {
$('#account_btn').removeClass('active')
}
$(this).toggleClass("active");
tab = $('.tab-link.active').val();
business = $('#business_btn.active').map(function(){return $(this).val();}).get();
accounts = $('#account_btn.active').map(function(){return $(this).val();}).get();
args.businesses = business;
args.accounts = accounts;
if ($(this).attr('id') === 'business_btn') {
args.accounts = [];
getAccount(args);
}
getReport(args);
switch (tab) {
case "ads":
getAds(args);
break;
case "adsets":
getAdsets(args);
break;
default:
getCampaigns(args);
}
});
$('body').on('click', '#search_btn', function() {
tab = $('.tab-link.active').val();
args = {
'sdate': $('#sdate').val(),
'edate': $('#edate').val(),
'stx': $('#stx').val(),
'type': tab,
};
getReport(args);
getAccount(args);
switch (tab) {
case "ads":
getAds(args);
break;
case "adsets":
getAdsets(args);
break;
default:
getCampaigns(args);
}
});
</script>
<?=$this->endSection();?>
<!--푸터-->
<?=$this->section('footer');?>
<?=$this->endSection();?>
+946
View File
@@ -0,0 +1,946 @@
<?=$this->extend('templates/front.php');?>
<?=$this->section('title');?>
ZENITH - 광고 관리 / 구글 애드워즈
<?=$this->endSection();?>
<!--헤더-->
<?=$this->section('header');?>
<link href="/static/node_modules/datatables.net-dt/css/jquery.dataTables.css" rel="stylesheet">
<script src="/static/node_modules/datatables.net/js/jquery.dataTables.js"></script>
<style>
.inner button.disapproval::after{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
content: "";
background: #ce1922;
}
.inner button.tag-inactive{
opacity: 0.5;
}
</style>
<?=$this->endSection();?>
<!--바디-->
<?=$this->section('body');?>
<?=$this->endSection();?>
<!--컨텐츠영역-->
<?=$this->section('content');?>
<div class="sub-contents-wrap">
<div class="title-area">
<h2 class="page-title">구글 애드워즈 광고관리</h2>
<p class="title-disc">광고주별 매체의 기본적인 광고 합성/종료/수정의 기능을 제공하고 있으며, 추가적으로 CHAIN에서 개발한 스마트하게 광고를 최적화 시켜주는 기능도 함께 이용할 수 있습니다.</p>
</div>
<div class="search-wrap">
<form class="search d-flex justify-content-center">
<div class="term d-flex align-items-center">
<input type="text" name="sdate" id="sdate" readonly="readonly">
<button type="button"><i class="bi bi-calendar2-week"></i></button>
<span> ~ </span>
<input type="text" name="edate" id="edate" readonly="readonly">
<button type="button"><i class="bi bi-calendar2-week"></i></button>
</div>
<div class="input">
<input type="text" name="stx" id="stx" placeholder="검색어를 입력하세요">
<button class="btn-primary" id="search_btn" type="button">조회</button>
</div>
</form>
<div class="detail row d-flex justify-content-center">
<dl class="col">
<dt>노출수</dt>
<dd id="impressions_sum"></dd>
</dl>
<dl class="col">
<dt>클릭수</dt>
<dd id="clicks_sum"></dd>
</dl>
<dl class="col">
<dt>클릭률</dt>
<dd id="click_ratio_sum"></dd>
</dl>
<dl class="col">
<dt>지출액</dt>
<dd id="spend_sum"></dd>
</dl>
<dl class="col">
<dt>DB수</dt>
<dd id="unique_total_sum"></dd>
</dl>
<dl class="col">
<dt>DB당 단가</dt>
<dd id="unique_one_price_sum"></dd>
</dl>
<dl class="col">
<dt>전환율</dt>
<dd id="conversion_ratio_sum"></dd>
</dl>
<dl class="col">
<dt>수익</dt>
<dd id="profit_sum"></dd>
</dl>
<dl class="col">
<dt>수익률</dt>
<dd id="per_sum"></dd>
</dl>
<dl class="col">
<dt>매출</dt>
<dd id="price_01_sum"></dd>
</dl>
</div>
</div>
<div class="section client-list biz">
<h3 class="content-title toggle"><i class="bi bi-chevron-up"></i> 매니저 계정</h3>
<div class="row"></div>
</div>
<div class="section client-list advertiser">
<h3 class="content-title toggle"><i class="bi bi-chevron-up"></i> 광고주</h3>
<div class="row"></div>
</div>
<div class="tab-wrap">
<ul class="nav nav-tabs" id="tab-list" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link tab-link active" value="campaigns" type="button" id="campaign-tab" data-bs-toggle="tab" data-bs-target="#campaign-tab-pane" role="tab" aria-controls="campaign-tab-pane" aria-selected="true">캠페인</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link tab-link" value="adsets" type="button" role="tab" id="set-tab" data-bs-toggle="tab" data-bs-target="#set-tab-pane" aria-controls="set-tab-pane" aria-selected="false">광고 그룹</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link tab-link" value="ads" type="button" role="tab" id="advertisement-tab" data-bs-toggle="tab" data-bs-target="#advertisement-tab-pane" aria-controls="advertisement-tab-pane" aria-selected="false">소재</button>
</li>
</ul>
<div class="tab-content">
<div class="btn-wrap">
<button type="button" class="btn btn-outline-danger active">수동 업데이트</button>
<button type="button" class="btn btn-outline-danger">데이터 비교</button>
<button type="button" class="btn btn-outline-danger"><i class="bi bi-file-text"></i> 메모확인</button>
</div>
<div class="tab-pane active" id="campaign-tab-pane" role="tabpanel" aria-labelledby="campaign-tab">
<div class="table-responsive">
<table class="table table-striped table-hover table-default" id="campaigns-table">
<colgroup>
<col style="width:20%">
<col style="width:7%">
<col style="width:7%">
<col style="width:10%">
<col style="width:6%">
<col style="width:4%">
<col style="width:7.5%">
<col style="width:7.5%">
<col style="width:5.5%">
<col style="width:7.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:6.5%">
</colgroup>
<thead class="table-dark">
<tr>
<th scope="col">캠페인명</th>
<th scope="col">상태</th>
<th scope="col">입찰 <br>유형</th>
<th scope="col">예산</th>
<th scope="col">현재 <br>DB단가</th>
<th scope="col">유효 <br>DB</th>
<th scope="col">지출액</th>
<th scope="col">수익</th>
<th scope="col">수익률</th>
<th scope="col">매출액</th>
<th scope="col">노출수</th>
<th scope="col">링크클릭</th>
<th scope="col">CPC</th>
<th scope="col">CTR</th>
<th scope="col">DB <br>전환률</th>
</tr>
</thead>
<thead>
<tr id="total">
<td id="total-count"></td>
<td></td>
<td></td>
<td id="total-budget"></td>
<td id="avg-cpa"></td>
<td id="total-unique_total"></td>
<td id="total-spend"></td>
<td id="total-margin"></td>
<td id="avg_margin_ratio"></td>
<td id="total-sales"></td>
<td id="total-impressions"></td>
<td id="total-click"></td>
<td id="avg-cpc"></td>
<td id="avg-ctr"></td>
<td id="avg-cvr"></td>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<div class="tab-pane" id="set-tab-pane" role="tabpanel" aria-labelledby="set-tab">
<div class="table-responsive">
<table class="table table-striped table-hover table-default" id="adsets-table">
<colgroup>
<col style="width:10%">
<col style="width:7%">
<col style="width:7%">
<col style="width:7%">
<col style="width:7%">
<col style="width:8%">
<col style="width:8%">
<col style="width:7.5%">
<col style="width:7.5%">
<col style="width:5.5%">
<col style="width:7.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:5.5%">
</colgroup>
<thead class="table-dark">
<tr>
<th scope="col">광고그룹명</th>
<th scope="col">상태</th>
<th scope="col">입찰가</th>
<th scope="col">현재 <br>DB단가</th>
<th scope="col">유효 <br>DB</th>
<th scope="col">지출액</th>
<th scope="col">수익</th>
<th scope="col">수익률</th>
<th scope="col">매출액</th>
<th scope="col">노출수</th>
<th scope="col">링크클릭</th>
<th scope="col">CPC</th>
<th scope="col">CTR</th>
<th scope="col">DB <br>전환률</th>
</tr>
</thead>
<thead>
<tr id="total">
<td id="total-count"></td>
<td></td>
<td></td>
<td id="avg-cpa"></td>
<td id="total-unique_total"></td>
<td id="total-spend"></td>
<td id="total-margin"></td>
<td id="avg_margin_ratio"></td>
<td id="total-sales"></td>
<td id="total-impressions"></td>
<td id="total-click"></td>
<td id="avg-cpc"></td>
<td id="avg-ctr"></td>
<td id="avg-cvr"></td>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<div class="tab-pane" id="advertisement-tab-pane" role="tabpanel" aria-labelledby="advertisement-tab">
<div class="table-responsive">
<table class="table table-striped table-hover table-default" id="ads-table">
<colgroup>
<col style="width:10%">
<col style="width:7%">
<col style="width:7%">
<col style="width:7%">
<col style="width:6%">
<col style="width:7.5%">
<col style="width:7.5%">
<col style="width:5.5%">
<col style="width:7.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:6.5%">
</colgroup>
<thead class="table-dark">
<tr>
<th scope="col">광고명</th>
<th scope="col">코드</th>
<th scope="col">상태</th>
<th scope="col">현재 <br>DB단가</th>
<th scope="col">유효 <br>DB</th>
<th scope="col">지출액</th>
<th scope="col">수익</th>
<th scope="col">수익률</th>
<th scope="col">매출액</th>
<th scope="col">노출수</th>
<th scope="col">링크클릭</th>
<th scope="col">CPC</th>
<th scope="col">CTR</th>
<th scope="col">DB <br>전환률</th>
</tr>
</thead>
<thead>
<tr id="total">
<td id="total-count"></td>
<td></td>
<td></td>
<td id="avg-cpa"></td>
<td id="total-unique_total"></td>
<td id="total-spend"></td>
<td id="total-margin"></td>
<td id="avg_margin_ratio"></td>
<td id="total-sales"></td>
<td id="total-impressions"></td>
<td id="total-click"></td>
<td id="avg-cpc"></td>
<td id="avg-ctr"></td>
<td id="avg-cvr"></td>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<?=$this->endSection();?>
<!--스크립트-->
<?=$this->section('script');?>
<script>
var today = moment().format('YYYY-MM-DD');
var args = {
'sdate': $('#sdate').val(),
'edate': $('#edate').val(),
};
args.type = 'campaigns';
setDate();
getReport(args);
getManageAccount(args);
getAccount(args);
getCampaigns(args);
function getReport(args){
$.ajax({
type: "GET",
url: "<?=base_url()?>/advertisements/google/report",
data: args,
dataType: "json",
contentType: 'application/json; charset=utf-8',
success: function(data){
$('#impressions_sum').text(data.impressions_sum.toLocaleString('ko-KR'));
$('#clicks_sum').text(data.clicks_sum.toLocaleString('ko-KR'));
$('#click_ratio_sum').text(data.click_ratio_sum);
$('#spend_sum').text(data.spend_sum.toLocaleString('ko-KR'));
$('#unique_total_sum').text(data.unique_total_sum);
$('#unique_one_price_sum').text(data.unique_one_price_sum.toLocaleString('ko-KR'));
$('#conversion_ratio_sum').text(data.conversion_ratio_sum);
$('#profit_sum').text(data.profit_sum.toLocaleString('ko-KR'));
$('#per_sum').text(data.per_sum);
$('#price_01_sum').text(data.price_sum.toLocaleString('ko-KR'));
},
error: function(error, status, msg){
alert("상태코드 " + status + "에러메시지" + msg );
}
});
}
function getManageAccount(){
$.ajax({
type: "GET",
url: "<?=base_url()?>/advertisements/google/manageaccounts",
data: args,
dataType: "json",
contentType: 'application/json; charset=utf-8',
success: function(data){
$('.biz .row').empty();
var html = '';
var set_ratio = '';
$.each(data, function(idx, v) {
html += '<div class="col"><div class="inner"><button type="button" value="'+v.customerId+'" id="business_btn" class="filter_btn">'+v.name+'</button></div></div>';
});
$('.biz .row').html(html);
},
error: function(error, status, msg){
alert("상태코드 " + status + "에러메시지" + msg );
}
});
}
function getAccount(args){
$.ajax({
type: "GET",
url: "<?=base_url()?>/advertisements/google/accounts",
data: args,
dataType: "json",
contentType: 'application/json; charset=utf-8',
success: function(data){
$('.advertiser .row').empty();
var html = '';
var set_ratio = '';
$.each(data, function(idx, v) {
c = v.class;
c = c.join(' ');
if(v.db_count){
set_ratio = '<div class="progress"><div class="progress-bar" role="progressbar" style="width:'+v.db_ratio+'%"></div><div class="txt">'+v.db_sum+'/'+v.db_count+'</div></div>';
}
html += '<div class="col"><div class="inner"><button type="button" value="'+v.id+'" id="account_btn" class="filter_btn '+c+'">'+v.name+set_ratio+'</button></div></div>';
});
$('.advertiser .row').html(html);
},
error: function(error, status, msg){
alert("상태코드 " + status + "에러메시지" + msg );
}
});
}
function setDataTable(tableId, columns, args){
$(tableId).DataTable({
"processing" : true,
"searching": false,
"ordering": true,
"bLengthChange" : false,
"bDestroy": true,
"paging": false,
"info": false,
"ajax": {
"url": "<?=base_url()?>/advertisements/google/data",
"data": args,
"type": "GET",
"contentType": "application/json",
"dataType": "json",
"dataSrc": function(res){
if(res.total.margin < 0){
$(tableId+' #total-margin').css('color', 'red');
}
if(res.total.avg_margin_ratio < 20 && res.total.avg_margin_ratio != 0){
$(tableId+' #avg_margin_ratio').css('color', 'red');
}
$(tableId+' #total-count').text(res.data.length+"건 결과");
$(tableId+' #avg-cpa').text(Math.round(res.total.avg_cpa).toLocaleString('ko-KR'));
if(tableId == '#campaigns-table'){
$(tableId+' #total-unique_total').html('<div>'+res.total.unique_total+'</div><div style="color:blue">'+res.total.expect_db+'</div>');
$(tableId+' #total-budget').text('\u20A9'+res.total.budget.toLocaleString('ko-KR'));
}else if(tableId == '#adsets-table'){
$(tableId+' #total-unique_total').text(res.total.unique_total);
}else{
$(tableId+' #total-unique_total').text(res.total.unique_total);
}
$(tableId+' #total-spend').text('\u20A9'+res.total.spend.toLocaleString('ko-KR'));
$(tableId+' #total-margin').text('\u20A9'+res.total.margin.toLocaleString('ko-KR'));
$(tableId+' #avg_margin_ratio').text(Math.round(res.total.avg_margin_ratio * 100) / 100 +'\u0025');
$(tableId+' #total-sales').text('\u20A9'+res.total.sales.toLocaleString('ko-KR'));
$(tableId+' #total-impressions').text(res.total.impressions.toLocaleString('ko-KR'));
$(tableId+' #total-click').text(res.total.click.toLocaleString('ko-KR'));
$(tableId+' #avg-cpc').text('\u20A9'+Math.round(res.total.avg_cpc).toLocaleString('ko-KR'));
$(tableId+' #avg-ctr').text(Math.round(res.total.avg_ctr * 100) / 100);
$(tableId+' #avg-cvr').text(Math.round(res.total.avg_cvr * 100) / 100 +'\u0025');
return res.data;
}
},
"columns": columns,
"language": {
"emptyTable": "데이터가 존재하지 않습니다.",
"lengthMenu": "페이지당 _MENU_ 개씩 보기",
"infoEmpty": "데이터 없음",
"infoFiltered": "( _MAX_건의 데이터에서 필터링됨 )",
"search": "에서 검색: ",
"zeroRecords": "일치하는 데이터가 없어요.",
"loadingRecords": "로딩중...",
},
});
}
function getCampaigns(args) {
setDataTable('#campaigns-table', [
{ "data": "name" },
{ "data": "status" },
{ "data": "biddingStrategyType" },
{
"data": "budget",
"render": function (data, type, row) {
if (data !== null) {
budget = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
budget = "";
}
return budget;
}
}, //예산
{
"data": "cpa",
"render": function (data, type, row) {
if (data !== null) {
cpa = parseInt(data).toLocaleString('ko-KR');
}else{
cpa = "";
}
return cpa;
}
}, //현재 DB단가
{ "data": "unique_total" }, //유효DB수
{
"data": "spend",
"render": function (data, type, row) {
if (data !== null) {
spend = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
spend = "";
}
return spend;
}
}, //지출액
{
"data": "margin",
"render": function (data, type, row) {
if (data !== null) {
if(data < 0){
margin = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
return '<span style="color:red">'+margin+'</span>';
}else{
margin = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}
}else{
margin = "";
}
return margin;
}
}, //수익
{
"data": "margin_ratio",
"render": function (data, type, row) {
if (data !== null) {
if(data < 20 && data != 0){
margin_ratio = parseInt(data).toLocaleString('ko-KR')+'\u0025';
return '<span style="color:red">'+margin_ratio+'</span>';
}else{
margin_ratio = parseInt(data).toLocaleString('ko-KR')+'\u0025';
}
}else{
margin_ratio = "";
}
return margin_ratio;
}
}, //수익률
{
"data": "sales",
"render": function (data, type, row) {
if (data !== null) {
sales = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
sales = "";
}
return sales;
}
}, //매출액
{
"data": "impressions",
"render": function (data, type, row) {
if (data !== null) {
impressions = parseInt(data).toLocaleString('ko-KR');
}else{
impressions = "";
}
return impressions;
}
}, //노출수
{
"data": "click",
"render": function (data, type, row) {
if (data !== null) {
click = parseInt(data).toLocaleString('ko-KR');
}else{
click = "";
}
return click;
}
}, //링크클릭
{
"data": "cpc",
"render": function (data, type, row) {
if (data !== null) {
cpc = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
cpc = "";
}
return cpc;
}
}, //클릭당단가 (1회 클릭당 비용)
{ "data": "ctr", }, //클릭율 (노출 대비 클릭한 비율)
{
"data": "cvr",
"render": function (data, type, row) {
return data+'\u0025';
}
}, //전환율
], args);
}
function getAdsets(args) {
setDataTable('#adsets-table', [
{ "data": "name" },
{ "data": "status" },
{ "data": "bidAmount" },
{
"data": "cpa",
"render": function (data, type, row) {
if (data !== null) {
cpa = parseInt(data).toLocaleString('ko-KR');
}else{
cpa = "";
}
return cpa;
}
}, //현재 DB단가
{ "data": "unique_total" }, //유효DB수
{
"data": "spend",
"render": function (data, type, row) {
if (data !== null) {
spend = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
spend = "";
}
return spend;
}
}, //지출액
{
"data": "margin",
"render": function (data, type, row) {
if (data !== null) {
if(data < 0){
margin = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
return '<span style="color:red">'+margin+'</span>';
}else{
margin = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}
}else{
margin = "";
}
return margin;
}
}, //수익
{
"data": "margin_ratio",
"render": function (data, type, row) {
if (data !== null) {
if(data < 20 && data != 0){
margin_ratio = parseInt(data).toLocaleString('ko-KR')+'\u0025';
return '<span style="color:red">'+margin_ratio+'</span>';
}else{
margin_ratio = parseInt(data).toLocaleString('ko-KR')+'\u0025';
}
}else{
margin_ratio = "";
}
return margin_ratio;
}
}, //수익률
{
"data": "sales",
"render": function (data, type, row) {
if (data !== null) {
sales = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
sales = "";
}
return sales;
}
}, //매출액
{
"data": "impressions",
"render": function (data, type, row) {
if (data !== null) {
impression = parseInt(data).toLocaleString('ko-KR');
}else{
impressions = "";
}
return impressions;
}
}, //노출수
{
"data": "click",
"render": function (data, type, row) {
if (data !== null) {
click = parseInt(data).toLocaleString('ko-KR');
}else{
click = "";
}
return click;
}
}, //링크클릭
{
"data": "cpc",
"render": function (data, type, row) {
if (data !== null) {
cpc = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
cpc = "";
}
return cpc;
}
}, //클릭당단가 (1회 클릭당 비용)
{ "data": "ctr", }, //클릭율 (노출 대비 클릭한 비율)
{
"data": "cvr",
"render": function (data, type, row) {
return data+'\u0025';
}
}, //전환율
], args);
}
function getAds(args) {
setDataTable('#ads-table', [
{ "data": "name" },
{ "data": null, "defaultContent": "" },//code
{ "data": "status" },
{
"data": "cpa",
"render": function (data, type, row) {
if (data !== null) {
cpa = parseInt(data).toLocaleString('ko-KR');
}else{
cpa = "";
}
return cpa;
}
}, //현재 DB단가
{ "data": "unique_total" }, //유효DB수
{
"data": "spend",
"render": function (data, type, row) {
if (data !== null) {
spend = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
spend = "";
}
return spend;
}
}, //지출액
{
"data": "margin",
"render": function (data, type, row) {
if (data !== null) {
if(data < 0){
margin = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
return '<span style="color:red">'+margin+'</span>';
}else{
margin = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}
}else{
margin = "";
}
return margin;
}
}, //수익
{
"data": "margin_ratio",
"render": function (data, type, row) {
if (data !== null) {
if(data < 20 && data != 0){
margin_ratio = parseInt(data).toLocaleString('ko-KR')+'\u0025';
return '<span style="color:red">'+margin_ratio+'</span>';
}else{
margin_ratio = parseInt(data).toLocaleString('ko-KR')+'\u0025';
}
}else{
margin_ratio = "";
}
return margin_ratio;
}
}, //수익률
{
"data": "sales",
"render": function (data, type, row) {
if (data !== null) {
sales = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
sales = "";
}
return sales;
}
}, //매출액
{
"data": "impressions",
"render": function (data, type, row) {
if (data !== null) {
impressions = parseInt(data).toLocaleString('ko-KR');
}else{
impressions = "";
}
return impressions;
}
}, //노출수
{
"data": "click",
"render": function (data, type, row) {
if (data !== null) {
click = parseInt(data).toLocaleString('ko-KR');
}else{
click = "";
}
return click;
}
}, //링크클릭
{
"data": "cpc",
"render": function (data, type, row) {
if (data !== null) {
cpc = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
cpc = "";
}
return cpc;
}
}, //클릭당단가 (1회 클릭당 비용)
{ "data": "ctr", }, //클릭율 (노출 대비 클릭한 비율)
{
"data": "cvr",
"render": function (data, type, row) {
return data+'\u0025';
}
}, //전환율
], args);
}
function setDate(){
$('#sdate, #edate').val(today);
$('#sdate, #edate').daterangepicker({
locale: {
"format": 'YYYY-MM-DD', // 일시 노출 포맷
"applyLabel": "확인", // 확인 버튼 텍스트
"cancelLabel": "취소", // 취소 버튼 텍스트
"daysOfWeek": ["일", "월", "화", "수", "목", "금", "토"],
"monthNames": ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"]
},
alwaysShowCalendars: true, // 시간 노출 여부
showDropdowns: true, // 년월 수동 설정 여부
autoApply: true, // 확인/취소 버튼 사용여부
maxDate: new Date(),
autoUpdateInput: false,
ranges: {
'오늘': [moment(), moment()],
'어제': [moment().subtract(1, 'days'), moment().subtract(1, 'days')],
'지난 일주일': [moment().subtract(6, 'days'), moment()],
'지난 한달': [moment().subtract(29, 'days'), moment()],
'이번달': [moment().startOf('month'), moment().endOf('month')],
}
}, function(start, end, label) {
// console.log("New date range selected: ' + start.format('YYYY-MM-DD') + ' to ' + end.format('YYYY-MM-DD') + ' (predefined range: ' + label + ')");
// Lets update the fields manually this event fires on selection of range
startDate = start.format('YYYY-MM-DD'); // selected start
endDate = end.format('YYYY-MM-DD'); // selected end
$checkinInput = $('#sdate');
$checkoutInput = $('#edate');
// Updating Fields with selected dates
$checkinInput.val(startDate);
$checkoutInput.val(endDate);
// Setting the Selection of dates on calender on CHECKOUT FIELD (To get this it must be binded by Ids not Calss)
var checkOutPicker = $checkoutInput.data('daterangepicker');
checkOutPicker.setStartDate(startDate);
checkOutPicker.setEndDate(endDate);
// Setting the Selection of dates on calender on CHECKIN FIELD (To get this it must be binded by Ids not Calss)
var checkInPicker = $checkinInput.data('daterangepicker');
checkInPicker.setStartDate($checkinInput.val(startDate));
checkInPicker.setEndDate(endDate);
});
}
$('body').on('click', '.tab-link', function(){
args.stx = "";
var tabVal = $(this).val();
args.type = tabVal;
switch (args.type) {
case "ads":
getAds(args);
break;
case "adsets":
getAdsets(args);
break;
default:
getCampaigns(args);
}
});
$('body').on('click', '#business_btn, #account_btn', function(){
if ($(this).attr('id') === 'business_btn') {
$('#account_btn').removeClass('active')
}
$(this).toggleClass("active");
tab = $('.tab-link.active').val();
business = $('#business_btn.active').map(function(){return $(this).val();}).get();
accounts = $('#account_btn.active').map(function(){return $(this).val();}).get();
args.businesses = business;
args.accounts = accounts;
if ($(this).attr('id') === 'business_btn') {
args.accounts = [];
getAccount(args);
}
getReport(args);
switch (tab) {
case "ads":
getAds(args);
break;
case "adsets":
getAdsets(args);
break;
default:
getCampaigns(args);
}
});
$('body').on('click', '#search_btn', function() {
tab = $('.tab-link.active').val();
args = {
'sdate': $('#sdate').val(),
'edate': $('#edate').val(),
'stx': $('#stx').val(),
'type': tab,
};
getReport(args);
getAccount(args);
switch (tab) {
case "ads":
getAds(args);
break;
case "adsets":
getAdsets(args);
break;
default:
getCampaigns(args);
}
});
</script>
<?=$this->endSection();?>
<!--푸터-->
<?=$this->section('footer');?>
<?=$this->endSection();?>
+965
View File
@@ -0,0 +1,965 @@
<?=$this->extend('templates/front.php');?>
<?=$this->section('title');?>
ZENITH - 광고 관리 / 카카오 모먼트
<?=$this->endSection();?>
<!--헤더-->
<?=$this->section('header');?>
<link href="/static/node_modules/datatables.net-dt/css/jquery.dataTables.css" rel="stylesheet">
<script src="/static/node_modules/datatables.net/js/jquery.dataTables.js"></script>
<style>
.inner button.disapproval::after{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
content: "";
background: #ce1922;
}
.inner button.tag-inactive{
opacity: 0.5;
}
</style>
<?=$this->endSection();?>
<!--바디-->
<?=$this->section('body');?>
<?=$this->endSection();?>
<!--컨텐츠영역-->
<?=$this->section('content');?>
<div class="sub-contents-wrap">
<div class="title-area">
<h2 class="page-title">카카오 모먼트 광고관리</h2>
<p class="title-disc">광고주별 매체의 기본적인 광고 합성/종료/수정의 기능을 제공하고 있으며, 추가적으로 CHAIN에서 개발한 스마트하게 광고를 최적화 시켜주는 기능도 함께 이용할 수 있습니다.</p>
</div>
<div class="search-wrap">
<form class="search d-flex justify-content-center">
<div class="term d-flex align-items-center">
<input type="text" name="sdate" id="sdate" readonly="readonly">
<button type="button"><i class="bi bi-calendar2-week"></i></button>
<span> ~ </span>
<input type="text" name="edate" id="edate" readonly="readonly">
<button type="button"><i class="bi bi-calendar2-week"></i></button>
</div>
<div class="input">
<input type="text" name="stx" id="stx" placeholder="검색어를 입력하세요">
<button class="btn-primary" id="search_btn" type="button">조회</button>
</div>
</form>
<div class="detail row d-flex justify-content-center">
<dl class="col">
<dt>노출수</dt>
<dd id="impressions_sum"></dd>
</dl>
<dl class="col">
<dt>클릭수</dt>
<dd id="clicks_sum"></dd>
</dl>
<dl class="col">
<dt>클릭률</dt>
<dd id="click_ratio_sum"></dd>
</dl>
<dl class="col">
<dt>지출액</dt>
<dd id="spend_sum"></dd>
</dl>
<dl class="col">
<dt>매체비</dt>
<dd id="spend_ratio_sum"></dd>
</dl>
<dl class="col">
<dt>DB수</dt>
<dd id="unique_total_sum"></dd>
</dl>
<dl class="col">
<dt>DB당 단가</dt>
<dd id="unique_one_price_sum"></dd>
</dl>
<dl class="col">
<dt>전환율</dt>
<dd id="conversion_ratio_sum"></dd>
</dl>
<dl class="col">
<dt>수익률</dt>
<dd id="per_sum"></dd>
</dl>
<dl class="col">
<dt>매출</dt>
<dd id="price_01_sum"></dd>
</dl>
</div>
</div>
<div class="section client-list advertiser">
<h3 class="content-title toggle"><i class="bi bi-chevron-up"></i> 광고주</h3>
<div class="row">
</div>
</div>
<div class="tab-wrap">
<ul class="nav nav-tabs" id="tab-list" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link tab-link active" value="campaigns" type="button" id="campaign-tab" data-bs-toggle="tab" data-bs-target="#campaign-tab-pane" role="tab" aria-controls="campaign-tab-pane" aria-selected="true">캠페인</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link tab-link" value="adsets" type="button" role="tab" id="set-tab" data-bs-toggle="tab" data-bs-target="#set-tab-pane" aria-controls="set-tab-pane" aria-selected="false">광고 세트</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link tab-link" value="ads" type="button" role="tab" id="advertisement-tab" data-bs-toggle="tab" data-bs-target="#advertisement-tab-pane" aria-controls="advertisement-tab-pane" aria-selected="false">광고</button>
</li>
</ul>
<div class="tab-content">
<div class="btn-wrap">
<button type="button" class="btn btn-outline-danger active">수동 업데이트</button>
<button type="button" class="btn btn-outline-danger">데이터 비교</button>
<button type="button" class="btn btn-outline-danger"><i class="bi bi-file-text"></i> 메모확인</button>
</div>
<div class="tab-pane active" id="campaign-tab-pane" role="tabpanel" aria-labelledby="campaign-tab">
<div class="table-responsive">
<table class="table table-striped table-hover table-default" id="campaigns-table">
<colgroup>
<col>
<col style="width:7%">
<col style="width:7%">
<col style="width:7%">
<col style="width:6%">
<col style="width:4%">
<col style="width:7.5%">
<col style="width:7.5%">
<col style="width:5.5%">
<col style="width:7.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:6.5%">
</colgroup>
<thead class="table-dark">
<tr>
<th scope="col">캠페인명</th>
<th scope="col">상태</th>
<th scope="col">목표 <br>ai</th>
<th scope="col">예산</th>
<th scope="col">현재 <br>DB단가</th>
<th scope="col">유효 <br>DB</th>
<th scope="col">지출액</th>
<th scope="col">수익</th>
<th scope="col">수익률</th>
<th scope="col">매출액</th>
<th scope="col">노출수</th>
<th scope="col">링크클릭</th>
<th scope="col">CPC</th>
<th scope="col">CTR</th>
<th scope="col">DB <br>전환률</th>
</tr>
</thead>
<thead>
<tr id="total">
<td id="total-count"></td>
<td></td>
<td></td>
<td id="total-budget"></td>
<td id="avg-cpa"></td>
<td id="total-unique_total"></td>
<td id="total-spend"></td>
<td id="total-margin"></td>
<td id="avg_margin_ratio"></td>
<td id="total-sales"></td>
<td id="total-impressions"></td>
<td id="total-inline_link_clicks"></td>
<td id="avg-cpc"></td>
<td id="avg-ctr"></td>
<td id="avg-cvr"></td>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<div class="tab-pane" id="set-tab-pane" role="tabpanel" aria-labelledby="set-tab">
<div class="table-responsive">
<table class="table table-striped table-hover table-default" id="adsets-table">
<colgroup>
<col style="width:10%">
<col style="width:7%">
<col style="width:7%">
<col style="width:7%">
<col style="width:7%">
<col style="width:6%">
<col style="width:4%">
<col style="width:7.5%">
<col style="width:7.5%">
<col style="width:5.5%">
<col style="width:7.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:6.5%">
</colgroup>
<thead class="table-dark">
<tr>
<th scope="col">광고그룹명</th>
<th scope="col">상태</th>
<th scope="col">Ai</th>
<th scope="col">예산</th>
<th scope="col">입찰금액</th>
<th scope="col">현재 <br>DB단가</th>
<th scope="col">유효 <br>DB</th>
<th scope="col">지출액</th>
<th scope="col">수익</th>
<th scope="col">수익률</th>
<th scope="col">매출액</th>
<th scope="col">노출수</th>
<th scope="col">링크클릭</th>
<th scope="col">CPC</th>
<th scope="col">CTR</th>
<th scope="col">DB <br>전환률</th>
</tr>
</thead>
<thead>
<tr id="total">
<td id="total-count"></td>
<td></td>
<td></td>
<td id="total-budget"></td>
<td></td>
<td id="avg-cpa"></td>
<td id="total-unique_total"></td>
<td id="total-spend"></td>
<td id="total-margin"></td>
<td id="avg_margin_ratio"></td>
<td id="total-sales"></td>
<td id="total-impressions"></td>
<td id="total-inline_link_clicks"></td>
<td id="avg-cpc"></td>
<td id="avg-ctr"></td>
<td id="avg-cvr"></td>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<div class="tab-pane" id="advertisement-tab-pane" role="tabpanel" aria-labelledby="advertisement-tab">
<div class="table-responsive">
<table class="table table-striped table-hover table-default" id="ads-table">
<colgroup>
<col style="width:10%">
<col style="width:7%">
<col style="width:7%">
<col style="width:7%">
<col style="width:6%">
<col style="width:4%">
<col style="width:7.5%">
<col style="width:7.5%">
<col style="width:5.5%">
<col style="width:7.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:6.5%">
</colgroup>
<thead class="table-dark">
<tr>
<th scope="col">광고명</th>
<th scope="col">상태</th>
<th scope="col">Ai</th>
<th scope="col">프리퀀시캡</th>
<th scope="col">현재 <br>DB단가</th>
<th scope="col">유효 <br>DB</th>
<th scope="col">지출액</th>
<th scope="col">수익</th>
<th scope="col">수익률</th>
<th scope="col">매출액</th>
<th scope="col">노출수</th>
<th scope="col">링크클릭</th>
<th scope="col">CPC</th>
<th scope="col">CTR</th>
<th scope="col">DB <br>전환률</th>
</tr>
</thead>
<thead>
<tr id="total">
<td id="total-count"></td>
<td></td>
<td></td>
<td></td>
<td id="avg-cpa"></td>
<td id="total-unique_total"></td>
<td id="total-spend"></td>
<td id="total-margin"></td>
<td id="avg_margin_ratio"></td>
<td id="total-sales"></td>
<td id="total-impressions"></td>
<td id="total-inline_link_clicks"></td>
<td id="avg-cpc"></td>
<td id="avg-ctr"></td>
<td id="avg-cvr"></td>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<?=$this->endSection();?>
<!--스크립트-->
<?=$this->section('script');?>
<script>
var today = moment().format('YYYY-MM-DD');
var args = {
'sdate': $('#sdate').val(),
'edate': $('#edate').val(),
};
args.type = 'campaigns';
setDate();
getReport(args);
getAccount(args);
getCampaigns(args);
function getReport(args){
$.ajax({
type: "GET",
url: "<?=base_url()?>/advertisements/kakao/report",
data: args,
dataType: "json",
contentType: 'application/json; charset=utf-8',
success: function(data){
$('#impressions_sum').text(data.impressions_sum.toLocaleString('ko-KR'));
$('#clicks_sum').text(data.clicks_sum.toLocaleString('ko-KR'));
$('#click_ratio_sum').text(data.click_ratio_sum);
$('#spend_sum').text(data.spend_sum.toLocaleString('ko-KR'));
$('#spend_ratio_sum').text(data.spend_ratio_sum.toLocaleString('ko-KR'));
$('#unique_total_sum').text(data.unique_total_sum);
$('#unique_one_price_sum').text(data.unique_one_price_sum.toLocaleString('ko-KR'));
$('#conversion_ratio_sum').text(data.conversion_ratio_sum);
$('#per_sum').text(data.per_sum);
$('#price_01_sum').text(data.price_sum.toLocaleString('ko-KR'));
},
error: function(error, status, msg){
alert("상태코드 " + status + "에러메시지" + msg );
}
});
}
function getAccount(args){
$.ajax({
type: "GET",
url: "<?=base_url()?>/advertisements/kakao/accounts",
data: args,
dataType: "json",
contentType: 'application/json; charset=utf-8',
success: function(data){
$('.advertiser .row').empty();
var html = '';
$.each(data, function(idx, v) {
c = v.class;
c = c.join(' ');
html += '<div class="col"><div class="inner"><button type="button" value="'+v.id+'" id="account_btn" class="filter_btn '+c+'">'+v.name+'</button></div></div>';
});
$('.advertiser .row').html(html);
},
error: function(error, status, msg){
alert("상태코드 " + status + "에러메시지" + msg );
}
});
}
function setDataTable(tableId, columns, args){
$(tableId).DataTable({
"processing" : true,
"searching": false,
"ordering": true,
"bLengthChange" : false,
"bDestroy": true,
"paging": false,
"info": false,
"ajax": {
"url": "<?=base_url()?>/advertisements/kakao/data",
"data": args,
"type": "GET",
"contentType": "application/json",
"dataType": "json",
"dataSrc": function(res){
if(res.total.margin < 0){
$(tableId+' #total-margin').css('color', 'red');
}
if(res.total.avg_margin_ratio < 20 && res.total.avg_margin_ratio != 0){
$(tableId+' #avg_margin_ratio').css('color', 'red');
}
$(tableId+' #total-count').text(res.data.length+"건 결과");
$(tableId+' #avg-cpa').text(Math.round(res.total.avg_cpa).toLocaleString('ko-KR'));
if(tableId == '#campaigns-table'){
$(tableId+' #total-unique_total').html('<div>'+res.total.unique_total+'</div><div style="color:blue">'+res.total.expect_db+'</div>');
$(tableId+' #total-budget').text('\u20A9'+res.total.budget.toLocaleString('ko-KR'));
}else if(tableId == '#adsets-table'){
$(tableId+' #total-unique_total').text(res.total.unique_total);
$(tableId+' #total-budget').text('\u20A9'+res.total.budget.toLocaleString('ko-KR'));
}else{
$(tableId+' #total-unique_total').text(res.total.unique_total);
}
$(tableId+' #total-spend').text('\u20A9'+res.total.spend.toLocaleString('ko-KR'));
$(tableId+' #total-margin').text('\u20A9'+res.total.margin.toLocaleString('ko-KR'));
$(tableId+' #avg_margin_ratio').text(Math.round(res.total.avg_margin_ratio * 100) / 100 +'\u0025');
$(tableId+' #total-sales').text('\u20A9'+res.total.sales.toLocaleString('ko-KR'));
$(tableId+' #total-impressions').text(res.total.impressions.toLocaleString('ko-KR'));
$(tableId+' #total-inline_link_clicks').text(res.total.click.toLocaleString('ko-KR'));
$(tableId+' #avg-cpc').text('\u20A9'+Math.round(res.total.avg_cpc).toLocaleString('ko-KR'));
$(tableId+' #avg-ctr').text(Math.round(res.total.avg_ctr * 100) / 100);
$(tableId+' #avg-cvr').text(Math.round(res.total.avg_cvr * 100) / 100 +'\u0025');
return res.data;
}
},
"columns": columns,
"language": {
"emptyTable": "데이터가 존재하지 않습니다.",
"lengthMenu": "페이지당 _MENU_ 개씩 보기",
"infoEmpty": "데이터 없음",
"infoFiltered": "( _MAX_건의 데이터에서 필터링됨 )",
"search": "에서 검색: ",
"zeroRecords": "일치하는 데이터가 없어요.",
"loadingRecords": "로딩중...",
},
});
}
function getCampaigns(args) {
setDataTable('#campaigns-table', [
{ "data": "name" },
{ "data": "status" },
{ "data": "autoBudget" },
{
"data": "budget",
"render": function (data, type, row) {
if (data !== null) {
dailyBudgetAmount = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
budget = "";
}
return budget;
}
}, //예산
{
"data": "cpa",
"render": function (data, type, row) {
if (data !== null) {
cpa = parseInt(data).toLocaleString('ko-KR');
}else{
cpa = "";
}
return cpa;
}
}, //현재 DB단가
{ "data": "unique_total" }, //유효DB수
{
"data": "spend",
"render": function (data, type, row) {
if (data !== null) {
spend = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
spend = "";
}
return spend;
}
}, //지출액
{
"data": "margin",
"render": function (data, type, row) {
if (data !== null) {
if(data < 0){
margin = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
return '<span style="color:red">'+margin+'</span>';
}else{
margin = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}
}else{
margin = "";
}
return margin;
}
}, //수익
{
"data": "margin_ratio",
"render": function (data, type, row) {
if (data !== null) {
if(data < 20 && data != 0){
margin_ratio = parseInt(data).toLocaleString('ko-KR')+'\u0025';
return '<span style="color:red">'+margin_ratio+'</span>';
}else{
margin_ratio = parseInt(data).toLocaleString('ko-KR')+'\u0025';
}
}else{
margin_ratio = "";
}
return margin_ratio;
}
}, //수익률
{
"data": "sales",
"render": function (data, type, row) {
if (data !== null) {
sales = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
sales = "";
}
return sales;
}
}, //매출액
{
"data": "impressions",
"render": function (data, type, row) {
if (data !== null) {
impressions = parseInt(data).toLocaleString('ko-KR');
}else{
impressions = "";
}
return impressions;
}
}, //노출수
{
"data": "click",
"render": function (data, type, row) {
if (data !== null) {
click = parseInt(data).toLocaleString('ko-KR');
}else{
click = "";
}
return click;
}
}, //링크클릭
{
"data": "cpc",
"render": function (data, type, row) {
if (data !== null) {
cpc = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
cpc = "";
}
return cpc;
}
}, //클릭당단가 (1회 클릭당 비용)
{ "data": "ctr", }, //클릭율 (노출 대비 클릭한 비율)
{
"data": "cvr",
"render": function (data, type, row) {
return data+'\u0025';
}
}, //전환율
], args);
}
function getAdsets(args) {
setDataTable('#adsets-table', [
{ "data": "name" },
{ "data": "status" },
{
"data": "aiConfig",
"render": function (data, type, row) {
html = '';
html += `<select name="aiConfig" data-id="${row.id}" class="form-select ai-select active-select ai-${row.aiConfig}">`;
html += `<option value="OFF" ${row.aiConfig === 'OFF' ? 'selected' : ''}>X</option><option value="ON" ${row.aiConfig === 'ON' ? 'selected' : ''}>O</option></select>`;
html += `<select name="aiConfig" data-id="${row.id}" class="form-select ai-select active-select ai-${row.aiConfig2}">`;
html += `<option value="OFF" ${row.aiConfig2 === 'OFF' ? 'selected' : ''}>X</option><option value="ON" ${row.aiConfig === 'ON' ? 'selected' : ''}>O</option></select>`;
return html;
}
},
{
"data": "budget",
"render": function (data, type, row) {
if (data !== null) {
budget = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
budget = "";
}
return budget;
}
}, //예산
{
"data": "bidAmount",
"render": function (data, type, row) {
if (data !== null) {
bidAmount = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
bidAmount = "";
}
return bidAmount;
}
}, //예산
{
"data": "cpa",
"render": function (data, type, row) {
if (data !== null) {
cpa = parseInt(data).toLocaleString('ko-KR');
}else{
cpa = "";
}
return cpa;
}
}, //현재 DB단가
{ "data": "unique_total" }, //유효DB수
{
"data": "spend",
"render": function (data, type, row) {
if (data !== null) {
spend = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
spend = "";
}
return spend;
}
}, //지출액
{
"data": "margin",
"render": function (data, type, row) {
if (data !== null) {
if(data < 0){
margin = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
return '<span style="color:red">'+margin+'</span>';
}else{
margin = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}
}else{
margin = "";
}
return margin;
}
}, //수익
{
"data": "margin_ratio",
"render": function (data, type, row) {
if (data !== null) {
if(data < 20 && data != 0){
margin_ratio = parseInt(data).toLocaleString('ko-KR')+'\u0025';
return '<span style="color:red">'+margin_ratio+'</span>';
}else{
margin_ratio = parseInt(data).toLocaleString('ko-KR')+'\u0025';
}
}else{
margin_ratio = "";
}
return margin_ratio;
}
}, //수익률
{
"data": "sales",
"render": function (data, type, row) {
if (data !== null) {
sales = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
sales = "";
}
return sales;
}
}, //매출액
{
"data": "impressions",
"render": function (data, type, row) {
if (data !== null) {
impressions = parseInt(data).toLocaleString('ko-KR');
}else{
impressions = "";
}
return impressions;
}
}, //노출수
{
"data": "click",
"render": function (data, type, row) {
if (data !== null) {
click = parseInt(data).toLocaleString('ko-KR');
}else{
click = "";
}
return click;
}
}, //링크클릭
{
"data": "cpc",
"render": function (data, type, row) {
if (data !== null) {
cpc = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
cpc = "";
}
return cpc;
}
}, //클릭당단가 (1회 클릭당 비용)
{ "data": "ctr", }, //클릭율 (노출 대비 클릭한 비율)
{
"data": "cvr",
"render": function (data, type, row) {
return data+'\u0025';
}
}, //전환율
], args);
}
function getAds(args) {
setDataTable('#ads-table', [
{ "data": "name" },
{
"data": "status",
"render": function (data, type, row) {
html = '';
html += `<select name="status" data-id="${row.id}" class="form-select active-select">`;
html += `<option value="OFF" ${row.status === 'OFF' ? 'selected' : ''}>비활성</option><option value="ON" ${row.status === 'ON' ? 'selected' : ''}>활성</option></select>`;
return html;
}
},
{
"data": "aiConfig",
"render": function (data, type, row) {
html = '';
html += `<select name="aiConfig" data-id="${row.id}" class="form-select active-select ai-${row.aiConfig}">`;
html += `<option value="OFF" ${row.aiConfig === 'OFF' ? 'selected' : ''}>비활성</option><option value="ON" ${row.aiConfig === 'ON' ? 'selected' : ''}>활성</option></select>`;
return html;
}
},
{ "data": "frequencyCap" }, //프리퀀시캡
{
"data": "cpa",
"render": function (data, type, row) {
if (data !== null) {
cpa = parseInt(data).toLocaleString('ko-KR');
}else{
cpa = "";
}
return cpa;
}
}, //현재 DB단가
{ "data": "unique_total" }, //유효DB수
{
"data": "spend",
"render": function (data, type, row) {
if (data !== null) {
spend = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
spend = "";
}
return spend;
}
}, //지출액
{
"data": "margin",
"render": function (data, type, row) {
if (data !== null) {
if(data < 0){
margin = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
return '<span style="color:red">'+margin+'</span>';
}else{
margin = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}
}else{
margin = "";
}
return margin;
}
}, //수익
{
"data": "margin_ratio",
"render": function (data, type, row) {
if (data !== null) {
if(data < 20 && data != 0){
margin_ratio = parseInt(data).toLocaleString('ko-KR')+'\u0025';
return '<span style="color:red">'+margin_ratio+'</span>';
}else{
margin_ratio = parseInt(data).toLocaleString('ko-KR')+'\u0025';
}
}else{
margin_ratio = "";
}
return margin_ratio;
}
}, //수익률
{
"data": "sales",
"render": function (data, type, row) {
if (data !== null) {
sales = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
sales = "";
}
return sales;
}
}, //매출액
{
"data": "impressions",
"render": function (data, type, row) {
if (data !== null) {
impressions = parseInt(data).toLocaleString('ko-KR');
}else{
impressions = "";
}
return impressions;
}
}, //노출수
{
"data": "click",
"render": function (data, type, row) {
if (data !== null) {
click = parseInt(data).toLocaleString('ko-KR');
}else{
click = "";
}
return click;
}
}, //링크클릭
{
"data": "cpc",
"render": function (data, type, row) {
if (data !== null) {
cpc = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
cpc = "";
}
return cpc;
}
}, //클릭당단가 (1회 클릭당 비용)
{ "data": "ctr", }, //클릭율 (노출 대비 클릭한 비율)
{
"data": "cvr",
"render": function (data, type, row) {
return data+'\u0025';
}
}, //전환율
], args);
}
function setDate(){
$('#sdate, #edate').val(today);
$('#sdate, #edate').daterangepicker({
locale: {
"format": 'YYYY-MM-DD', // 일시 노출 포맷
"applyLabel": "확인", // 확인 버튼 텍스트
"cancelLabel": "취소", // 취소 버튼 텍스트
"daysOfWeek": ["일", "월", "화", "수", "목", "금", "토"],
"monthNames": ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"]
},
alwaysShowCalendars: true, // 시간 노출 여부
showDropdowns: true, // 년월 수동 설정 여부
autoApply: true, // 확인/취소 버튼 사용여부
maxDate: new Date(),
autoUpdateInput: false,
ranges: {
'오늘': [moment(), moment()],
'어제': [moment().subtract(1, 'days'), moment().subtract(1, 'days')],
'지난 일주일': [moment().subtract(6, 'days'), moment()],
'지난 한달': [moment().subtract(29, 'days'), moment()],
'이번달': [moment().startOf('month'), moment().endOf('month')],
}
}, function(start, end, label) {
// Lets update the fields manually this event fires on selection of range
startDate = start.format('YYYY-MM-DD'); // selected start
endDate = end.format('YYYY-MM-DD'); // selected end
$checkinInput = $('#sdate');
$checkoutInput = $('#edate');
// Updating Fields with selected dates
$checkinInput.val(startDate);
$checkoutInput.val(endDate);
// Setting the Selection of dates on calender on CHECKOUT FIELD (To get this it must be binded by Ids not Calss)
var checkOutPicker = $checkoutInput.data('daterangepicker');
checkOutPicker.setStartDate(startDate);
checkOutPicker.setEndDate(endDate);
// Setting the Selection of dates on calender on CHECKIN FIELD (To get this it must be binded by Ids not Calss)
var checkInPicker = $checkinInput.data('daterangepicker');
checkInPicker.setStartDate($checkinInput.val(startDate));
checkInPicker.setEndDate(endDate);
});
}
$('body').on('click', '.tab-link', function(){
args.stx = "";
var tabVal = $(this).val();
args.type = tabVal;
switch (args.type) {
case "ads":
getAds(args);
break;
case "adsets":
getAdsets(args);
break;
default:
getCampaigns(args);
}
});
$('body').on('click', '#account_btn', function(){
$(this).toggleClass("active");
tab = $('.tab-link.active').val();
accounts = $('#account_btn.active').map(function(){return $(this).val();}).get();
args.accounts = accounts;
getReport(args);
switch (tab) {
case "ads":
getAds(args);
break;
case "adsets":
getAdsets(args);
break;
default:
getCampaigns(args);
}
});
$('body').on('click', '#search_btn', function() {
tab = $('.tab-link.active').val();
args = {
'sdate': $('#sdate').val(),
'edate': $('#edate').val(),
'stx': $('#stx').val(),
'type': tab,
};
getReport(args);
getAccount(args);
switch (tab) {
case "ads":
getAds(args);
break;
case "adsets":
getAdsets(args);
break;
default:
getCampaigns(args);
}
});
</script>
<?=$this->endSection();?>
<!--푸터-->
<?=$this->section('footer');?>
<?=$this->endSection();?>
File diff suppressed because it is too large Load Diff
+842
View File
@@ -0,0 +1,842 @@
<?=$this->extend('templates/front.php');?>
<?=$this->section('title');?>
ZENITH - 광고 관리 / 네이버
<?=$this->endSection();?>
<!--헤더-->
<?=$this->section('header');?>
<link href="/static/node_modules/datatables.net-dt/css/jquery.dataTables.css" rel="stylesheet">
<script src="/static/node_modules/datatables.net/js/jquery.dataTables.js"></script>
<?=$this->endSection();?>
<!--바디-->
<?=$this->section('body');?>
<?=$this->endSection();?>
<!--컨텐츠영역-->
<?=$this->section('content');?>
<div class="sub-contents-wrap">
<div class="title-area">
<h2 class="page-title">네이버 광고관리</h2>
<p class="title-disc">광고주별 매체의 기본적인 광고 합성/종료/수정의 기능을 제공하고 있으며, 추가적으로 CHAIN에서 개발한 스마트하게 광고를 최적화 시켜주는 기능도 함께 이용할 수 있습니다.</p>
</div>
<div class="search-wrap">
<form class="search d-flex justify-content-center">
<div class="term d-flex align-items-center">
<input type="text" name="sdate" id="sdate" readonly="readonly">
<button type="button"><i class="bi bi-calendar2-week"></i></button>
<span> ~ </span>
<input type="text" name="edate" id="edate" readonly="readonly">
<button type="button"><i class="bi bi-calendar2-week"></i></button>
</div>
<div class="input">
<input type="text" name="stx" id="stx" placeholder="검색어를 입력하세요">
<button class="btn-primary" id="search_btn" type="button">조회</button>
</div>
</form>
<div class="detail row d-flex justify-content-center">
<dl class="col">
<dt>노출수</dt>
<dd id="impressions_sum"></dd>
</dl>
<dl class="col">
<dt>클릭수</dt>
<dd id="clicks_sum"></dd>
</dl>
<dl class="col">
<dt>클릭률</dt>
<dd id="click_ratio_sum"></dd>
</dl>
<dl class="col">
<dt>지출액</dt>
<dd id="spend_sum"></dd>
</dl>
<dl class="col">
<dt>DB수</dt>
<dd id="unique_total_sum"></dd>
</dl>
<dl class="col">
<dt>DB당 단가</dt>
<dd id="unique_one_price_sum"></dd>
</dl>
<dl class="col">
<dt>전환율</dt>
<dd id="conversion_ratio_sum"></dd>
</dl>
<dl class="col">
<dt>수익률</dt>
<dd id="per_sum"></dd>
</dl>
<dl class="col">
<dt>매출</dt>
<dd id="price_01_sum"></dd>
</dl>
</div>
</div>
<div class="section client-list advertiser">
<h3 class="content-title toggle"><i class="bi bi-chevron-up"></i> 광고주</h3>
<div class="row">
</div>
</div>
<div class="tab-wrap">
<ul class="nav nav-tabs" id="tab-list" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link tab-link active" value="campaigns" type="button" id="campaign-tab" data-bs-toggle="tab" data-bs-target="#campaign-tab-pane" role="tab" aria-controls="campaign-tab-pane" aria-selected="true">캠페인</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link tab-link" value="adsets" type="button" role="tab" id="set-tab" data-bs-toggle="tab" data-bs-target="#set-tab-pane" aria-controls="set-tab-pane" aria-selected="false">광고 세트</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link tab-link" value="ads" type="button" role="tab" id="advertisement-tab" data-bs-toggle="tab" data-bs-target="#advertisement-tab-pane" aria-controls="advertisement-tab-pane" aria-selected="false">광고</button>
</li>
</ul>
<div class="tab-content">
<div class="btn-wrap">
<button type="button" class="btn btn-outline-danger active">수동 업데이트</button>
<button type="button" class="btn btn-outline-danger">데이터 비교</button>
<button type="button" class="btn btn-outline-danger"><i class="bi bi-file-text"></i> 메모확인</button>
</div>
<div class="tab-pane active" id="campaign-tab-pane" role="tabpanel" aria-labelledby="campaign-tab">
<div class="table-responsive">
<table class="table table-striped table-hover table-default" id="campaigns-table">
<colgroup>
<col>
<col style="width:7%">
<col style="width:7%">
<col style="width:7%">
<col style="width:6%">
<col style="width:4%">
<col style="width:7.5%">
<col style="width:7.5%">
<col style="width:5.5%">
<col style="width:7.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:6.5%">
</colgroup>
<thead class="table-dark">
<tr>
<th scope="col">캠페인명</th>
<th scope="col">현재 <br>DB단가</th>
<th scope="col">유효 <br>DB</th>
<th scope="col">지출액</th>
<th scope="col">수익</th>
<th scope="col">수익률</th>
<th scope="col">매출액</th>
<th scope="col">노출수</th>
<th scope="col">링크클릭</th>
<th scope="col">CPC</th>
<th scope="col">CTR</th>
<th scope="col">DB <br>전환률</th>
</tr>
</thead>
<thead>
<tr id="total">
<td id="total-count"></td>
<td id="avg-cpa"></td>
<td id="total-unique_total"></td>
<td id="total-spend"></td>
<td id="total-margin"></td>
<td id="avg_margin_ratio"></td>
<td id="total-sales"></td>
<td id="total-impressions"></td>
<td id="total-inline_link_clicks"></td>
<td id="avg-cpc"></td>
<td id="avg-ctr"></td>
<td id="avg-cvr"></td>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<div class="tab-pane" id="set-tab-pane" role="tabpanel" aria-labelledby="set-tab">
<div class="table-responsive">
<table class="table table-striped table-hover table-default" id="adsets-table">
<colgroup>
<col>
<col style="width:7%">
<col style="width:7%">
<col style="width:7%">
<col style="width:6%">
<col style="width:4%">
<col style="width:7.5%">
<col style="width:7.5%">
<col style="width:5.5%">
<col style="width:7.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:6.5%">
</colgroup>
<thead class="table-dark">
<tr>
<th scope="col">캠페인명</th>
<th scope="col">현재 <br>DB단가</th>
<th scope="col">유효 <br>DB</th>
<th scope="col">지출액</th>
<th scope="col">수익</th>
<th scope="col">수익률</th>
<th scope="col">매출액</th>
<th scope="col">노출수</th>
<th scope="col">링크클릭</th>
<th scope="col">CPC</th>
<th scope="col">CTR</th>
<th scope="col">DB <br>전환률</th>
</tr>
</thead>
<thead>
<tr id="total">
<td id="total-count"></td>
<td id="avg-cpa"></td>
<td id="total-unique_total"></td>
<td id="total-spend"></td>
<td id="total-margin"></td>
<td id="avg_margin_ratio"></td>
<td id="total-sales"></td>
<td id="total-impressions"></td>
<td id="total-inline_link_clicks"></td>
<td id="avg-cpc"></td>
<td id="avg-ctr"></td>
<td id="avg-cvr"></td>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<div class="tab-pane" id="advertisement-tab-pane" role="tabpanel" aria-labelledby="advertisement-tab">
<div class="table-responsive">
<table class="table table-striped table-hover table-default" id="ads-table">
<colgroup>
<col>
<col style="width:7%">
<col style="width:7%">
<col style="width:7%">
<col style="width:6%">
<col style="width:4%">
<col style="width:7.5%">
<col style="width:7.5%">
<col style="width:5.5%">
<col style="width:7.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:5.5%">
<col style="width:6.5%">
</colgroup>
<thead class="table-dark">
<tr>
<th scope="col">캠페인명</th>
<th scope="col">현재 <br>DB단가</th>
<th scope="col">유효 <br>DB</th>
<th scope="col">지출액</th>
<th scope="col">수익</th>
<th scope="col">수익률</th>
<th scope="col">매출액</th>
<th scope="col">노출수</th>
<th scope="col">링크클릭</th>
<th scope="col">CPC</th>
<th scope="col">CTR</th>
<th scope="col">DB <br>전환률</th>
</tr>
</thead>
<thead>
<tr id="total">
<td id="total-count"></td>
<td id="avg-cpa"></td>
<td id="total-unique_total"></td>
<td id="total-spend"></td>
<td id="total-margin"></td>
<td id="avg_margin_ratio"></td>
<td id="total-sales"></td>
<td id="total-impressions"></td>
<td id="total-inline_link_clicks"></td>
<td id="avg-cpc"></td>
<td id="avg-ctr"></td>
<td id="avg-cvr"></td>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<?=$this->endSection();?>
<!--스크립트-->
<?=$this->section('script');?>
<script>
var today = moment().format('YYYY-MM-DD');
var args = {
'sdate': $('#sdate').val(),
'edate': $('#edate').val(),
};
args.type = 'campaigns';
setDate();
getReport(args);
getAccount(args);
getCampaigns(args);
function getReport(args){
$.ajax({
type: "GET",
url: "<?=base_url()?>/advertisements/naver/report",
data: args,
dataType: "json",
contentType: 'application/json; charset=utf-8',
success: function(data){
$('#impressions_sum').text(data.impressions_sum.toLocaleString('ko-KR'));
$('#clicks_sum').text(data.clicks_sum.toLocaleString('ko-KR'));
$('#click_ratio_sum').text(data.click_ratio_sum);
$('#spend_sum').text(Math.floor(data.spend_sum).toLocaleString('ko-KR'));
$('#unique_total_sum').text(data.unique_total_sum);
$('#unique_one_price_sum').text(data.unique_one_price_sum.toLocaleString('ko-KR'));
$('#conversion_ratio_sum').text(data.conversion_ratio_sum);
$('#per_sum').text(data.per_sum);
$('#price_01_sum').text(data.price_sum);
},
error: function(error, status, msg){
alert("상태코드 " + status + "에러메시지" + msg );
}
});
}
function getAccount(args){
$.ajax({
type: "GET",
url: "<?=base_url()?>/advertisements/naver/accounts",
data: args,
dataType: "json",
contentType: 'application/json; charset=utf-8',
success: function(data){
$('.advertiser .row').empty();
var html = '';
$.each(data, function(idx, v) {
html += '<div class="col"><div class="inner"><button type="button" value="'+v.account_id+'" id="account_btn" class="filter_btn">'+v.name+'</button></div></div>';
});
$('.advertiser .row').html(html);
},
error: function(error, status, msg){
alert("상태코드 " + status + "에러메시지" + msg );
}
});
}
function setDataTable(tableId, columns, args){
$(tableId).DataTable({
"processing" : true,
"searching": false,
"ordering": true,
"bLengthChange" : false,
"bDestroy": true,
"paging": false,
"info": false,
"ajax": {
"url": "<?=base_url()?>/advertisements/naver/data",
"data": args,
"type": "GET",
"contentType": "application/json",
"dataType": "json",
"dataSrc": function(res){
if(res.total.margin < 0){
$(tableId+' #total-margin').css('color', 'red');
}
if(res.total.avg_margin_ratio < 20 && res.total.avg_margin_ratio != 0){
$(tableId+' #avg_margin_ratio').css('color', 'red');
}
$(tableId+' #total-count').text(res.data.length+"건 결과");
$(tableId+' #avg-cpa').text(Math.round(res.total.avg_cpa).toLocaleString('ko-KR'));
$(tableId+' #total-unique_total').text(res.total.unique_total);
$(tableId+' #total-spend').text('\u20A9'+res.total.cost.toLocaleString('ko-KR'));
$(tableId+' #total-margin').text('\u20A9'+res.total.margin.toLocaleString('ko-KR'));
$(tableId+' #avg_margin_ratio').text(Math.round(res.total.avg_margin_ratio * 100) / 100 +'\u0025');
$(tableId+' #total-sales').text('\u20A9'+res.total.sales.toLocaleString('ko-KR'));
$(tableId+' #total-impressions').text(res.total.impression.toLocaleString('ko-KR'));
$(tableId+' #total-inline_link_clicks').text(res.total.click.toLocaleString('ko-KR'));
$(tableId+' #avg-cpc').text('\u20A9'+Math.round(res.total.avg_cpc).toLocaleString('ko-KR'));
$(tableId+' #avg-ctr').text(Math.round(res.total.avg_ctr * 100) / 100);
$(tableId+' #avg-cvr').text(Math.round(res.total.avg_cvr * 100) / 100 +'\u0025');
return res.data;
}
},
"columns": columns,
"language": {
"emptyTable": "데이터가 존재하지 않습니다.",
"lengthMenu": "페이지당 _MENU_ 개씩 보기",
"infoEmpty": "데이터 없음",
"infoFiltered": "( _MAX_건의 데이터에서 필터링됨 )",
"search": "에서 검색: ",
"zeroRecords": "일치하는 데이터가 없어요.",
"loadingRecords": "로딩중...",
},
});
}
function getCampaigns(args) {
setDataTable('#campaigns-table', [
{ "data": "name" },
{
"data": "cpa",
"render": function (data, type, row) {
if (data !== null) {
cpa = parseInt(data).toLocaleString('ko-KR');
}else{
cpa = "";
}
return cpa;
}
}, //현재 DB단가
{ "data": "unique_total" }, //유효DB수
{
"data": "cost",
"render": function (data, type, row) {
if (data !== null) {
cost = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
cost = "";
}
return cost;
}
}, //지출액
{
"data": "margin",
"render": function (data, type, row) {
if (data !== null) {
if(data < 0){
margin = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
return '<span style="color:red">'+margin+'</span>';
}else{
margin = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}
}else{
margin = "";
}
return margin;
}
}, //수익
{
"data": "margin_ratio",
"render": function (data, type, row) {
if (data !== null) {
if(data < 20 && data != 0){
margin_ratio = parseInt(data).toLocaleString('ko-KR')+'\u0025';
return '<span style="color:red">'+margin_ratio+'</span>';
}else{
margin_ratio = parseInt(data).toLocaleString('ko-KR')+'\u0025';
}
}else{
margin_ratio = "";
}
return margin_ratio;
}
}, //수익률
{
"data": "sales",
"render": function (data, type, row) {
if (data !== null) {
sales = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
sales = "\u20A90";
}
return sales;
}
}, //매출액
{
"data": "impression",
"render": function (data, type, row) {
if (data !== null) {
impression = parseInt(data).toLocaleString('ko-KR');
}else{
impression = "";
}
return impression;
}
}, //노출수
{
"data": "click",
"render": function (data, type, row) {
if (data !== null) {
click = parseInt(data).toLocaleString('ko-KR');
}else{
click = "";
}
return click;
}
}, //링크클릭
{
"data": "cpc",
"render": function (data, type, row) {
if (data !== null) {
cpc = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
cpc = "";
}
return cpc;
}
}, //클릭당단가 (1회 클릭당 비용)
{ "data": "ctr", }, //클릭율 (노출 대비 클릭한 비율)
{
"data": "cvr",
"render": function (data, type, row) {
return data+'\u0025';
}
}, //전환율
], args);
}
function getAdsets(args) {
setDataTable('#adsets-table', [
{ "data": "name" },
{
"data": "cpa",
"render": function (data, type, row) {
if (data !== null) {
cpa = parseInt(data).toLocaleString('ko-KR');
}else{
cpa = "";
}
return cpa;
}
}, //현재 DB단가
{ "data": "unique_total" }, //유효DB수
{
"data": "cost",
"render": function (data, type, row) {
if (data !== null) {
cost = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
cost = "";
}
return cost;
}
}, //지출액
{
"data": "margin",
"render": function (data, type, row) {
if (data !== null) {
if(data < 0){
margin = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
return '<span style="color:red">'+margin+'</span>';
}else{
margin = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}
}else{
margin = "";
}
return margin;
}
}, //수익
{
"data": "margin_ratio",
"render": function (data, type, row) {
if (data !== null) {
if(data < 20 && data != 0){
margin_ratio = parseInt(data).toLocaleString('ko-KR')+'\u0025';
return '<span style="color:red">'+margin_ratio+'</span>';
}else{
margin_ratio = parseInt(data).toLocaleString('ko-KR')+'\u0025';
}
}else{
margin_ratio = "";
}
return margin_ratio;
}
}, //수익률
{
"data": "sales",
"render": function (data, type, row) {
if (data !== null) {
sales = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
sales = "\u20A90";
}
return sales;
}
}, //매출액
{
"data": "impression",
"render": function (data, type, row) {
if (data !== null) {
impression = parseInt(data).toLocaleString('ko-KR');
}else{
impression = "";
}
return impression;
}
}, //노출수
{
"data": "click",
"render": function (data, type, row) {
if (data !== null) {
click = parseInt(data).toLocaleString('ko-KR');
}else{
click = "";
}
return click;
}
}, //링크클릭
{
"data": "cpc",
"render": function (data, type, row) {
if (data !== null) {
cpc = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
cpc = "";
}
return cpc;
}
}, //클릭당단가 (1회 클릭당 비용)
{ "data": "ctr", }, //클릭율 (노출 대비 클릭한 비율)
{
"data": "cvr",
"render": function (data, type, row) {
return data+'\u0025';
}
}, //전환율
], args);
}
function getAds(args) {
setDataTable('#ads-table', [
{ "data": "name" },
{
"data": "cpa",
"render": function (data, type, row) {
if (data !== null) {
cpa = parseInt(data).toLocaleString('ko-KR');
}else{
cpa = "";
}
return cpa;
}
}, //현재 DB단가
{ "data": "unique_total" }, //유효DB수
{
"data": "cost",
"render": function (data, type, row) {
if (data !== null) {
cost = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
cost = "";
}
return cost;
}
}, //지출액
{
"data": "margin",
"render": function (data, type, row) {
if (data !== null) {
if(data < 0){
margin = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
return '<span style="color:red">'+margin+'</span>';
}else{
margin = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}
}else{
margin = "";
}
return margin;
}
}, //수익
{
"data": "margin_ratio",
"render": function (data, type, row) {
if (data !== null) {
if(data < 20 && data != 0){
margin_ratio = parseInt(data).toLocaleString('ko-KR')+'\u0025';
return '<span style="color:red">'+margin_ratio+'</span>';
}else{
margin_ratio = parseInt(data).toLocaleString('ko-KR')+'\u0025';
}
}else{
margin_ratio = "";
}
return margin_ratio;
}
}, //수익률
{
"data": "sales",
"render": function (data, type, row) {
if (data !== null) {
sales = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
sales = "\u20A90";
}
return sales;
}
}, //매출액
{
"data": "impression",
"render": function (data, type, row) {
if (data !== null) {
impression = parseInt(data).toLocaleString('ko-KR');
}else{
impression = "";
}
return impression;
}
}, //노출수
{
"data": "click",
"render": function (data, type, row) {
if (data !== null) {
click = parseInt(data).toLocaleString('ko-KR');
}else{
click = "";
}
return click;
}
}, //링크클릭
{
"data": "cpc",
"render": function (data, type, row) {
if (data !== null) {
cpc = '\u20A9'+parseInt(data).toLocaleString('ko-KR');
}else{
cpc = "";
}
return cpc;
}
}, //클릭당단가 (1회 클릭당 비용)
{ "data": "ctr", }, //클릭율 (노출 대비 클릭한 비율)
{
"data": "cvr",
"render": function (data, type, row) {
return data+'\u0025';
}
}, //전환율
], args);
}
function setDate(){
$('#sdate, #edate').val(today);
$('#sdate, #edate').daterangepicker({
locale: {
"format": 'YYYY-MM-DD', // 일시 노출 포맷
"applyLabel": "확인", // 확인 버튼 텍스트
"cancelLabel": "취소", // 취소 버튼 텍스트
"daysOfWeek": ["일", "월", "화", "수", "목", "금", "토"],
"monthNames": ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"]
},
alwaysShowCalendars: true, // 시간 노출 여부
showDropdowns: true, // 년월 수동 설정 여부
autoApply: true, // 확인/취소 버튼 사용여부
maxDate: new Date(),
autoUpdateInput: false,
ranges: {
'오늘': [moment(), moment()],
'어제': [moment().subtract(1, 'days'), moment().subtract(1, 'days')],
'지난 일주일': [moment().subtract(6, 'days'), moment()],
'지난 한달': [moment().subtract(29, 'days'), moment()],
'이번달': [moment().startOf('month'), moment().endOf('month')],
}
}, function(start, end, label) {
// Lets update the fields manually this event fires on selection of range
startDate = start.format('YYYY-MM-DD'); // selected start
endDate = end.format('YYYY-MM-DD'); // selected end
$checkinInput = $('#sdate');
$checkoutInput = $('#edate');
// Updating Fields with selected dates
$checkinInput.val(startDate);
$checkoutInput.val(endDate);
// Setting the Selection of dates on calender on CHECKOUT FIELD (To get this it must be binded by Ids not Calss)
var checkOutPicker = $checkoutInput.data('daterangepicker');
checkOutPicker.setStartDate(startDate);
checkOutPicker.setEndDate(endDate);
// Setting the Selection of dates on calender on CHECKIN FIELD (To get this it must be binded by Ids not Calss)
var checkInPicker = $checkinInput.data('daterangepicker');
checkInPicker.setStartDate($checkinInput.val(startDate));
checkInPicker.setEndDate(endDate);
});
}
$('body').on('click', '.tab-link', function(){
args.stx = "";
var tabVal = $(this).val();
args.type = tabVal;
switch (args.type) {
case "ads":
getAds(args);
break;
case "adsets":
getAdsets(args);
break;
default:
getCampaigns(args);
}
});
$('body').on('click', '#account_btn', function(){
$(this).toggleClass("active");
tab = $('.tab-link.active').val();
accounts = $('#account_btn.active').map(function(){return $(this).val();}).get();
args.accounts = accounts;
getReport(args);
switch (tab) {
case "ads":
getAds(args);
break;
case "adsets":
getAdsets(args);
break;
default:
getCampaigns(args);
}
});
$('body').on('click', '#search_btn', function() {
tab = $('.tab-link.active').val();
args = {
'sdate': $('#sdate').val(),
'edate': $('#edate').val(),
'stx': $('#stx').val(),
'type': tab,
};
getReport(args);
getAccount(args);
switch (tab) {
case "ads":
getAds(args);
break;
case "adsets":
getAdsets(args);
break;
default:
getCampaigns(args);
}
});
</script>
<?=$this->endSection();?>
<!--푸터-->
<?=$this->section('footer');?>
<?=$this->endSection();?>