question

Dhiraj avatar image
Dhiraj asked

accessing Publisher Data from different studios

The playfab portal itself refers to the term 'Studio' but some of the literature keeps referring to 'Publisher'. For example look at the 'Publisher Data' section in the following article:-

https://api.playfab.com/docs/tutorials/building-blocks

So I guess publisher is identified by a playfab login account, that can have multiple 'studios' and each of the studios can have multiple 'titles'. Does that sound correct? If so, 'Publisher Data' can be accessible from any game belonging to any studio of the publisher?

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

The "Publisher" in that context refers to the Publisher ID, which is determined by the studio by default. The structure is that you create studios in PlayFab. Each studio has a default Publisher ID, which determines the "namespace" for the master player record (where the sign-in credentials live) and any player publisher data. Each studio can have multiple titles, which are the backend for specific games/apps.

So yes, the design is that player publisher data is accessible by all titles in a studio, for that player account.

2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Dhiraj avatar image Dhiraj commented ·

sort of confused, to simplify it again -- can we just say that even though we create multiple studios from the same login account, each studio will continue to have its own 'Publisher Id' ?

0 Likes 0 ·
brendan avatar image brendan Dhiraj commented ·

Each Studio that you create, using a developer account in PlayFab, will have a different Publisher ID, yes. Publisher-level data is shareable across titles in the same Studio. So, "player publisher data" may be accessed for the player across the titles in the studio, and "publisher data" is a single shared data space for the titles in that studio.

1 Like 1 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.