Skip to content

Commit a20c015

Browse files
author
Jose Gomez de Lara
committed
Users help_text
1 parent f3a3234 commit a20c015

File tree

3 files changed

+102
-0
lines changed

3 files changed

+102
-0
lines changed
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## GDPR Convert Hash
2+
3+
This page allows to convert the Uid hash and deviceID hash and also search by deviceID and by socialID per social network
4+
5+
## Content
6+
7+
- [Uid Hash](#uid-hash)
8+
- [Deviceid Hash](#deviceid-hash)
9+
- [Deviceid Search](#deviceid-search)
10+
- [Socialid Search](#socialid-search)
11+
12+
## Uid hash
13+
14+
Convert Uid hash
15+
16+
## Deviceid hash
17+
18+
Convert Deviceid hash
19+
20+
## Deviceid Search
21+
Search by deviceID
22+
23+
## Socialid Search
24+
Search by socialID per social network
+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
## User Data user details
2+
3+
This page shows the details of the user data store for a selected user
4+
5+
## Content
6+
- [Search User](#search-user)
7+
- [Select User Alias](#select-alias)
8+
- [Create User Alias](#create-alias)
9+
- [User Data](#user-data)
10+
11+
## Search User
12+
13+
1. Enter a UserID on the Uid field and click **Search**
14+
2. **User Data** details will be displayed
15+
16+
## Select User Alias
17+
1. Select the dropdown and click on the desired user alias
18+
2. **User Data** details will be displayed
19+
3. **Edit User Alias** When selecting an alias, clicking on **![pencil](https://github.com/azerion/gamedock-sdk/raw/master/docs/console/_images/pencil.png) Edit user alias** button will show a popup with the following:
20+
- ***Alias*** User alias
21+
- ***Uid*** User ID
22+
- ***Notes*** Any notes associated to the user alias
23+
4. **Remove User Alias** When selecting an alias, clicking on **![trash](https://github.com/azerion/gamedock-sdk/raw/master/docs/console/_images/trash.png) Remove user alias** button will show prompt a confirmation for deleting the alias
24+
25+
## Create User Alias
26+
1. Enter a UserID on the Uid field and click **Search**
27+
2. If that UserID does not have an alias associated, you can click on **Create user alias**
28+
3. A create user alias form is displayed with the following:
29+
- ***Alias*** User alias
30+
- ***Uid*** User ID
31+
- ***Notes*** Any notes associated to the user alias
32+
4. Click **Save** to store changes
33+
34+
35+
36+
## User Data
37+
38+
This panel shows details relative to the User Data store for the searched UserID
39+
40+
- **Event Profile** List of events associated to the profile
41+
- **User Profile** User profile details
42+
- **Experiment status**
43+
- Click on **Show User Segments** to see the User segments.
44+
- Click on **Add user to experiment** to open a popup for adding the user to an existing experiment:
45+
- ***Experiment*** Dropdown for selecting the experiment
46+
- ***Variant*** Dropdown for selecting the variant for the experiment
47+
- **Wallet** Status of the user wallet
48+
- **Inventory** List of Items and Unique items associated to the user
49+
- **History** User history
50+
- **Push Notifications** Push notifications data
51+
- **Missions** Missions associated to the user
52+
- **Private Gamestate** Game state saved for the user
53+
- **Convert User** Transfer game progress from one Uid to another
54+
- **Data** User data stored
55+
- **Hashes** Hashes associated to the user
56+
- **Social Account** Social account associated to the user
57+
- **Daily Bonus** Daily bonus state associated to the user. Click **Set User State** to open a form for setting the user state:
58+
- ***PLatform***
59+
- ***Segment Data***
60+
- ***Days collected***
61+
- ***Last collected***
62+
63+
- **Public Gamestate** Public Game state stored for the user

console/game/users/removals/index.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## GDPR User Removals
2+
3+
This page lists the scheduled user data removals that have been requested for this game
4+
5+
## Content
6+
- [Table listing](#table-listing)
7+
8+
## Table Listing
9+
10+
- **Uid** User id
11+
- **Requested by** User requesting the removal
12+
- **Requested date** Date the request was received
13+
- **Deletion date** Date the data was deleted
14+
- **Reason** Reason for deletion
15+
- **Time till deletion** Time until deletion is efective

0 commit comments

Comments
 (0)