

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# WebAnalytics-Clickstream 객체를 표준 객체에 매핑
<a name="web-analytics-clickstream-mapping"></a>

WebAnalytics-Clickstream 매핑 템플릿은 클릭스트림 이벤트 데이터가 Customer Profiles로 수집되는 방법을 정의합니다. 소스 필드를 표준 웹 분석 객체, 표준 주문 객체 및 표준 디바이스 객체에 매핑합니다.

**표준 웹 분석 객체에 매핑**

다음 표에는 WebAnalytics-Clickstream 소스에서 표준 웹 분석 객체로 매핑되는 필드가 나열되어 있습니다.


| WebAnalytics-Clickstream 소스 필드 | 표준 웹 분석 대상 필드 | 
| --- | --- | 
| EventId | Attributes.ClickstreamEventId | 
| Session.Id | Session.Id | 
| Session.StartTimestamp | Session.StartTimestamp | 
| Browser.Id | Browser.Id | 
| User.Id | User.Id | 
| User.AnonymousId | User.AnonymousId | 
| User.IsReturning | User.IsReturning | 
| User.IsLoggedIn | User.IsLoggedIn | 
| OrderId | OrderId | 
| DeviceId | DeviceId | 
| EventType | EventType | 
| EventTimestamp | EventTimestamp | 
| EventDuration | EventDuration | 
| EventValue | EventValue | 
| Page.Title | Page.Title | 
| Page.Location | Page.Location | 
| Page.Referrer | Page.Referrer | 
| Page.Category | Page.Category | 
| Element.Id | Element.Id | 
| Element.Type | Element.Type | 
| Element.Classes | Element.Classes | 
| Element.Text | Element.Text | 
| Element.AltText | Element.AltText | 
| Element.Source | Element.Source | 
| Search.Query | Search.Query | 
| Search.TotalMatchingResults | Search.TotalMatchingResults | 
| Search.ResultsPerPage | Search.ResultsPerPage | 
| Search.CurrentResultsPage | Search.CurrentResultsPage | 
| Search.FilterExpression | Search.FilterExpression | 
| Search.SortCriteria | Search.SortCriteria | 
| Search.SortOrder | Search.SortOrder | 
| Item.Id | Item.Id | 
| 항목.제목 | 항목.제목 | 
| 항목.범주 | 항목.범주 | 
| 항목.값 | 항목.값 | 
| Item.Currency | Item.Currency | 
| 항목.수량 | 항목.수량 | 
| Item.ImpressionId | Item.ImpressionId | 
| Item.ImpressionType | Item.ImpressionType | 
| ItemsList[].ID | ItemsList[].ID | 
| ItemsList[].제목 | ItemsList[].제목 | 
| ItemsList[].범주 | ItemsList[].범주 | 
| ItemsList[].값 | ItemsList[].값 | 
| ItemsList[].통화 | ItemsList[].통화 | 
| ItemsList[].수량 | ItemsList[].수량 | 
| ItemsList[].ImpressionType | ItemsList[].ImpressionType | 
| ItemsList[].ImpressionId | ItemsList[].ImpressionId | 
| AdditionalItemImpressions[].제목 | AdditionalItemImpressions[].제목 | 
| AdditionalItemImpressions[].ID | AdditionalItemImpressions[].ID | 
| AdditionalItemImpressions[].범주 | AdditionalItemImpressions[].범주 | 
| AdditionalItemImpressions[].값 | AdditionalItemImpressions[].값 | 
| AdditionalItemImpressions[].통화 | AdditionalItemImpressions[].통화 | 
| Cart.Id | Cart.Id | 
| Cart.Value | Cart.Value | 
| 장바구니 통화 | 장바구니 통화 | 
| Form.Id | Form.Id | 
| Form.Name | Form.Name | 
| Form.Length | Form.Length | 
| Form.ValidationErrors | Form.ValidationErrors | 
| Form.FieldsCompleted | Form.FieldsCompleted | 
| Form.FieldsRequired | Form.FieldsRequired | 
| Scroll.DepthPercentage | Scroll.DepthPercentage | 
| Scroll.PositionX | Scroll.PositionX | 
| Scroll.PositionY | Scroll.PositionY | 
| Error.Description | Error.Description | 
| Error.Type | Error.Type | 
| Location.Country | Location.Country | 
| Location.State | Location.State | 
| Location.Province | Location.Province | 
| Location.City | Location.City | 
| Location.County | Location.County | 
| Location.Latitude | Location.Latitude | 
| Location.Longitude | Location.Longitude | 
| Application.Name | Application.Name | 
| Application.Version | Application.Version | 
| Application.Environment | Application.Environment | 

**표준 주문 객체에 매핑**

다음 표에는 WebAnalytics-Clickstream 소스에서 표준 주문 객체로 매핑되는 필드가 나열되어 있습니다.


| WebAnalytics-Clickstream 소스 필드 | 표준 주문 대상 필드 | 
| --- | --- | 
| OrderId | Attributes.WebAnalyticsOrderId | 
| Session.Id | Attributes.WebSessionId | 
| Order.Value | TotalPrice | 
| Order.Currency | 통화 | 
| Order.Discounts | TotalDiscounts | 
| Order.ShippingMethod | Attributes.ShippingMethod | 
| Order.ShipmentTrackingId | Attributes.ShipmentTrackingId | 
| Order.ShippingAddress | ShippingAddress.Address1 | 
| Order.PaymentMethod | Gateway | 
| ItemsList[].제목 | OrderItems[].Title | 
| ItemsList[].가격 | OrderItems[].Price | 
| ItemsList[].수량 | OrderItems[].Quantity | 

**표준 디바이스 객체에 매핑**

다음 표에는 WebAnalytics-Clickstream 소스에서 표준 디바이스 객체로 매핑되는 필드가 나열되어 있습니다.


| WebAnalytics-Clickstream 소스 필드 | 표준 디바이스 대상 필드 | 
| --- | --- | 
| DeviceId | Attributes.WebAnalyticsDeviceId | 
| Session.Id | Attributes.WebSessionId | 
| Device.Type | 유형 | 
| Device.OperatingSystem | OperatingSystem | 
| Device.OSVersion | OperatingSystemVersion | 
| Device.ScreenWidth | ScreenWidth | 
| Device.ScreenHeight | ScreenHeight | 
| Device.Browser | 브라우저 | 
| Device.BrowserVersion | BrowserVersion | 
| Device.Locale | Locale | 
| Device.Model | 모델 | 
| Device.Manufacturer | 제조업체 | 

**WebAnalytics-Clickstream 키**

WebAnalytics-Clickstream 데이터는 다음 인덱스를 사용하여 프로필과 연결됩니다.


| 표준 인덱스 이름 | WebAnalytics-Clickstream 소스 필드 | 표준 식별자 | 
| --- | --- | --- | 
| \_webAnalyticsClickstreamEventId | EventId | WEB\_ANALYTICS, 고유 | 
| \_webAnalyticsUserId | User.Id | 프로필 | 
| \_webAnalyticsAnonymousUserId | User.AnonymousId | 프로필 | 
| \_webAnalyticsOrderId | OrderId | ORDER | 
| \_webAnalyticsDeviceId | DeviceId | 디바이스 | 

예를 들어 [SearchProfiles](https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html) API에서 `_webAnalyticsUserId` 또는 `_webAnalyticsAnonymousUserId`를 키 이름으로 사용하여 웹 분석 클릭스트림 이벤트와 연결된 프로필을 찾을 수 있습니다. `ProfileId` 및가 로 `ObjectTypeName` 설정된 ListProfileObjects API를 사용하여 특정 프로필과 연결된 WebAnalytics-Clickstream 객체를 찾을 수 있습니다`WebAnalytics-Clickstream`. [ListProfileObjects](https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_ListProfileObjects.html) 