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

# PFTitleDataManagementServerGetPublisherDataAsync

> Server API to retrieve the key-value store of custom publisher settings for the current PlayFab title, callable from trusted game servers for configuration.

Retrieves the key-value store of custom publisher settings

## Syntax

```cpp theme={null}
HRESULT PFTitleDataManagementServerGetPublisherDataAsync(  
    PFEntityHandle titleEntityHandle,  
    const PFTitleDataManagementGetPublisherDataRequest* request,  
    XAsyncBlock* async  
)  
```

### Parameters

**`titleEntityHandle`**   PFEntityHandle

PFEntityHandle for a title Entity obtained using PFAuthenticationGetEntityWithSecretKeyAsync.

**`request`**   [PFTitleDataManagementGetPublisherDataRequest\*](/services/playfab/api-references/c/pftitledatamanagementtypes/structs/pftitledatamanagementgetpublisherdatarequest)

Populated request object.

**`async`**   XAsyncBlock\*\
**Inout**

XAsyncBlock for the async operation.

### Return value

Type: HRESULT

Result code for this API operation.

## Remarks

This API is available on Win32, Linux, and macOS. This API is designed to return publisher-specific values which can be read, but not written to, by the client. This data is shared across all titles assigned to a particular publisher, and can be used for cross-game coordination. Only titles assigned to a publisher can use this API. For more information email [helloplayfab@microsoft.com](mailto:helloplayfab@microsoft.com). Note that there may up to a minute delay in between updating title data and this API call returning the newest value. See also ServerSetPublisherDataAsync. When the asynchronous task is complete, call [PFTitleDataManagementServerGetPublisherDataGetResultSize](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementservergetpublisherdatagetresultsize) and [PFTitleDataManagementServerGetPublisherDataGetResult](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementservergetpublisherdatagetresult) to get the result.

## Requirements

**Header:** PFTitleDataManagement.h

## See also

[PFTitleDataManagement members](/services/playfab/api-references/c/pftitledatamanagement/pftitledatamanagement_members)


## Related topics

- [PFTitleDataManagementServerGetPublisherDataGetResult](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementservergetpublisherdatagetresult.md)
- [Services C API overview - PFTitleDataManagement.h](/services/playfab/api-references/c/pftitledatamanagement/pftitledatamanagement_members.md)
- [PFTitleDataManagementServerSetPublisherDataAsync](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementserversetpublisherdataasync.md)
- [PFPlayerDataManagementServerGetUserPublisherDataAsync](/services/playfab/api-references/c/pfplayerdatamanagement/functions/pfplayerdatamanagementservergetuserpublisherdataasync.md)
- [PFTitleDataManagementServerGetPublisherDataGetResultSize](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementservergetpublisherdatagetresultsize.md)
