@botonic/plugin-hubtype-analytics
Version:
Plugin for tracking in the Hubtype backend to see the results in the Hubtype Dashbord
16 lines • 563 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HtEvent = void 0;
class HtEvent {
constructor(event, requestData) {
this.chat_id = requestData.userId;
this.format_version = 3;
this.action = event.action;
this.bot_interaction_id = requestData.botInteractionId;
this.user_locale = requestData.userLocale;
this.user_country = requestData.userCountry;
this.system_locale = requestData.systemLocale;
}
}
exports.HtEvent = HtEvent;
//# sourceMappingURL=ht-event.js.map