This repository was archived by the owner on Oct 12, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathset-variable-device-characteristics_v2.xml
More file actions
74 lines (73 loc) · 2.84 KB
/
set-variable-device-characteristics_v2.xml
File metadata and controls
74 lines (73 loc) · 2.84 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<match:metadata-stage value="client-request">
<assign:extract-value>
<location>Device_Profile</location>
<location-id>brand_name</location-id>
<variable-name>PMUSER_EDC_BRAND_NAME</variable-name>
<hidden>on</hidden>
</assign:extract-value>
<assign:extract-value>
<location>Device_Profile</location>
<location-id>model_name</location-id>
<variable-name>PMUSER_EDC_MODEL_NAME</variable-name>
<hidden>on</hidden>
</assign:extract-value>
<assign:extract-value>
<location>Device_Profile</location>
<location-id>device_id</location-id>
<variable-name>PMUSER_EDC_DEVICE_ID</variable-name>
<hidden>on</hidden>
</assign:extract-value>
<assign:extract-value>
<location>Device_Profile</location>
<location-id>device_os</location-id>
<variable-name>PMUSER_EDC_DEVICE_OS</variable-name>
<hidden>on</hidden>
</assign:extract-value>
<assign:extract-value>
<location>Device_Profile</location>
<location-id>device_os_version</location-id>
<variable-name>PMUSER_EDC_DEVICE_OS_VERSION</variable-name>
<hidden>on</hidden>
</assign:extract-value>
<assign:extract-value>
<location>Device_Profile</location>
<location-id>mobile_browser_version</location-id>
<variable-name>PMUSER_EDC_MOBILE_BROWSER_VERSION</variable-name>
<hidden>on</hidden>
</assign:extract-value>
<assign:extract-value>
<location>Device_Profile</location>
<location-id>mobile_browser</location-id>
<variable-name>PMUSER_EDC_MOBILE_BROWSER</variable-name>
<hidden>on</hidden>
</assign:extract-value>
<assign:extract-value>
<location>Device_Profile</location>
<location-id>resolution_width</location-id>
<variable-name>PMUSER_EDC_RESOLUTION_WIDTH</variable-name>
<hidden>on</hidden>
</assign:extract-value>
<assign:extract-value>
<location>Device_Profile</location>
<location-id>resolution_height</location-id>
<variable-name>PMUSER_EDC_RESOLUTION_HEIGHT</variable-name>
<hidden>on</hidden>
</assign:extract-value>
<assign:extract-value>
<location>Device_Profile</location>
<location-id>is_mobile</location-id>
<variable-name>PMUSER_EDC_IS_MOBILE</variable-name>
<hidden>on</hidden>
</assign:extract-value>
<assign:extract-value>
<location>Device_Profile</location>
<location-id>is_tablet</location-id>
<variable-name>PMUSER_EDC_IS_TABLET</variable-name>
<hidden>on</hidden>
</assign:extract-value>
<assign:extract-value>
<location>Device_Profile</location>
<location-id>density_class</location-id>
<variable-name>PMUSER_EDC_DPR</variable-name>
</assign:extract-value>
</match:metadata-stage>