question

Jarryd Semmens avatar image
Jarryd Semmens asked

Title Event vs Player Event

I'm using the C# PlayFabClientApi in my MonoGame project to get crash telemetry from my users.

What's the difference between a title event, and player event?

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

·
jital avatar image
jital answered

Hello,

The difference between a title event and player event is that a Title event is something that is within the scope of the Title and is able to affect all players.

While a Player event is an event scoped to just a simple player, this events only affects a specific player.

Hope this helps

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.

Jarryd Semmens avatar image Jarryd Semmens commented ·

What is the point of that distinction, and how are they meant to be used?

Can you give an example?

From here, only the player events seem relevant to anything, and title events don't show up anywhere in the dashboard.

0 Likes 0 ·
jital avatar image jital ♦ Jarryd Semmens commented ·

Here is a document detailing all the PlayStream events. The events are divided into types such as Player and Title event types.

0 Likes 0 ·

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.