You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Zip**| Read + write | The [Zip code](/help/components/dimensions/zip-code.md) dimension. |
71
71
|**Currency code**| Read + write | The [`currencyCode`](/help/implement/vars/config-vars/currencycode.md) implementation variable. IMPORTANT: If you set this variable to an invalid value, the hit is discarded. |
Browser height is always smaller than or equal to screen height, since browser height doesn't include browser navigation or borders.
42
42
43
+
>[!NOTE]
44
+
>
45
+
>Data Warehouse also provides a '[!UICONTROL Browser height - granular]' dimension, which reports the exact pixel height instead of grouping values into predefined buckets.
46
+
43
47
## Populate this dimension with data
44
48
45
49
This dimension retrieves data from the [`bh` query string](/help/implement/validate/query-parameters.md) in image requests. AppMeasurement collects this data using the JavaScript variable `window.innerHeight` in the browser. If you use an AppMeasurement library (such as through tags in Adobe Experience Platform), this dimension works out of the box. If you use a data collection method outside of AppMeasurement (such as through the API), make sure that you include the `bh` query string parameter on the first hit of each visit.
Browser width is always smaller than or equal to screen width, since browser width doesn't include scroll bars or borders.
42
42
43
+
>[!NOTE]
44
+
>
45
+
>Data Warehouse also provides a '[!UICONTROL Browser width - granular]' dimension, which reports the exact pixel width instead of grouping values into predefined buckets.
46
+
43
47
## Populate this dimension with data
44
48
45
49
This dimension retrieves data from the [`bw` query string](/help/implement/validate/query-parameters.md) in image requests. AppMeasurement collects this data using the JavaScript variable `window.innerWidth` in the browser. If you use an AppMeasurement library (such as through tags in Adobe Experience Platform), this dimension works out of the box. If you use a data collection method outside of AppMeasurement (such as through the API), make sure that you include the `bw` query string parameter on the first hit of each visit.
Copy file name to clipboardExpand all lines: help/components/dimensions/domain.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,10 @@ topic_v2:
36
36
37
37
The 'Domain' [dimension](overview.md) reports the access points that visitors use to access the internet.
38
38
39
+
>[!NOTE]
40
+
>
41
+
>Data Warehouse includes a retired '[!UICONTROL Domains]' (plural) dimension that reports similar information. Adobe recommends using this dimension, '[!UICONTROL Domain]' (singular), for consistency.
42
+
39
43
## Populate this dimension with data
40
44
41
45
Adobe partners with [Digital Element](https://www.digitalelement.com/) to determine the access point domain. Several methods, including reverse DNS lookup, are used to determine the access point domain. It does not require any configuration, and does not have a variable to populate.
description: The Experience Cloud ID (ECID) of the visitor, available in Data Warehouse.
4
+
feature: Dimensions
5
+
product_v2:
6
+
- id: e55547f1-a1ff-40c6-8978-026e40ab7fa4
7
+
internal-label: Analytics
8
+
feature_v2:
9
+
- id: b3f03848-ae12-48b2-8aab-cad18567eb32
10
+
internal-label: Metrics
11
+
subfeature_v2:
12
+
- id: f836f655-eebe-4b76-82bc-697955ec1ce3
13
+
internal-label: Calculated Metrics
14
+
role_v2:
15
+
- id: b69b2659-1057-424e-8fc5-ed9e016dc554
16
+
internal-label: User
17
+
- id: c66ffd68-0f65-42bb-aa23-b4020f12e0bd
18
+
internal-label: Admin
19
+
topic_v2:
20
+
- id: b5ce8718-c3af-4fdb-a1a9-fca32f83a87c
21
+
internal-label: Implementation
22
+
- id: c2be0313-b3ae-45e0-b454-d20bf54b23f2
23
+
internal-label: Measurement
24
+
---
25
+
# Experience Cloud Visitor ID
26
+
27
+
The 'Experience Cloud Visitor ID' [dimension](overview.md) provides the Experience Cloud ID (ECID) for each visitor. It is a 128-bit number consisting of two concatenated 64-bit numbers padded to 19 digits.
28
+
29
+
>[!IMPORTANT]
30
+
>
31
+
>This dimension is only available in Data Warehouse.
32
+
33
+
## Populate this dimension with data
34
+
35
+
This dimension requires an implementation that uses the Experience Cloud ID Service (ECID). It corresponds to the `mcvisid` column in data feeds. See [Data column reference](../../export/analytics-data-feed/c-df-contents/datafeeds-reference.md) for more information.
36
+
37
+
## Dimension items
38
+
39
+
Dimension items include the Experience Cloud ID of each visitor.
0 commit comments