UNPKG

as-event-tracker

Version:

Logs events in the browser based on client interactions.

24 lines 860 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ChannelMeta = (function () { function ChannelMeta(init) { this.persistent_id = "<persistent_id>"; this.session_id = "<session_id>"; this.request_id = "<request_id>"; this.client_ref = "<request_id>"; this.timezone_offset = "<offset>"; this.device_type = "<device category>"; this.device_platform = "<device platform>"; this.screen_width = 0; this.screen_height = 0; this.browser_width = 0; this.browser_height = 0; this.culture_code = "<culture code>"; this.os = "<OS>"; this.browser = "<Browser>"; Object.assign(this, init); } return ChannelMeta; }()); exports.default = ChannelMeta; //# sourceMappingURL=ChannelMeta.js.map