identifyUser(userId, traits, options, callback) {
    if (this.isEnabled() && this.hasAnalytics()) {
      window.analytics.identify(userId, traits, options, callback);

      this.log('identifyUser', traits, options);