> ## 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.

## Properties

| Name                                | Type                                                                                                            | Description                                                                                   |
| :---------------------------------- | :-------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------- |
| AdCampaignAttributions              | [AdCampaignAttribution](/services/playfab/api-references/events/data-types/adcampaignattribution)               | Array of ad campaigns player has been attributed to                                           |
| AvatarUrl                           | String                                                                                                          | Image URL of the player's avatar.                                                             |
| BannedUntil                         | DateTime                                                                                                        | Banned until UTC Date. If permanent ban this is set for 20 years after the original ban date. |
| ContactEmailAddresses               | [ContactEmailInfo](/services/playfab/api-references/events/data-types/contactemailinfo)                         | Array of contact email addresses associated with the player                                   |
| Created                             | DateTime                                                                                                        | Player record created                                                                         |
| DisplayName                         | String                                                                                                          | Player Display Name                                                                           |
| LastLogin                           | DateTime                                                                                                        | Last login                                                                                    |
| LinkedAccounts                      | [PlayerLinkedAccount](/services/playfab/api-references/events/data-types/playerlinkedaccount)                   | Array of third party accounts linked to this player                                           |
| Locations\_LastLogin\_City          | String                                                                                                          | City of the player's geographic location on last login                                        |
| Locations\_LastLogin\_ContinentCode | [ContinentCode](/services/playfab/api-references/events/data-types/continentcode)                               | The two-character continent code for this location                                            |
| Locations\_LastLogin\_CountryCode   | [CountryCode](/services/playfab/api-references/events/data-types/countrycode)                                   | The two-character ISO 3166-1 country code for the country/region associated with the location |
| Locations\_LastLogin\_Latitude      | Real                                                                                                            | Latitude coordinate of the player's geographic location on last login                         |
| Locations\_LastLogin\_Longitude     | Real                                                                                                            | Longitude coordinate of the player's geographic location on last login                        |
| Origination                         | [LoginIdentityProvider](/services/playfab/api-references/events/data-types/loginidentityprovider)               | Player account origination                                                                    |
| PlayerId                            | String                                                                                                          | PlayFab Player ID                                                                             |
| PlayerMemberships                   | [PlayerMemberships](/services/playfab/api-references/events/data-types/playermemberships)                       | Array of memberships this player owns                                                         |
| PlayerStatistics                    | [PlayerStatistic](/services/playfab/api-references/events/data-types/playerstatistic)                           | Array of player statistics                                                                    |
| PublisherId                         | String                                                                                                          | Publisher this player belongs to                                                              |
| PushNotificationRegistrations       | [PushNotificationRegistration](/services/playfab/api-references/events/data-types/pushnotificationregistration) | Array of configured push notification end points                                              |
| Statistics                          | Object                                                                                                          | Dictionary of player's statistics using only the latest version's value                       |
| Tags                                | \[]                                                                                                             | List of player's tags for segmentation.                                                       |
| TitleId                             | String                                                                                                          | Title ID this profile applies to                                                              |
| TotalValueToDateInUSD               | uint32                                                                                                          | A sum of player's total purchases in USD across all currencies.                               |
| ValuesToDate                        | Object                                                                                                          | Dictionary of player's total purchases by currency.                                           |
| VirtualCurrencyBalances             | Object                                                                                                          | Dictionary of player's virtual currency balances                                              |


## Related topics

- [PlayStream event model reference for PlayFab](/services/playfab/api-references/events/index.md)
- [PFAccountManagementGetPlayerProfileResult](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayerprofileresult.md)
- [PFSegmentsGetPlayersInSegmentResult](/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsgetplayersinsegmentresult.md)
- [Using the Players Page](/services/playfab/player-progression/player-data/using-the-players-page.md)
- [player_triggered_action_executed_function](/services/playfab/api-references/events/Functions/player-triggered-action-executed-function.md)
