-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Hey @astralbodies do you remember what we should track in user_info_number_of_blogs ?
Is it meaning the number of visible blogs? or the number of total blogs for a user?
Asking this because we're tracking it wrong on sign in, since the me endpoint is called asynchronously in the app, resulting in empty visible blogs list.
[0] => Array
(
[_en] => wpandroid_signed_in
[_ts] => 1449658481291
[_ui] => 29188508a93f4bdb98f990719d3ed414
[_ut] => anon
[user_info_number_of_blogs] => 0
[dotcom_user] => true
)
[1] => Array
(
[_en] => _aliasUser
[_ts] => 1449658481331
[_ul] => daniloercoli
[_ut] => wpcom:user_id
[user_info_number_of_blogs] => 0
[anonId] => 29188508a93f4bdb98f990719d3ed414
)