@Effect({ dispatch: false })
  trackToken$ = this.actions$.pipe(
    ofType(UserProfileActions.USER_PROFILE_RECIEVED),
    map(toPayload),
    tap(() => this.analytics.trackSignin())