A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Date OK | Amplitude iOS* | Mixpanel iOS* | Amplitude Android* | Mixpanel Android * | Trigger | Name | Type | Screens | Field | Type | Exemple | Commentaire | Code Mixpanel | Code Amplitude | ||||||
2 | 19/03/2018 | Quand l'utilisateur joue un morceau | playSong | action | home, artistPage | track(event:properties:) | logEvent(_:withEventProperties:) | ||||||||||||||
3 | name | String | Never Gonna Give You Up | ||||||||||||||||||
4 | artist | String | Rick Astley | ||||||||||||||||||
5 | duration | Float | 160 | En secondes | |||||||||||||||||
6 | played | Float | 25 | Temps joué sur le morceau | |||||||||||||||||
7 | id | String | rick_N01 | a stocker aussi car name peut être localisé | |||||||||||||||||
8 | category | String | pop | ||||||||||||||||||
9 | 19/03/2018 | en même temps que l'évènement playSong | numberOfSongPlayed | increment | increment(property:by:) | ||||||||||||||||
10 | 19/03/2018 | en même temps que l'évènement playSong | playedDuration | increment | |||||||||||||||||
11 | |||||||||||||||||||||
12 | 19/03/2018 | quand l'utilisateur s'inscrit | userRegister | action | signup | ||||||||||||||||
13 | userId | String | frdUDZIAO122SZI | Mixpanel.mainInstance().identify(distinctId:) | Amplitude.instance().setUserId(_:) | ||||||||||||||||
14 | String | bravo.kevin.contact@gmail.com | people.set(property:to:) | identify.set(_:value:) | |||||||||||||||||
15 | $firstName | String | Kevin | people.set(property:to:) | identify.set(_:value:) | ||||||||||||||||
16 | $lastName | String | Bravo | people.set(property:to:) | identify.set(_:value:) | ||||||||||||||||
17 | $gender | String | male | people.set(property:to:) | identify.set(_:value:) | ||||||||||||||||
18 | $age | Int | 25 | people.set(property:to:) | identify.set(_:value:) | ||||||||||||||||
19 | source | String | A récupèrer grâce au SDK Branch | people.set(property:to:) | identify.set(_:value:) | ||||||||||||||||
20 | campaign | String | jeu concours facebook | A récupèrer grâce au SDK Branch | people.set(property:to:) | identify.set(_:value:) | |||||||||||||||
21 | type | String | Paid / Free | people.set(property:to:) | identify.set(_:value:) | ||||||||||||||||
22 | |||||||||||||||||||||
23 | |||||||||||||||||||||
24 | |||||||||||||||||||||
25 | |||||||||||||||||||||
26 | |||||||||||||||||||||
27 | |||||||||||||||||||||
28 | |||||||||||||||||||||
29 | |||||||||||||||||||||
30 | |||||||||||||||||||||
31 | |||||||||||||||||||||
32 | |||||||||||||||||||||
33 | |||||||||||||||||||||
34 | |||||||||||||||||||||
35 | |||||||||||||||||||||
36 | |||||||||||||||||||||
37 | |||||||||||||||||||||
38 | |||||||||||||||||||||
39 | |||||||||||||||||||||
40 | |||||||||||||||||||||
41 | |||||||||||||||||||||
42 | |||||||||||||||||||||
43 | |||||||||||||||||||||
44 | |||||||||||||||||||||
45 | |||||||||||||||||||||
46 | |||||||||||||||||||||
47 | |||||||||||||||||||||
48 | |||||||||||||||||||||
49 | |||||||||||||||||||||
50 | |||||||||||||||||||||
51 | |||||||||||||||||||||
52 | |||||||||||||||||||||
53 | |||||||||||||||||||||
54 | |||||||||||||||||||||
55 | |||||||||||||||||||||
56 | |||||||||||||||||||||
57 | |||||||||||||||||||||
58 | |||||||||||||||||||||
59 | |||||||||||||||||||||
60 | |||||||||||||||||||||
61 | |||||||||||||||||||||
62 | |||||||||||||||||||||
63 | |||||||||||||||||||||
64 | |||||||||||||||||||||
65 | |||||||||||||||||||||
66 | |||||||||||||||||||||
67 | |||||||||||||||||||||
68 | |||||||||||||||||||||
69 | |||||||||||||||||||||
70 | |||||||||||||||||||||
71 | |||||||||||||||||||||
72 | |||||||||||||||||||||
73 | |||||||||||||||||||||
74 | |||||||||||||||||||||
75 | |||||||||||||||||||||
76 | |||||||||||||||||||||
77 | |||||||||||||||||||||
78 | |||||||||||||||||||||
79 | |||||||||||||||||||||
80 | |||||||||||||||||||||
81 | |||||||||||||||||||||
82 | |||||||||||||||||||||
83 | |||||||||||||||||||||
84 | |||||||||||||||||||||
85 | |||||||||||||||||||||
86 | |||||||||||||||||||||
87 | |||||||||||||||||||||
88 | |||||||||||||||||||||
89 | |||||||||||||||||||||
90 | |||||||||||||||||||||
91 | |||||||||||||||||||||
92 | |||||||||||||||||||||
93 | |||||||||||||||||||||
94 | |||||||||||||||||||||
95 | |||||||||||||||||||||
96 | |||||||||||||||||||||
97 | |||||||||||||||||||||
98 | |||||||||||||||||||||
99 | |||||||||||||||||||||
100 |