> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PlayerProfile

> PlayerProfile data type.

## 속성

| 이름                                  | 형식                                                                                                              | 설명                                                   |
| :---------------------------------- | :-------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------- |
| AdCampaignAttributions              | [AdCampaignAttribution](/services/playfab/api-references/events/data-types/adcampaignattribution)               | 플레이어가 귀속된 광고 캠페인의 배열입니다.                             |
| AvatarUrl                           | String                                                                                                          | 플레이어 아바타의 이미지 URL입니다.                                |
| BannedUntil                         | DateTime                                                                                                        | 차단 종료 UTC 날짜입니다. 영구 차단인 경우 원래 차단 날짜로부터 20년 후로 설정됩니다. |
| ContactEmailAddresses               | [ContactEmailInfo](/services/playfab/api-references/events/data-types/contactemailinfo)                         | 플레이어와 연결된 연락처 이메일 주소의 배열입니다.                         |
| Created                             | DateTime                                                                                                        | 플레이어 레코드가 생성된 시점입니다.                                 |
| DisplayName                         | String                                                                                                          | 플레이어 표시 이름입니다.                                       |
| LastLogin                           | DateTime                                                                                                        | 마지막 로그인입니다.                                          |
| LinkedAccounts                      | [PlayerLinkedAccount](/services/playfab/api-references/events/data-types/playerlinkedaccount)                   | 이 플레이어에 연결된 타사 계정의 배열입니다.                            |
| Locations\_LastLogin\_City          | String                                                                                                          | 마지막 로그인 시 플레이어의 지리적 위치의 도시입니다.                       |
| Locations\_LastLogin\_ContinentCode | [ContinentCode](/services/playfab/api-references/events/data-types/continentcode)                               | 이 위치의 두 문자 대륙 코드입니다.                                 |
| Locations\_LastLogin\_CountryCode   | [CountryCode](/services/playfab/api-references/events/data-types/countrycode)                                   | 위치와 연결된 국가/지역의 두 문자 ISO 3166-1 국가 코드입니다.             |
| Locations\_LastLogin\_Latitude      | Real                                                                                                            | 마지막 로그인 시 플레이어의 지리적 위치의 위도 좌표입니다.                    |
| Locations\_LastLogin\_Longitude     | Real                                                                                                            | 마지막 로그인 시 플레이어의 지리적 위치의 경도 좌표입니다.                    |
| Origination                         | [LoginIdentityProvider](/services/playfab/api-references/events/data-types/loginidentityprovider)               | 플레이어 계정 원본입니다.                                       |
| PlayerId                            | String                                                                                                          | PlayFab 플레이어 ID입니다.                                  |
| PlayerMemberships                   | [PlayerMemberships](/services/playfab/api-references/events/data-types/playermemberships)                       | 이 플레이어가 소유한 멤버십의 배열입니다.                              |
| PlayerStatistics                    | [PlayerStatistic](/services/playfab/api-references/events/data-types/playerstatistic)                           | 플레이어 통계의 배열입니다.                                      |
| PublisherId                         | String                                                                                                          | 이 플레이어가 속한 게시자입니다.                                   |
| PushNotificationRegistrations       | [PushNotificationRegistration](/services/playfab/api-references/events/data-types/pushnotificationregistration) | 구성된 푸시 알림 엔드포인트의 배열입니다.                              |
| Statistics                          | Object                                                                                                          | 최신 버전의 값만 사용하는 플레이어 통계의 사전입니다.                       |
| Tags                                | \[]                                                                                                             | 세분화를 위한 플레이어 태그 목록입니다.                               |
| TitleId                             | String                                                                                                          | 이 프로필이 적용되는 타이틀 ID입니다.                               |
| TotalValueToDateInUSD               | uint32                                                                                                          | 모든 통화에서 플레이어의 총 구매액 합계(USD)입니다.                      |
| ValuesToDate                        | Object                                                                                                          | 통화별 플레이어의 총 구매액 사전입니다.                               |
| VirtualCurrencyBalances             | Object                                                                                                          | 플레이어의 가상 통화 잔액 사전입니다.                                |


## Related topics

- [PlayFab의 PlayStream 이벤트 모델 참조](/ko/services/playfab/api-references/events/index.md)
- [PFSegmentsGetPlayersInSegmentResult](/ko/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsgetplayersinsegmentresult.md)
- [PFAccountManagementGetPlayerProfileResult](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayerprofileresult.md)
- [Players 페이지 사용](/ko/services/playfab/player-progression/player-data/using-the-players-page.md)
- [player_triggered_action_executed_function](/ko/services/playfab/api-references/events/Functions/player-triggered-action-executed-function.md)
