-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path49290039.html
More file actions
executable file
·38 lines (38 loc) · 882 Bytes
/
49290039.html
File metadata and controls
executable file
·38 lines (38 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html><head><script>
var x = 42;
var digitalData = '';
function init() {
digitalData = {
"user": {
"userLoginState": "guest",
"userCountry": "",
"userEmployeeName": "",
"userBirthday": "",
"userGender": "",
"userState": "",
"userID": "",
"LRUserID": "",
"userEmployeeID": "",
"userDWID": "",
"userSessionId": "BYTEzHFAdLrPoPPOlTPGWvlBjCx54jjEyB8="
},
"page": {
"pageName": "en_us:plp:men:clothing:Casual Shirts",
"pageType": "plp",
"pageGender": "men",
"pageLocale": "us",
"pageRedirected": "no",
"pageJSErrorCount": "3",
"pageLevel1": "men",
"pageLevel2": "men/clothing",
"pageLevel3": "men/clothing/Casual Shirts",
"pageLevel4": "men/clothing/Casual Shirts",
"pageHierarchy": "men/clothing/Casual Shirts"
}
}
} //init()
</script></head>
<body>
<script>init()</script>
</body>
</html>