question

PoeWang avatar image
PoeWang asked

Make a Survey,make a survey

Hi
How can I make a survey.
For example :

I want to ask to all player
Do you like X area ?
Yes
No
How can I learn ? How many count of Yes or No?

I dont want to use statistics because its has a limit

Player DataLeaderboards and Statisticslimits
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

·
Andy avatar image
Andy answered

The most robust answer would be to use WritePlayerEvent for the player's response and then analyze those responses in a Data Warehouse. That could be through either our existing Snowflake offering or our upcoming Azure-based Data Warehouse preview.

If you're only running one survey at a time, you could try using Tags to separate players that respond yes and no. You'd use https://api.playfab.com/documentation/server/method/AddPlayerTag and then create segments based on the response values to see how many players responded in each way. That's a server API, so you'd need to call it from Cloud Script.

10 |1200

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

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.