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

# PFTitleDataManagementGetPublisherDataRequest

> PFTitleDataManagementGetPublisherDataRequest data model. This API is designed to return publisher-specific values which can be read, but not written to, by.

PFTitleDataManagementGetPublisherDataRequest data model. 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.

## Syntax

```cpp theme={null}
typedef struct PFTitleDataManagementGetPublisherDataRequest {  
    const char* const* keys;  
    uint32_t keysCount;  
} PFTitleDataManagementGetPublisherDataRequest;  
```

### Members

**`keys`**   const char\* const\*

array of keys to get back data from the Publisher data blob, set by the admin tools.

**`keysCount`**   uint32\_t

Count of keys

## Requirements

**Header:** PFTitleDataManagementTypes.h

## See also

[PFTitleDataManagementTypes members](/services/playfab/api-references/c/pftitledatamanagementtypes/pftitledatamanagementtypes_members)


## Related topics

- [PFTitleDataManagementClientGetPublisherDataAsync](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgetpublisherdataasync.md)
- [PFTitleDataManagementServerGetPublisherDataAsync](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementservergetpublisherdataasync.md)
- [Services C API overview - PFTitleDataManagementTypes.h](/services/playfab/api-references/c/pftitledatamanagementtypes/pftitledatamanagementtypes_members.md)
- [PFTitleDataManagementSetPublisherDataRequest](/services/playfab/api-references/c/pftitledatamanagementtypes/structs/pftitledatamanagementsetpublisherdatarequest.md)
- [PFTitleDataManagementServerSetPublisherDataAsync](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementserversetpublisherdataasync.md)
