> ## 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 数据类型。

## 属性

| 名称                                  | 类型                                                                                                              | 描述                                    |
| :---------------------------------- | :-------------------------------------------------------------------------------------------------------------- | :------------------------------------ |
| 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                                                                                                          | 以美元为单位统计的玩家在所有货币下的累计购买总额。             |
| ValuesToDate                        | Object                                                                                                          | 按货币分类的玩家累计购买字典。                       |
| VirtualCurrencyBalances             | Object                                                                                                          | 玩家虚拟货币余额字典                            |


## Related topics

- [PlayFab 的 PlayStream 事件模型参考](/zh-CN/services/playfab/api-references/events/index.md)
- [PFAccountManagementGetPlayerProfileResult](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayerprofileresult.md)
- [PFSegmentsGetPlayersInSegmentResult](/zh-CN/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsgetplayersinsegmentresult.md)
- [使用玩家页面](/zh-CN/services/playfab/player-progression/player-data/using-the-players-page.md)
- [player_triggered_action_executed_function](/zh-CN/services/playfab/api-references/events/Functions/player-triggered-action-executed-function.md)
