You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to compute the new memberactivities in analytics script we need the action field of all guilds to be updated. Each value in the array of action is representing the duration for an activity, for example the first entry in it is representing minimum number of interactions to be active.
So, Now, the task is to add two more values to each array of action.
The action array should be like: [1, 1, 1, 4, 3, 5, 5, 4, 3, 3, 2, 2, 1]
Basically you should update it and add 2, 1 to the end of the existing array.
The text was updated successfully, but these errors were encountered:
I did the task. It is completed now but for it is just for the development server.
For the production, we still needed to do that. I didn't do this for production cause needed approvals (It is not a big task). @cyri113
In order to compute the new memberactivities in analytics script we need the
action
field of all guilds to be updated. Each value in the array ofaction
is representing the duration for an activity, for example the first entry in it is representing minimum number of interactions to be active.So, Now, the task is to add two more values to each array of
action
.The
action
array should be like:[1, 1, 1, 4, 3, 5, 5, 4, 3, 3, 2, 2, 1]
Basically you should update it and add
2, 1
to the end of the existing array.The text was updated successfully, but these errors were encountered: