Training
Modul
Work with segments in Dynamics 365 Sales accelerator - Training
Create and activate segments in Dynamics 365 Sales accelerator to group records based on conditions and connect them to sequences.
Dëse Browser gëtt net méi ënnerstëtzt.
Upgrat op Microsoft Edge fir vun de Virdeeler vun leschten Eegeschaften, Sécherheetsupdaten, an techneschem Support ze profitéieren.
The Segment configuration page, accessed from the Players tab in Game Manager, allows you to configure a new or existing segment by adjusting the name, defining filters, and assigning tasks.
Each segment allows you to define useful or interesting groups of players, and perform exclusive actions on that group.
To access segment configuration:
You may then choose to:
Prerequisites:
To configure a segment like the example in this tutorial, you will need:
In this example we are going to:
The defining characteristic of a player can be:
Player's location is one of many possible options, and only specifically required for this example. Feel free to replace the country/region requirement with another filter of your choice.
When a segment is defined, you have a variety of action options to run when a player enters or leaves the segment.
CloudScript is by far the most flexible action, granting you full control of the player and segmentation information at the time of segment transition.
Utilize the second parameter, Context in your CloudScript handler to identify the player, and segment transition. Afterwards, perform any action you wish on the player, such as granting inventory items, virtual currency, player data, or statistics.
In this particular case, segment configuration requires 4 simple steps:
When a segment is defined, you have a variety of action options to run when a player enters or leaves the segment. CloudScript is by far the most flexible action, granting you full control of the player and segmentation information at the time of segment transition.
Utilize the second parameter, Context in your CloudScript handler to identify the player, and segment transition. Afterwards, perform any action you wish on the player, such as granting inventory items, virtual currency, player data, or statistics.
In this particular case, segment configuration requires 4 simple steps:
Group (2) is a set of players that meet all defined conditions called Filters (3).
In other words, to be part of a segment, a player must be part of at least 1 group. To be part of a group, a player must meet all conditions (filters).
This is denoted by the OR/AND operators: filters are combined using the AND operator, while groups are combined using the OR operator.
The screenshot shown below offers an example of how a segment can be defined. This segment consists of 2 groups. The first group is defined by 2 filters:
The second group is also for players from Canada, but they must have Google Push notifications enabled.
In the end, we have a segment of players from Canada with either Google or Apple push notifications.
Each filter has a unique configuration and purpose. As of 4/30/2017, the following filters are available:
Notiz
The trick here is that a player may start with authentication based on, say, an iOS device ID, but later, the same player may have a GameCenter account linked. In this case, user origination will be the iOS device ID. For example, players that first signed in using an iOS device ID.
Each action needs a trigger in order to run. Some actions are run manually, triggered right from the page. Sometimes, though, you have to select a trigger - an event that causes an action to run.
A trigger defines the context of the action. For example, a player entered segment trigger passes you the context containing a reference to the player. The general workflow for the Actions panel is:
It is possible to look up what segments a player belongs to by means of the Player Segments page. To access the Player Segments page:
On the Player Segments page, note the following:
Training
Modul
Work with segments in Dynamics 365 Sales accelerator - Training
Create and activate segments in Dynamics 365 Sales accelerator to group records based on conditions and connect them to sequences.
Dokumentatioun
Advanced Segmentation with Player Custom Properties - PlayFab
Overview on Advanced Segmentation with Player Custom Properties
Tutorial that describes how to create and use player segmentation.
Getting Started with PlayFab Explorer - PlayFab
Illustrates how to use the Explorer feature.