[통합로그API No.8] FeaturedBrands LiveChannel Content 클릭 시 로그 정보 수집
This commit is contained in:
@@ -1590,12 +1590,17 @@ export const sendLogCheckOutBtnClick = (params) => (dispatch, getState) => {
|
||||
// IF-LGSP-LOG-200 / 통합 추천 로그
|
||||
|
||||
export const sendLogTotalRecommend = (params) => (dispatch, getState) => {
|
||||
let localMacAddress;
|
||||
|
||||
const { entryMenu } = getState().common.menu;
|
||||
const { macAddress } = getState().common.macAddress;
|
||||
const userNumber = getState().common.appStatus.loginUserData.userNumber;
|
||||
|
||||
const macAddr = macAddress?.wired ? macAddress?.wired : macAddress?.wifi;
|
||||
const localMacAddress = "00:1A:2B:3C:4D:5E";
|
||||
|
||||
if (typeof window === "object" && !window.PalmSystem) {
|
||||
localMacAddress = "00:1A:2B:3C:4D:5E";
|
||||
}
|
||||
|
||||
const logCreateTime = new Date().toISOString();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user