rudder-sdk-js 2.41.0 → 2.42.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,20 @@
1
1
  # Changelog
2
2
 
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
3
+ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
+
5
+ ## [2.42.0](https://github.com/rudderlabs/rudder-sdk-js/compare/rudder-sdk-js@2.41.0...rudder-sdk-js@2.42.0) (2023-09-18)
6
+
7
+
8
+ ### Features
9
+
10
+ * messageId to event_id mapping support ([#1366](https://github.com/rudderlabs/rudder-sdk-js/pull/1366)) ([e28225c](https://github.com/rudderlabs/rudder-sdk-js/commit/e28225ccc49dc2ad6c524aaf017d8da62041ba6d))
11
+ * added proxyUrl support ([#1376](https://github.com/rudderlabs/rudder-sdk-js/pull/1376)) ([18918ab](https://github.com/rudderlabs/rudder-sdk-js/commit/18918aba7734afdb132b8866c551b81b01f13d7b))
12
+ *
13
+
14
+ ### Bug Fixes
15
+
16
+ * object.formEntries is not a function ([#1365](https://github.com/rudderlabs/rudder-sdk-js/pull/1365)) ([2f2c3ff](https://github.com/rudderlabs/rudder-sdk-js/commit/2f2c3fff662ecb5b946657c2c9e4773072a78c17))
17
+ * replaced flag with dropdown for datacenter selection ([#1367](https://github.com/rudderlabs/rudder-sdk-js/pull/1367)) ([d63755b](https://github.com/rudderlabs/rudder-sdk-js/commit/d63755b1411c6b1e7864c3e36c5bf165ef17663c))
4
18
 
5
19
  ## [2.41.0](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.40.5...v2.41.0) (2023-09-01)
6
20
 
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2021 RudderStack
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,17 +1,120 @@
1
- # RudderStack JavaScript SDK
2
-
3
- The [**RudderStack**](https://rudderstack.com/) JavaScript SDK leverages the `rudder-analytics.js` library to track and send user events from your website to RudderStack. You can then further transform and route this event data to the destination platform of your choice.
1
+ ## [![Release](https://img.shields.io/npm/v/rudder-sdk-js)](https://www.npmjs.com/package/rudder-sdk-js) [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](https://www.typescriptlang.org/) ![npm bundle size (scoped)](https://img.shields.io/bundlephobia/min/rudder-sdk-js) ![npm](https://img.shields.io/npm/dw/rudder-sdk-js)
2
+
3
+ <p align="center">
4
+ <a href="https://rudderstack.com/">
5
+ <img src="https://user-images.githubusercontent.com/59817155/121357083-1c571300-c94f-11eb-8cc7-ce6df13855c9.png">
6
+ </a>
7
+ <br />
8
+ <caption>The Customer Data Platform for Developers</caption>
9
+ </p>
10
+ <p align="center">
11
+ <b>
12
+ <a href="https://rudderstack.com">Website</a>
13
+ ·
14
+ <a href="https://rudderstack.com/docs/stream-sources/rudderstack-sdk-integration-guides/rudderstack-javascript-sdk/">Documentation</a>
15
+ ·
16
+ <a href="https://rudderstack.com/join-rudderstack-slack-community">Community Slack</a>
17
+ </b>
18
+ </p>
19
+
20
+ ---
21
+
22
+ # [](https://github.com/rudderlabs/rudder-sdk-js/blob/main/packages/analytics-v1.1/README.md#rudderstack-javascript-sdk)RudderStack JavaScript SDK
23
+
24
+ The JavaScript SDK lets you track customer event data from your website and send it to your specified destinations via RudderStack.
4
25
 
5
26
  > For detailed documentation on the RudderStack JavaScript SDK, click [**here**](https://docs.rudderstack.com/stream-sources/rudderstack-sdk-integration-guides/rudderstack-javascript-sdk).
6
27
 
7
- | **IMPORTANT**: We have deprecated the Autotrack feature for the RudderStack JavaScript SDK. If you still wish to use it for your project, refer to [**this repository**](https://github.com/rudderlabs/rudder-sdk-js-autotrack#autotrack). |
8
- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
28
+ ## Table of Contents
29
+
30
+ - [**Installing the JavaScript SDK**](https://github.com/rudderlabs/rudder-sdk-js/blob/main/packages/analytics-v1.1/README.md#installing-the-javascript-sdk)
31
+ - [**Identifying your users**](https://github.com/rudderlabs/rudder-sdk-js/blob/main/packages/analytics-v1.1/README.md#identifying-users)
32
+ - [**Tracking user actions**](https://github.com/rudderlabs/rudder-sdk-js/blob/main/packages/analytics-v1.1/README.md#tracking-user-actions)
33
+ - [**The `ready` API**](https://github.com/rudderlabs/rudder-sdk-js/blob/main/packages/analytics-v1.1/README.md#the-ready-api)
34
+ - [**Self-hosted control plane**](https://github.com/rudderlabs/rudder-sdk-js/blob/main/packages/analytics-v1.1/README.md#self-hosted-control-plane)
35
+ - [**Adding your own integrations**](https://github.com/rudderlabs/rudder-sdk-js/blob/main/packages/analytics-v1.1/README.md#adding-your-own-integrations)
36
+
37
+ | **IMPORTANT**: We have deprecated the service worker export from RudderStack JavaScript SDK npm package and decoupled it to a new package. <br/>If you still wish to use it for your project, refer to [**@rudderstack/analytics-js-service-worker package**](https://www.npmjs.com/package/@rudderstack/analytics-js-service-worker). |
38
+ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
39
+
40
+ ## [](https://github.com/rudderlabs/rudder-sdk-js/blob/main/packages/analytics-v1.1/README.md#installing-the-javascript-sdk)Installing the JavaScript SDK
41
+
42
+ To integrate the JavaScript SDK with your website, place the following code snippet in the `<head>` section of your website.
43
+
44
+ ```javascript
45
+ <script type="text/javascript">
46
+ !function(){var e=window.rudderanalytics=window.rudderanalytics||[];e.methods=["load","page","track","identify","alias","group","ready","reset","getAnonymousId","setAnonymousId"],e.factory=function(t){return function(){e.push([t].concat(Array.prototype.slice.call(arguments)))}};for(var t=0;t<e.methods.length;t++){var r=e.methods[t];e[r]=e.factory(r)}e.loadJS=function(e,t){var r=document.createElement("script");r.type="text/javascript",r.async=!0,r.src="https://cdn.rudderlabs.com/v1.1/rudder-analytics.min.js";var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(r,a)},e.loadJS(),
47
+ e.load(<WRITE_KEY>,<DATA_PLANE_URL>),
48
+ e.page()}();
49
+ </script>
50
+ ```
9
51
 
10
- ## Installing the JavaScript SDK
52
+ <br>
11
53
 
12
- To integrate the JavaScript SDK with your website, you can use this [**NPM module**](https://www.npmjs.com/package/rudder-js) to package RudderStack directly into your project.
54
+ > The above snippet lets you integrate the SDK with your website and load it asynchronously to keep your page load time unaffected.
55
+
56
+ To load `rudder-analytics.js` on to your page synchronously, you can refer to the minified or non-minified versions of the code in the following sections:
57
+
58
+ ### Minified code
59
+
60
+ ```html
61
+ <script>
62
+ rudderanalytics=window.rudderanalytics=[];for(var methods=["load","page","track","identify","alias","group","ready","reset","getAnonymousId","setAnonymousId"],i=0;i<methods.length;i++){var method=methods[i];rudderanalytics[method]=function(a){return function(){rudderanalytics.push([a].concat(Array.prototype.slice.call(arguments)))}}(method)}rudderanalytics.load(<WRITE_KEY>,<DATA_PLANE_URL>),rudderanalytics.page();
63
+ </script>
64
+
65
+ <script src="https://cdn.rudderlabs.com/v1.1/rudder-analytics.min.js"></script>
66
+ ```
67
+
68
+ ### Non-minified code
69
+
70
+ ```html
71
+ <script>
72
+ rudderanalytics = window.rudderanalytics = [];
73
+
74
+ var methods = [
75
+ 'load',
76
+ 'page',
77
+ 'track',
78
+ 'identify',
79
+ 'alias',
80
+ 'group',
81
+ 'ready',
82
+ 'reset',
83
+ 'getAnonymousId',
84
+ 'setAnonymousId',
85
+ ];
86
+
87
+ for (var i = 0; i < methods.length; i++) {
88
+ var method = methods[i];
89
+ rudderanalytics[method] = (function (methodName) {
90
+ return function () {
91
+ rudderanalytics.push([methodName].concat(Array.prototype.slice.call(arguments)));
92
+ };
93
+ })(method);
94
+ }
95
+ rudderanalytics.load(YOUR_WRITE_KEY, DATA_PLANE_URL);
96
+ //For example,
97
+ //rudderanalytics.load("1Qb1F3jSWv0eKFBPZcrM7ypgjVo", "http://localhost:8080");
98
+ rudderanalytics.page();
99
+ </script>
100
+
101
+ <script src="https://cdn.rudderlabs.com/v1.1/rudder-analytics.min.js"></script>
102
+ ```
13
103
 
14
- To install, run:
104
+ In all the above versions, there is an explicit `page` call at the end. This is added to ensure that whenever the SDK loads in a page, a `page` call is sent. You can remove this call completely or modify it with the extra page properties to suit your requirement. You can also add `page` calls in your application in places not tied directly to page load, e.g., virtual page views, page renders on route change such as in SPAs, etc.
105
+
106
+ ### Write key and data plane URL
107
+
108
+ To integrate and initialize the JavaScript SDK, you will need the source write key and the data plane URL.
109
+
110
+ - To get the source write key, follow [**this guide**](https://www.rudderstack.com/docs/get-started/glossary/#write-key).
111
+ - To get the data plane URL, follow [**this guide**](https://www.rudderstack.com/docs/rudderstack-cloud/dashboard-overview/#data-plane-url).
112
+
113
+ ### Alternative installation using NPM
114
+
115
+ Although we recommend using the snippets mentioned above to use the JavaScript SDK with your website, you can also use this [**NPM module**](https://www.npmjs.com/package/rudder-sdk-js) to package RudderStack directly into your project.
116
+
117
+ To install the SDK via npm, run the following command:
15
118
 
16
119
  ```bash
17
120
  npm install rudder-sdk-js --save
@@ -80,16 +183,16 @@ Refer to the following projects for a detailed walk-through of the above steps:
80
183
  | **Browser** | **Supported Versions** |
81
184
  | :-------------- | :--------------------- |
82
185
  | Safari | v7 or later |
83
- | IE | v10 or later |
84
- | Edge | v15 or later |
85
- | Mozilla Firefox | v40 or later |
86
- | Chrome | v37 or later |
87
- | Opera | v23 or later |
88
- | Yandex | v14.12 or later |
186
+ | IE | v11 or later |
187
+ | Edge | v80 or later |
188
+ | Mozilla Firefox | v47 or later |
189
+ | Chrome | v54 or later |
190
+ | Opera | v43 or later |
191
+ | Yandex | v19.10 or later |
89
192
 
90
193
  > If the SDK does not work on the browser versions that you are targeting, verify if adding the browser polyfills to your application solves the issue.
91
194
 
92
- ## Identifying users
195
+ ## [](https://github.com/rudderlabs/rudder-sdk-js/blob/main/packages/analytics-v1.1/README.md#identifying-users)Identifying users
93
196
 
94
197
  The `identify` call lets you identify a visiting user and associate them to their actions. It also lets you record the traits about them like their name, email address, etc.
95
198
 
@@ -122,7 +225,7 @@ In the above example, the user-related information like the `userId` and `email`
122
225
 
123
226
  For more information on how to use the `identify` call, refer to the [**JavaScript SDK documentation**](https://docs.rudderstack.com/stream-sources/rudderstack-sdk-integration-guides/rudderstack-javascript-sdk).
124
227
 
125
- ## Tracking user actions
228
+ ## [](https://github.com/rudderlabs/rudder-sdk-js/blob/main/packages/analytics-v1.1/README.md#tracking-user-actions)Tracking user actions
126
229
 
127
230
  The `track` call lets you record the customer events, i.e. the actions that they perform, along with any associated properties.
128
231
 
@@ -146,7 +249,7 @@ In the above example, the `track` method tracks the user event ‘**test track e
146
249
 
147
250
  > You can use the `track` method to track various success metrics for your website like user signups, item purchases, article bookmarks, and more.
148
251
 
149
- ## The `ready` API
252
+ ## [](https://github.com/rudderlabs/rudder-sdk-js/blob/main/packages/analytics-v1.1/README.md#the-ready-api)The `ready` API
150
253
 
151
254
  There are cases when you may want to tap into the features provided by the end-destination SDKs to enhance tracking and other functionalities. The JavaScript SDK exposes a `ready` API with a `callback` parameter that fires when the SDK is done initializing itself and the other third-party native SDK destinations.
152
255
 
@@ -160,7 +263,7 @@ rudderanalytics.ready(() => {
160
263
 
161
264
  > For more information on the other supported methods, refer to the [**JavaScript SDK APIs**](https://docs.rudderstack.com/stream-sources/rudderstack-sdk-integration-guides/rudderstack-javascript-sdk#supported-apis).
162
265
 
163
- ## Self-Hosted control plane
266
+ ## [](https://github.com/rudderlabs/rudder-sdk-js/blob/main/packages/analytics-v1.1/README.md#self-hosted-control-plane)Self-Hosted control plane
164
267
 
165
268
  If you are using a device mode destination like Heap, FullStory, etc., the JavaScript SDK needs to fetch the required configuration from the [**control plane**](https://docs.rudderstack.com/get-started/rudderstack-architecture#control-plane).
166
269
 
@@ -177,6 +280,23 @@ rudderanalytics.load(<WRITE_KEY>, <DATA_PLANE_URL>, {
177
280
  | **For detailed technical documentation and troubleshooting guide on the RudderStack’s JavaScript SDK, check out our [docs](https://docs.rudderstack.com/stream-sources/rudderstack-sdk-integration-guides/rudderstack-javascript-sdk).** |
178
281
  | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
179
282
 
283
+ ## [](https://github.com/rudderlabs/rudder-sdk-js/blob/main/packages/analytics-v1.1/README.md#adding-your-own-integrations)Adding your own integrations
284
+
285
+ You can start adding integrations of your choice for sending the data through their respective web (JavaScript) SDKs.
286
+
287
+ ### [](https://github.com/rudderlabs/rudder-sdk-js/blob/main/packages/analytics-v1.1/README.md#how-to-build-the-sdk)How to build the SDK
288
+
289
+ - Look for run scripts in the `package.json` file for getting the browser minified and non-minified builds. The builds are updated in the `dist` folder of the directory. Among the others, some of the important ones are:
290
+
291
+ - `npm run build:browser`: This outputs **rudder-analytics.min.js**.
292
+ - `npm run build:npm`: This outputs **rudder-sdk-js** folder that contains the npm package contents.
293
+
294
+ > We use **rollup** to build our SDKs. The configuration for it is present in `rollup-configs` folder.
295
+
296
+ ## Contribute
297
+
298
+ We would love to see you contribute to this project. Get more information on how to contribute [**here**](./CONTRIBUTING.md).
299
+
180
300
  ## Contact us
181
301
 
182
302
  For more information on any of the sections covered in this readme, you can [**contact us**](mailto:%20docs@rudderstack.com) or start a conversation on our [**Slack**](https://resources.rudderstack.com/join-rudderstack-slack) channel.
@@ -0,0 +1 @@
1
+ "use strict";function e(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function t(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?e(Object(r),!0).forEach((function(e){s(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):e(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function n(e){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},n(e)}function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,f(r.key),r)}}function o(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function s(e,t,n){return(t=f(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},a.apply(this,arguments)}function u(e){return function(e){if(Array.isArray(e))return l(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||c(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(e,t){if(e){if("string"==typeof e)return l(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?l(e,t):void 0}}function l(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function f(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}var h="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function d(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function p(e){return e&&Object.prototype.hasOwnProperty.call(e,"default")&&1===Object.keys(e).length?e.default:e}var g={exports:{}};!function(e){function t(e){if(e)return function(e){for(var n in t.prototype)e[n]=t.prototype[n];return e}(e)}g.exports=t,t.prototype.on=t.prototype.addEventListener=function(e,t){return this._callbacks=this._callbacks||{},(this._callbacks["$"+e]=this._callbacks["$"+e]||[]).push(t),this},t.prototype.once=function(e,t){function n(){this.off(e,n),t.apply(this,arguments)}return n.fn=t,this.on(e,n),this},t.prototype.off=t.prototype.removeListener=t.prototype.removeAllListeners=t.prototype.removeEventListener=function(e,t){if(this._callbacks=this._callbacks||{},0==arguments.length)return this._callbacks={},this;var n,r=this._callbacks["$"+e];if(!r)return this;if(1==arguments.length)return delete this._callbacks["$"+e],this;for(var i=0;i<r.length;i++)if((n=r[i])===t||n.fn===t){r.splice(i,1);break}return 0===r.length&&delete this._callbacks["$"+e],this},t.prototype.emit=function(e){this._callbacks=this._callbacks||{};for(var t=new Array(arguments.length-1),n=this._callbacks["$"+e],r=1;r<arguments.length;r++)t[r-1]=arguments[r];if(n){r=0;for(var i=(n=n.slice(0)).length;r<i;++r)n[r].apply(this,t)}return this},t.prototype.listeners=function(e){return this._callbacks=this._callbacks||{},this._callbacks["$"+e]||[]},t.prototype.hasListeners=function(e){return!!this.listeners(e).length}}();var y=g.exports,v=d(y);function m(e){return null!=e&&"object"===n(e)&&!0===e["@@functional/placeholder"]}function I(e){return function t(n){return 0===arguments.length||m(n)?t:e.apply(this,arguments)}}function A(e){return function t(n,r){switch(arguments.length){case 0:return t;case 1:return m(n)?t:I((function(t){return e(n,t)}));default:return m(n)&&m(r)?t:m(n)?I((function(t){return e(t,r)})):m(r)?I((function(t){return e(n,t)})):e(n,r)}}}function b(e){return function t(n,r,i){switch(arguments.length){case 0:return t;case 1:return m(n)?t:A((function(t,r){return e(n,t,r)}));case 2:return m(n)&&m(r)?t:m(n)?A((function(t,n){return e(t,r,n)})):m(r)?A((function(t,r){return e(n,t,r)})):I((function(t){return e(n,r,t)}));default:return m(n)&&m(r)&&m(i)?t:m(n)&&m(r)?A((function(t,n){return e(t,n,i)})):m(n)&&m(i)?A((function(t,n){return e(t,r,n)})):m(r)&&m(i)?A((function(t,r){return e(n,t,r)})):m(n)?I((function(t){return e(t,r,i)})):m(r)?I((function(t){return e(n,t,i)})):m(i)?I((function(t){return e(n,r,t)})):e(n,r,i)}}}function k(e,t){return Object.prototype.hasOwnProperty.call(t,e)}var E=I((function(e){return null===e?"Null":void 0===e?"Undefined":Object.prototype.toString.call(e).slice(8,-1)}));function C(e){return"[object Object]"===Object.prototype.toString.call(e)}function S(e,t,r){if(r||(r=new T),function(e){var t=n(e);return null==e||"object"!=t&&"function"!=t}(e))return e;var i,o=function(n){var i=r.get(e);if(i)return i;for(var o in r.set(e,n),e)Object.prototype.hasOwnProperty.call(e,o)&&(n[o]=t?S(e[o],!0,r):e[o]);return n};switch(E(e)){case"Object":return o(Object.create(Object.getPrototypeOf(e)));case"Array":return o([]);case"Date":return new Date(e.valueOf());case"RegExp":return i=e,new RegExp(i.source,i.flags?i.flags:(i.global?"g":"")+(i.ignoreCase?"i":"")+(i.multiline?"m":"")+(i.sticky?"y":"")+(i.unicode?"u":"")+(i.dotAll?"s":""));case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"BigInt64Array":case"BigUint64Array":return e.slice();default:return e}}var O,T=function(){function e(){this.map={},this.length=0}return e.prototype.set=function(e,t){var n=this.hash(e),r=this.map[n];r||(this.map[n]=r=[]),r.push([e,t]),this.length+=1},e.prototype.hash=function(e){var t=[];for(var n in e)t.push(Object.prototype.toString.call(e[n]));return t.join()},e.prototype.get=function(e){if(this.length<=180)for(var t in this.map)for(var n=this.map[t],r=0;r<n.length;r+=1){var i=n[r];if(i[0]===e)return i[1]}else{var o=this.hash(e),s=this.map[o];if(s)for(var a=0;a<s.length;a+=1){var u=s[a];if(u[0]===e)return u[1]}}},e}(),w=I((function(e){return null!=e&&"function"==typeof e.clone?e.clone():S(e,!0)})),_=b((function(e,t,n){var r,i={};for(r in n=n||{},t=t||{})k(r,t)&&(i[r]=k(r,n)?e(r,t[r],n[r]):t[r]);for(r in n)k(r,n)&&!k(r,i)&&(i[r]=n[r]);return i})),R=b((function e(t,n,r){return _((function(n,r,i){return C(r)&&C(i)?e(t,r,i):t(n,r,i)}),n,r)})),P=b((function(e,t,n){return R((function(t,n,r){return e(n,r)}),t,n)})),x={HS:"HubSpot",GA:"GA",HOTJAR:"Hotjar",GOOGLEADS:"GoogleAds",VWO:"VWO",GTM:"GoogleTagManager",BRAZE:"Braze",INTERCOM:"INTERCOM",KEEN:"Keen",KISSMETRICS:"Kissmetrics",CUSTOMERIO:"CustomerIO",CHARTBEAT:"Chartbeat",COMSCORE:"Comscore",FACEBOOK_PIXEL:"FacebookPixel",LOTAME:"Lotame",OPTIMIZELY:"Optimizely",BUGSNAG:"Bugsnag",FULLSTORY:"Fullstory",TVSQUARED:"TVSquared",GA4:"GA4",MOENGAGE:"MoEngage",AM:"Amplitude",PENDO:"Pendo",LYTICS:"Lytics",APPCUES:"Appcues",POSTHOG:"Posthog",KLAVIYO:"Klaviyo",CLEVERTAP:"Clevertap",BINGADS:"BingAds",PINTEREST_TAG:"PinterestTag",ADOBE_ANALYTICS:"AdobeAnalytics",LINKEDIN_INSIGHT_TAG:"LinkedInInsightTag",REDDIT_PIXEL:"RedditPixel",DRIP:"Drip",HEAP:"Heap",CRITEO:"Criteo",MP:"Mixpanel",QUALTRICS:"Qualtrics",PROFITWELL:"ProfitWell",SENTRY:"Sentry",QUANTUMMETRIC:"QuantumMetric",SNAP_PIXEL:"SnapPixel",POST_AFFILIATE_PRO:"PostAffiliatePro",GOOGLE_OPTIMIZE:"GoogleOptimize",LAUNCHDARKLY:"LaunchDarkly",GA360:"GA360",ADROLL:"Adroll",DCM_FLOODLIGHT:"DCMFloodlight",MATOMO:"Matomo",VERO:"Vero",MOUSEFLOW:"Mouseflow",ROCKERBOX:"Rockerbox",CONVERTFLOW:"ConvertFlow",SNAPENGAGE:"SnapEngage",LIVECHAT:"LiveChat",SHYNET:"Shynet",WOOPRA:"Woopra",ROLLBAR:"RollBar",QUORA_PIXEL:"QuoraPixel",JUNE:"June",ENGAGE:"Engage",ITERABLE:"Iterable",YANDEX_METRICA:"YandexMetrica",REFINER:"Refiner",QUALAROO:"Qualaroo",PODSIGHTS:"Podsights",AXEPTIO:"Axeptio",SATISMETER:"Satismeter",MICROSOFT_CLARITY:"MicrosoftClarity",SENDINBLUE:"Sendinblue",OLARK:"Olark",LEMNISK:"Lemnisk",TIKTOK_ADS:"TiktokAds",ACTIVE_CAMPAIGN:"ActiveCampaign"},D="ADOBE_ANALYTICS";s({},"Adobe Analytics","AdobeAnalytics");var L,M=(s(O={"Adobe Analytics":D,ADOBEANALYTICS:D,"ADOBE ANALYTICS":D},D,D),s(O,"AdobeAnalytics",D),s(O,"adobeanalytics",D),s(O,"adobe analytics",D),s(O,"Adobe analytics",D),s(O,"adobe Analytics",D),O),B="AM";s({},"Amplitude","Amplitude");var N,G=(s(L={},B,B),s(L,"AMPLITUDE",B),s(L,"Amplitude",B),s(L,"am",B),L),F="APPCUES";s({},"Appcues","Appcues");var U,j=(s(N={},F,F),s(N,"Appcues",F),s(N,"App Cues",F),s(N,"appcues",F),N),K="BINGADS";s({},"Bing Ads","BingAds");var Q,H=(s(U={},K,K),s(U,"BingAds",K),s(U,"bingads",K),s(U,"Bing Ads",K),s(U,"Bing ads",K),s(U,"bing Ads",K),s(U,"bing ads",K),U),z="BRAZE";s({},"Braze","Braze");var q,V=(s(Q={},z,z),s(Q,"Braze",z),s(Q,"braze",z),Q),W="BUGSNAG";s({},"Bugsnag","Bugsnag");var Y,X=(s(q={},W,W),s(q,"bugsnag",W),s(q,"Bugsnag",W),q),J="CHARTBEAT";s({},"Chartbeat","Chartbeat");var $,Z=(s(Y={},J,J),s(Y,"Chartbeat",J),s(Y,"chartbeat",J),s(Y,"Chart Beat",J),s(Y,"chart beat",J),Y),ee="CLEVERTAP";s({},"CleverTap","Clevertap");var te,ne=(s($={},ee,ee),s($,"Clevertap",ee),s($,"clevertap",ee),$),re="COMSCORE";s({},"Comscore","Comscore");var ie,oe=(s(te={},re,re),s(te,"Comscore",re),s(te,"Com Score",re),s(te,"com Score",re),s(te,"com score",re),s(te,"Com score",re),te),se="CRITEO";s({},"Criteo","Criteo");var ae,ue=(s(ie={},se,se),s(ie,"Criteo",se),s(ie,"criteo",se),ie),ce="CUSTOMERIO";s({},"Customer IO","CustomerIO");var le,fe=(s(ae={},ce,ce),s(ae,"Customerio",ce),s(ae,"Customer.io",ce),s(ae,"CUSTOMER.IO",ce),s(ae,"customer.io",ce),ae),he="DRIP";s({},"Drip","Drip");var de,pe=(s(le={},he,he),s(le,"Drip",he),s(le,"drip",he),le),ge="FACEBOOK_PIXEL";s({},"Facebook Pixel","FacebookPixel");var ye,ve=(s(de={},ge,ge),s(de,"FB Pixel",ge),s(de,"Facebook Pixel",ge),s(de,"facebook pixel",ge),s(de,"fbpixel",ge),s(de,"FBPIXEL",ge),s(de,"FB_PIXEL",ge),de),me="FULLSTORY";s({},"Fullstory","Fullstory");var Ie,Ae=(s(ye={},me,me),s(ye,"Fullstory",me),s(ye,"FullStory",me),s(ye,"full Story",me),s(ye,"Full Story",me),s(ye,"Full story",me),s(ye,"full story",me),s(ye,"fullstory",me),ye),be="GA";s({},"Google Analytics","GA");var ke,Ee=(s(Ie={},be,be),s(Ie,"Google Analytics",be),s(Ie,"GoogleAnalytics",be),s(Ie,"GOOGLE ANALYTICS",be),s(Ie,"google analytics",be),Ie),Ce="GA4";s({},"Google Analytics 4 (GA4)","GA4");var Se,Oe=(s(ke={},Ce,Ce),s(ke,"Google Analytics 4",Ce),s(ke,"Google analytics 4",Ce),s(ke,"google analytics 4",Ce),s(ke,"Google Analytics4",Ce),s(ke,"Google analytics4",Ce),s(ke,"google analytics4",Ce),s(ke,"Google Analytics 4 (GA4)",Ce),s(ke,"google analytics 4 (ga4)",Ce),s(ke,"GoogleAnalytics4",Ce),ke),Te="GOOGLEADS";s({},"Google Ads","GoogleAds");var we,_e=(s(Se={},Te,Te),s(Se,"Google Ads",Te),s(Se,"GoogleAds",Te),s(Se,"GOOGLE ADS",Te),s(Se,"google ads",Te),s(Se,"googleads",Te),Se),Re="GOOGLE_OPTIMIZE";s({},"Google Optimize","GoogleOptimize");var Pe,xe=(s(we={},Re,Re),s(we,"Google Optimize",Re),s(we,"GoogleOptimize",Re),s(we,"Googleoptimize",Re),s(we,"GOOGLEOPTIMIZE",Re),s(we,"google optimize",Re),s(we,"Google optimize",Re),s(we,"GOOGLE OPTIMIZE",Re),we),De="GTM";s({},"Google Tag Manager","GoogleTagManager");var Le,Me=(s(Pe={},De,De),s(Pe,"Google Tag Manager",De),s(Pe,"google tag manager",De),s(Pe,"googletag manager",De),s(Pe,"googletagmanager",De),Pe),Be="HEAP";s({},"Heap.io","Heap");var Ne,Ge=(s(Le={},Be,Be),s(Le,"Heap",Be),s(Le,"heap",Be),s(Le,"Heap.io",Be),Le),Fe="HOTJAR";s({},"Hotjar","Hotjar");var Ue,je=(s(Ne={},Fe,Fe),s(Ne,"Hotjar",Fe),s(Ne,"hotjar",Fe),s(Ne,"Hot Jar",Fe),s(Ne,"hot jar",Fe),Ne),Ke="HS";s({},"HubSpot","HubSpot");var Qe,He=(s(Ue={},Ke,Ke),s(Ue,"Hubspot",Ke),s(Ue,"HUBSPOT",Ke),s(Ue,"hub spot",Ke),s(Ue,"Hub Spot",Ke),s(Ue,"Hub spot",Ke),Ue),ze="INTERCOM";s({},"Intercom","INTERCOM");var qe,Ve=(s(Qe={},ze,ze),s(Qe,"Intercom",ze),s(Qe,"intercom",ze),Qe),We="KEEN";s({},"Keen","Keen");var Ye,Xe=(s(qe={},We,We),s(qe,"Keen",We),s(qe,"Keen.io",We),s(qe,"keen",We),s(qe,"keen.io",We),qe),Je="KISSMETRICS";s({},"Kiss Metrics","Kissmetrics");var $e,Ze=(s(Ye={},Je,Je),s(Ye,"Kissmetrics",Je),s(Ye,"kissmetrics",Je),Ye),et="KLAVIYO";s({},"Klaviyo","Klaviyo");var tt,nt=(s($e={},et,et),s($e,"Klaviyo",et),s($e,"klaviyo",et),$e),rt="LAUNCHDARKLY";s({},"LaunchDarkly","LaunchDarkly");var it,ot=(s(tt={},rt,rt),s(tt,"LaunchDarkly",rt),s(tt,"Launch_Darkly",rt),s(tt,"Launch Darkly",rt),s(tt,"launchDarkly",rt),s(tt,"launch darkly",rt),tt),st="LINKEDIN_INSIGHT_TAG";s({},"Linkedin Insight Tag","LinkedInInsightTag");var at,ut=(s(it={},st,st),s(it,"LinkedIn Insight Tag",st),s(it,"LinkedIn insight tag",st),s(it,"linkedIn insight tag",st),s(it,"Linkedin_insight_tag",st),s(it,"LinkedinInsighttag",st),s(it,"LinkedinInsightTag",st),s(it,"LinkedInInsightTag",st),s(it,"Linkedininsighttag",st),s(it,"LINKEDININSIGHTTAG",st),s(it,"linkedininsighttag",st),it),ct="LOTAME";s({},"Lotame","Lotame");var lt,ft=(s(at={},ct,ct),s(at,"Lotame",ct),s(at,"lotame",ct),at),ht="LYTICS";s({},"Lytics","Lytics");var dt,pt=(s(lt={},ht,ht),s(lt,"Lytics",ht),s(lt,"lytics",ht),lt),gt="MP";s({},"Mixpanel","Mixpanel");var yt,vt=(s(dt={},gt,gt),s(dt,"MIXPANEL",gt),s(dt,"Mixpanel",gt),s(dt,"MIX PANEL",gt),s(dt,"Mix panel",gt),s(dt,"Mix Panel",gt),dt),mt="MOENGAGE";s({},"MoEngage","MoEngage");var It,At=(s(yt={},mt,mt),s(yt,"MoEngage",mt),s(yt,"moengage",mt),s(yt,"Moengage",mt),s(yt,"Mo Engage",mt),s(yt,"mo engage",mt),s(yt,"Mo engage",mt),yt),bt="OPTIMIZELY";s({},"Optimizely Web","Optimizely");var kt,Et=(s(It={},bt,bt),s(It,"Optimizely",bt),s(It,"optimizely",bt),It),Ct="PENDO";s({},"Pendo","Pendo");var St,Ot=(s(kt={},Ct,Ct),s(kt,"Pendo",Ct),s(kt,"pendo",Ct),kt),Tt="PINTEREST_TAG";s({},"Pinterest Tag","PinterestTag");var wt,_t=(s(St={},Tt,Tt),s(St,"PinterestTag",Tt),s(St,"Pinterest_Tag",Tt),s(St,"PINTERESTTAG",Tt),s(St,"pinterest",Tt),s(St,"PinterestAds",Tt),s(St,"Pinterest_Ads",Tt),s(St,"Pinterest",Tt),s(St,"Pinterest Tag",Tt),s(St,"Pinterest tag",Tt),s(St,"PINTEREST TAG",Tt),s(St,"pinterest tag",Tt),s(St,"Pinterest Ads",Tt),s(St,"Pinterest ads",Tt),St),Rt="POST_AFFILIATE_PRO";s({},"Post Affiliate Pro","PostAffiliatePro");var Pt,xt=(s(wt={},Rt,Rt),s(wt,"PostAffiliatePro",Rt),s(wt,"Post_affiliate_pro",Rt),s(wt,"Post Affiliate Pro",Rt),s(wt,"Post affiliate pro",Rt),s(wt,"post affiliate pro",Rt),s(wt,"postaffiliatepro",Rt),s(wt,"POSTAFFILIATEPRO",Rt),wt),Dt="POSTHOG";s({},"PostHog","Posthog");var Lt,Mt=(s(Pt={},Dt,Dt),s(Pt,"PostHog",Dt),s(Pt,"Posthog",Dt),s(Pt,"posthog",Dt),s(Pt,"Post Hog",Dt),s(Pt,"Post hog",Dt),s(Pt,"post hog",Dt),Pt),Bt="PROFITWELL";s({},"ProfitWell","ProfitWell");var Nt,Gt=(s(Lt={},Bt,Bt),s(Lt,"ProfitWell",Bt),s(Lt,"profitwell",Bt),s(Lt,"Profitwell",Bt),s(Lt,"Profit Well",Bt),s(Lt,"profit well",Bt),s(Lt,"Profit well",Bt),Lt),Ft="QUALTRICS";s({},"Qualtrics","Qualtrics");var Ut,jt=(s(Nt={},Ft,Ft),s(Nt,"Qualtrics",Ft),s(Nt,"qualtrics",Ft),Nt),Kt="QUANTUMMETRIC";s({},"Quantum Metric","QuantumMetric");var Qt,Ht=(s(Ut={},Kt,Kt),s(Ut,"Quantum Metric",Kt),s(Ut,"quantum Metric",Kt),s(Ut,"quantum metric",Kt),s(Ut,"QuantumMetric",Kt),s(Ut,"quantumMetric",Kt),s(Ut,"quantummetric",Kt),s(Ut,"Quantum_Metric",Kt),Ut),zt="REDDIT_PIXEL";s({},"Reddit Pixel","RedditPixel");var qt,Vt=(s(Qt={},zt,zt),s(Qt,"Reddit_Pixel",zt),s(Qt,"RedditPixel",zt),s(Qt,"REDDITPIXEL",zt),s(Qt,"redditpixel",zt),s(Qt,"Reddit Pixel",zt),s(Qt,"REDDIT PIXEL",zt),s(Qt,"reddit pixel",zt),Qt),Wt="SENTRY";s({},"Sentry","Sentry");var Yt,Xt=(s(qt={},Wt,Wt),s(qt,"sentry",Wt),s(qt,"Sentry",Wt),qt),Jt="SNAP_PIXEL";s({},"Snap Pixel","SnapPixel");var $t,Zt=(s(Yt={},Jt,Jt),s(Yt,"Snap_Pixel",Jt),s(Yt,"SnapPixel",Jt),s(Yt,"SNAPPIXEL",Jt),s(Yt,"snappixel",Jt),s(Yt,"Snap Pixel",Jt),s(Yt,"SNAP PIXEL",Jt),s(Yt,"snap pixel",Jt),Yt),en="TVSQUARED";s({},"TVSquared","TVSquared");var tn,nn=(s($t={},en,en),s($t,"TVSquared",en),s($t,"tvsquared",en),s($t,"tvSquared",en),s($t,"TvSquared",en),s($t,"Tvsquared",en),s($t,"TV Squared",en),s($t,"tv squared",en),s($t,"tv Squared",en),$t),rn="VWO";s({},"VWO","VWO");var on,sn=(s(tn={},rn,rn),s(tn,"VisualWebsiteOptimizer",rn),s(tn,"Visualwebsiteoptimizer",rn),s(tn,"visualwebsiteoptimizer",rn),s(tn,"vwo",rn),s(tn,"Visual Website Optimizer",rn),s(tn,"Visual website optimizer",rn),s(tn,"visual website optimizer",rn),tn),an="GA360";s({},"Google Analytics 360","GA360");var un,cn=(s(on={},an,an),s(on,"Google Analytics 360",an),s(on,"Google analytics 360",an),s(on,"google analytics 360",an),s(on,"Google Analytics360",an),s(on,"Google analytics360",an),s(on,"google analytics360",an),s(on,"GoogleAnalytics360",an),s(on,"GA 360",an),on),ln="ADROLL";s({},"Adroll","Adroll");var fn,hn=(s(un={},ln,ln),s(un,"Adroll",ln),s(un,"Ad roll",ln),s(un,"ad roll",ln),s(un,"adroll",ln),un),dn="DCM_FLOODLIGHT";s({},"DCM Floodlight","DCMFloodlight");var pn,gn=(s(fn={},dn,dn),s(fn,"DCM Floodlight",dn),s(fn,"dcm floodlight",dn),s(fn,"Dcm Floodlight",dn),s(fn,"DCMFloodlight",dn),s(fn,"dcmfloodlight",dn),s(fn,"DcmFloodlight",dn),s(fn,"dcm_floodlight",dn),s(fn,"DCM_Floodlight",dn),fn),yn="MATOMO";s({},"Matomo","Matomo");var vn,mn=(s(pn={},yn,yn),s(pn,"Matomo",yn),s(pn,"matomo",yn),pn),In="VERO";s({},"Vero","Vero");var An,bn=(s(vn={},In,In),s(vn,"Vero",In),s(vn,"vero",In),vn),kn="MOUSEFLOW";s({},"Mouseflow","Mouseflow");var En,Cn=(s(An={},kn,kn),s(An,"Mouseflow",kn),s(An,"mouseflow",kn),s(An,"mouseFlow",kn),s(An,"MouseFlow",kn),s(An,"Mouse flow",kn),s(An,"mouse flow",kn),s(An,"mouse Flow",kn),s(An,"Mouse Flow",kn),An),Sn="ROCKERBOX";s({},"Rockerbox","Rockerbox");var On,Tn=(s(En={},Sn,Sn),s(En,"Rockerbox",Sn),s(En,"rockerbox",Sn),s(En,"RockerBox",Sn),s(En,"Rocker box",Sn),s(En,"rocker box",Sn),s(En,"Rocker Box",Sn),En),wn="CONVERTFLOW";s({},"ConvertFlow","ConvertFlow");var _n,Rn=(s(On={},wn,wn),s(On,"Convertflow",wn),s(On,"convertflow",wn),s(On,"convertFlow",wn),s(On,"ConvertFlow",wn),s(On,"Convert flow",wn),s(On,"convert flow",wn),s(On,"convert Flow",wn),s(On,"Convert Flow",wn),s(On,"CONVERT FLOW",wn),On),Pn="SNAPENGAGE";s({},"SnapEngage","SnapEngage");var xn,Dn=(s(_n={},Pn,Pn),s(_n,"SnapEngage",Pn),s(_n,"Snap_Engage",Pn),s(_n,"snapengage",Pn),s(_n,"SNAP ENGAGE",Pn),s(_n,"Snap Engage",Pn),s(_n,"snap engage",Pn),_n),Ln="LIVECHAT";s({},"LiveChat","LiveChat");var Mn,Bn=(s(xn={},Ln,Ln),s(xn,"LiveChat",Ln),s(xn,"Live_Chat",Ln),s(xn,"livechat",Ln),s(xn,"LIVE CHAT",Ln),s(xn,"Live Chat",Ln),s(xn,"live chat",Ln),xn),Nn="SHYNET";s({},"Shynet","Shynet");var Gn,Fn=(s(Mn={},Nn,Nn),s(Mn,"shynet",Nn),s(Mn,"ShyNet",Nn),s(Mn,"shyNet",Nn),s(Mn,"Shynet",Nn),s(Mn,"shy net",Nn),s(Mn,"Shy Net",Nn),s(Mn,"shy Net",Nn),s(Mn,"Shy net",Nn),Mn),Un="WOOPRA";s({},"Woopra","Woopra");var jn,Kn=(s(Gn={},Un,Un),s(Gn,"Woopra",Un),s(Gn,"woopra",Un),Gn),Qn="ROLLBAR";s({},"RollBar","RollBar");var Hn,zn=(s(jn={},Qn,Qn),s(jn,"RollBar",Qn),s(jn,"Roll_Bar",Qn),s(jn,"rollbar",Qn),s(jn,"Rollbar",Qn),s(jn,"ROLL BAR",Qn),s(jn,"Roll Bar",Qn),s(jn,"roll bar",Qn),jn),qn="QUORA_PIXEL";s({},"Quora Pixel","QuoraPixel");var Vn,Wn=(s(Hn={},qn,qn),s(Hn,"Quora Pixel",qn),s(Hn,"Quora pixel",qn),s(Hn,"QUORA PIXEL",qn),s(Hn,"QuoraPixel",qn),s(Hn,"Quorapixel",qn),s(Hn,"QUORAPIXEL",qn),s(Hn,"Quora_Pixel",qn),s(Hn,"quora_pixel",qn),s(Hn,"Quora",qn),Hn),Yn="JUNE";s({},"June","June");var Xn,Jn=(s(Vn={},Yn,Yn),s(Vn,"June",Yn),s(Vn,"june",Yn),Vn),$n="ENGAGE";s({},"Engage","Engage");var Zn,er=(s(Xn={},$n,$n),s(Xn,"Engage",$n),s(Xn,"engage",$n),Xn),tr="ITERABLE";s({},"Iterable","Iterable");var nr,rr=(s(Zn={},tr,tr),s(Zn,"Iterable",tr),s(Zn,"iterable",tr),Zn),ir="YANDEX_METRICA";s({},"Yandex.Metrica","YandexMetrica");var or,sr=(s(nr={},ir,ir),s(nr,"Yandexmetrica",ir),s(nr,"yandexmetrica",ir),s(nr,"yandexMetrica",ir),s(nr,"YandexMetrica",ir),nr),ar="REFINER";s({},"Refiner","Refiner");var ur,cr=(s(or={},ar,ar),s(or,"Refiner",ar),s(or,"refiner",ar),or),lr="QUALAROO";s({},"Qualaroo","Qualaroo");var fr,hr=(s(ur={},lr,lr),s(ur,"Qualaroo",lr),s(ur,"qualaroo",lr),ur),dr="PODSIGHTS";s({},"Podsights","Podsights");var pr,gr=(s(fr={},dr,dr),s(fr,"Podsights",dr),s(fr,"PodSights",dr),s(fr,"pod Sights",dr),s(fr,"Pod Sights",dr),s(fr,"pod sights",dr),s(fr,"POD SIGHTS",dr),s(fr,"Pod sights",dr),fr),yr="AXEPTIO";s({},"Axeptio","Axeptio");var vr,mr=(s(pr={},yr,yr),s(pr,"Axeptio",yr),s(pr,"axeptio",yr),pr),Ir="SATISMETER";s({},"Satismeter","Satismeter");var Ar,br=(s(vr={},Ir,Ir),s(vr,"Satismeter",Ir),s(vr,"SatisMeter",Ir),vr),kr="MICROSOFT_CLARITY";s({},"Microsoft Clarity","MicrosoftClarity");var Er,Cr=(s(Ar={},kr,kr),s(Ar,"Microsoft Clarity",kr),s(Ar,"Microsoft clarity",kr),s(Ar,"microsoft clarity",kr),s(Ar,"Microsoft_clarity",kr),s(Ar,"MicrosoftClarity",kr),s(Ar,"MICROSOFTCLARITY",kr),s(Ar,"microsoftclarity",kr),s(Ar,"microsoftClarity",kr),Ar),Sr="SENDINBLUE";s({},"Sendinblue","Sendinblue");var Or,Tr=(s(Er={},Sr,Sr),s(Er,"Sendinblue",Sr),s(Er,"sendinblue",Sr),s(Er,"SendinBlue",Sr),Er),wr="OLARK";s({},"Olark","Olark");var _r,Rr=(s(Or={},wr,wr),s(Or,"Olark",wr),s(Or,"olark",wr),Or),Pr="LEMNISK";s({},"Lemnisk","Lemnisk");var xr,Dr=(s(_r={},Pr,Pr),s(_r,"LEMNISK_MARKETING_AUTOMATION",Pr),s(_r,"Lemnisk Marketing Automation",Pr),s(_r,"LemniskMarketingAutomation",Pr),s(_r,"lemniskmarketingautomation",Pr),s(_r,"lemniskMarketingAutomation",Pr),s(_r,"lemnisk",Pr),s(_r,"Lemnisk",Pr),_r),Lr="TIKTOK_ADS";s({},"TikTok Ads","TiktokAds");var Mr,Br=(s(xr={},Lr,Lr),s(xr,"TiktokAds",Lr),s(xr,"Tiktok ads",Lr),s(xr,"Tiktok Ads",Lr),s(xr,"Tik Tok Ads",Lr),s(xr,"tik tok ads",Lr),s(xr,"tiktokads",Lr),xr),Nr="ACTIVE_CAMPAIGN";s({},"Active Campaign","ActiveCampaign");var Gr=(s(Mr={ActiveCampaign:Nr,"Active Campaign":Nr,"ACTIVE CAMPAIGN":Nr},Nr,Nr),s(Mr,"activecampaign",Nr),s(Mr,"active campaign",Nr),s(Mr,"Active campaign",Nr),s(Mr,"active Campaign",Nr),s(Mr,"active_campaign",Nr),Mr),Fr=t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t(t({All:"All"},M),G),j),H),V),X),Z),ne),oe),ue),fe),pe),ve),Ae),Ee),Oe),cn),_e),xe),Me),Ge),je),He),Ve),Xe),Ze),nt),ot),ut),ft),pt),vt),At),Et),Ot),_t),xt),Mt),Gt),jt),Ht),Vt),Xt),Zt),nn),sn),hn),gn),mn),bn),Cn),Rn),Dn),Bn),Fn),Kn),zn),Wn),Jn),er),rr),Tn),sr),cr),hr),gr),mr),br),Cr),Tr),Rr),Dr),Br),Gr),Ur=4,jr={setLogLevel:function(e){switch(e.toUpperCase()){case"INFO":Ur=1;break;case"DEBUG":Ur=2;break;case"WARN":Ur=3;break;default:Ur=4}},info:function(){var e;Ur<=1&&(e=console).info.apply(e,arguments)},debug:function(){var e;Ur<=2&&(e=console).log.apply(e,arguments)},warn:function(){var e;Ur<=3&&(e=console).warn.apply(e,arguments)},error:function(){var e;Ur<=4&&(e=console).error.apply(e,arguments)}},Kr=1e4,Qr=1e3,Hr="RS_JS_SDK",zr="Request failed with status:",qr=[zr],Vr="errorReporting",Wr=function(e){var t=window.RudderStackGlobals&&window.RudderStackGlobals[Vr];t&&e instanceof Error&&t.notify(e)},Yr=function(e,t){return JSON.stringify(e,function(e){var t=[];return function(r,i){if(!e||null!=i){if("object"!==n(i)||null===i)return i;for(;t.length>0&&t[t.length-1]!==this;)t.pop();return t.includes(i)?(jr.debug("Circular Reference detected for key: ".concat(r)),"[Circular Reference]"):(t.push(i),i)}}}(t))},Xr=function(e,t,r){var i,o;try{i="string"==typeof e?e:e instanceof Error||e.message?e.message:Yr(e)}catch(e){i=""}if("object"===n(o=e)&&null!==o&&"target"in o){if(e.target&&"script"!==e.target.localName)return"";if(e.target.dataset&&(e.target.dataset.loader!==Hr||"true"!==e.target.dataset.isnonnativesdk))return"";if(i="error in script loading:: src:: ".concat(e.target.src," id:: ").concat(e.target.id),"ad-block"===e.target.id)return r.page("RudderJS-Initiated","ad-block page request",{path:"/ad-blocked",title:i},r.sendAdblockPageOptions),""}return"[handleError]::".concat(t||"",' "').concat(i,'"')},Jr=function(e,t,n){var r;try{r=Xr(e,t,n)}catch(t){jr.error("[handleError] Exception:: ",t),jr.error("[handleError] Original error:: ",Yr(e)),Wr(t)}r&&(jr.error(r),function(e){return!e.message||!qr.some((function(t){return e.message.includes(t)}))}(e)&&Wr(e))},$r={exports:{}};var Zr,ei={exports:{}},ti=p(Object.freeze({__proto__:null,default:{}}));function ni(){return Zr||(Zr=1,ei.exports=(e=e||function(e,t){var n;if("undefined"!=typeof window&&window.crypto&&(n=window.crypto),"undefined"!=typeof self&&self.crypto&&(n=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(n=globalThis.crypto),!n&&"undefined"!=typeof window&&window.msCrypto&&(n=window.msCrypto),!n&&void 0!==h&&h.crypto&&(n=h.crypto),!n)try{n=ti}catch(e){}var r=function(){if(n){if("function"==typeof n.getRandomValues)try{return n.getRandomValues(new Uint32Array(1))[0]}catch(e){}if("function"==typeof n.randomBytes)try{return n.randomBytes(4).readInt32LE()}catch(e){}}throw new Error("Native crypto module could not be used to get secure random number.")},i=Object.create||function(){function e(){}return function(t){var n;return e.prototype=t,n=new e,e.prototype=null,n}}(),o={},s=o.lib={},a=s.Base={extend:function(e){var t=i(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},u=s.WordArray=a.extend({init:function(e,n){e=this.words=e||[],this.sigBytes=n!=t?n:4*e.length},toString:function(e){return(e||l).stringify(this)},concat:function(e){var t=this.words,n=e.words,r=this.sigBytes,i=e.sigBytes;if(this.clamp(),r%4)for(var o=0;o<i;o++){var s=n[o>>>2]>>>24-o%4*8&255;t[r+o>>>2]|=s<<24-(r+o)%4*8}else for(var a=0;a<i;a+=4)t[r+a>>>2]=n[a>>>2];return this.sigBytes+=i,this},clamp:function(){var t=this.words,n=this.sigBytes;t[n>>>2]&=4294967295<<32-n%4*8,t.length=e.ceil(n/4)},clone:function(){var e=a.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],n=0;n<e;n+=4)t.push(r());return new u.init(t,e)}}),c=o.enc={},l=c.Hex={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i<n;i++){var o=t[i>>>2]>>>24-i%4*8&255;r.push((o>>>4).toString(16)),r.push((15&o).toString(16))}return r.join("")},parse:function(e){for(var t=e.length,n=[],r=0;r<t;r+=2)n[r>>>3]|=parseInt(e.substr(r,2),16)<<24-r%8*4;return new u.init(n,t/2)}},f=c.Latin1={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i<n;i++){var o=t[i>>>2]>>>24-i%4*8&255;r.push(String.fromCharCode(o))}return r.join("")},parse:function(e){for(var t=e.length,n=[],r=0;r<t;r++)n[r>>>2]|=(255&e.charCodeAt(r))<<24-r%4*8;return new u.init(n,t)}},d=c.Utf8={stringify:function(e){try{return decodeURIComponent(escape(f.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return f.parse(unescape(encodeURIComponent(e)))}},p=s.BufferedBlockAlgorithm=a.extend({reset:function(){this._data=new u.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=d.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var n,r=this._data,i=r.words,o=r.sigBytes,s=this.blockSize,a=o/(4*s),c=(a=t?e.ceil(a):e.max((0|a)-this._minBufferSize,0))*s,l=e.min(4*c,o);if(c){for(var f=0;f<c;f+=s)this._doProcessBlock(i,f);n=i.splice(0,c),r.sigBytes-=l}return new u.init(n,l)},clone:function(){var e=a.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0});s.Hasher=p.extend({cfg:a.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){p.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:16,_createHelper:function(e){return function(t,n){return new e.init(n).finalize(t)}},_createHmacHelper:function(e){return function(t,n){return new g.HMAC.init(e,n).finalize(t)}}});var g=o.algo={};return o}(Math),e)),ei.exports;var e}var ri,ii={exports:{}};function oi(){return ri||(ri=1,ii.exports=(e=ni(),function(){var t=e,n=t.lib.WordArray;function r(e,t,r){for(var i=[],o=0,s=0;s<t;s++)if(s%4){var a=r[e.charCodeAt(s-1)]<<s%4*2|r[e.charCodeAt(s)]>>>6-s%4*2;i[o>>>2]|=a<<24-o%4*8,o++}return n.create(i,o)}t.enc.Base64={stringify:function(e){var t=e.words,n=e.sigBytes,r=this._map;e.clamp();for(var i=[],o=0;o<n;o+=3)for(var s=(t[o>>>2]>>>24-o%4*8&255)<<16|(t[o+1>>>2]>>>24-(o+1)%4*8&255)<<8|t[o+2>>>2]>>>24-(o+2)%4*8&255,a=0;a<4&&o+.75*a<n;a++)i.push(r.charAt(s>>>6*(3-a)&63));var u=r.charAt(64);if(u)for(;i.length%4;)i.push(u);return i.join("")},parse:function(e){var t=e.length,n=this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var o=0;o<n.length;o++)i[n.charCodeAt(o)]=o}var s=n.charAt(64);if(s){var a=e.indexOf(s);-1!==a&&(t=a)}return r(e,t,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),e.enc.Base64)),ii.exports;var e}var si,ai={exports:{}};function ui(){return si||(si=1,ai.exports=(e=ni(),function(t){var n=e,r=n.lib,i=r.WordArray,o=r.Hasher,s=n.algo,a=[];!function(){for(var e=0;e<64;e++)a[e]=4294967296*t.abs(t.sin(e+1))|0}();var u=s.MD5=o.extend({_doReset:function(){this._hash=new i.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var n=0;n<16;n++){var r=t+n,i=e[r];e[r]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8)}var o=this._hash.words,s=e[t+0],u=e[t+1],d=e[t+2],p=e[t+3],g=e[t+4],y=e[t+5],v=e[t+6],m=e[t+7],I=e[t+8],A=e[t+9],b=e[t+10],k=e[t+11],E=e[t+12],C=e[t+13],S=e[t+14],O=e[t+15],T=o[0],w=o[1],_=o[2],R=o[3];T=c(T,w,_,R,s,7,a[0]),R=c(R,T,w,_,u,12,a[1]),_=c(_,R,T,w,d,17,a[2]),w=c(w,_,R,T,p,22,a[3]),T=c(T,w,_,R,g,7,a[4]),R=c(R,T,w,_,y,12,a[5]),_=c(_,R,T,w,v,17,a[6]),w=c(w,_,R,T,m,22,a[7]),T=c(T,w,_,R,I,7,a[8]),R=c(R,T,w,_,A,12,a[9]),_=c(_,R,T,w,b,17,a[10]),w=c(w,_,R,T,k,22,a[11]),T=c(T,w,_,R,E,7,a[12]),R=c(R,T,w,_,C,12,a[13]),_=c(_,R,T,w,S,17,a[14]),T=l(T,w=c(w,_,R,T,O,22,a[15]),_,R,u,5,a[16]),R=l(R,T,w,_,v,9,a[17]),_=l(_,R,T,w,k,14,a[18]),w=l(w,_,R,T,s,20,a[19]),T=l(T,w,_,R,y,5,a[20]),R=l(R,T,w,_,b,9,a[21]),_=l(_,R,T,w,O,14,a[22]),w=l(w,_,R,T,g,20,a[23]),T=l(T,w,_,R,A,5,a[24]),R=l(R,T,w,_,S,9,a[25]),_=l(_,R,T,w,p,14,a[26]),w=l(w,_,R,T,I,20,a[27]),T=l(T,w,_,R,C,5,a[28]),R=l(R,T,w,_,d,9,a[29]),_=l(_,R,T,w,m,14,a[30]),T=f(T,w=l(w,_,R,T,E,20,a[31]),_,R,y,4,a[32]),R=f(R,T,w,_,I,11,a[33]),_=f(_,R,T,w,k,16,a[34]),w=f(w,_,R,T,S,23,a[35]),T=f(T,w,_,R,u,4,a[36]),R=f(R,T,w,_,g,11,a[37]),_=f(_,R,T,w,m,16,a[38]),w=f(w,_,R,T,b,23,a[39]),T=f(T,w,_,R,C,4,a[40]),R=f(R,T,w,_,s,11,a[41]),_=f(_,R,T,w,p,16,a[42]),w=f(w,_,R,T,v,23,a[43]),T=f(T,w,_,R,A,4,a[44]),R=f(R,T,w,_,E,11,a[45]),_=f(_,R,T,w,O,16,a[46]),T=h(T,w=f(w,_,R,T,d,23,a[47]),_,R,s,6,a[48]),R=h(R,T,w,_,m,10,a[49]),_=h(_,R,T,w,S,15,a[50]),w=h(w,_,R,T,y,21,a[51]),T=h(T,w,_,R,E,6,a[52]),R=h(R,T,w,_,p,10,a[53]),_=h(_,R,T,w,b,15,a[54]),w=h(w,_,R,T,u,21,a[55]),T=h(T,w,_,R,I,6,a[56]),R=h(R,T,w,_,O,10,a[57]),_=h(_,R,T,w,v,15,a[58]),w=h(w,_,R,T,C,21,a[59]),T=h(T,w,_,R,g,6,a[60]),R=h(R,T,w,_,k,10,a[61]),_=h(_,R,T,w,d,15,a[62]),w=h(w,_,R,T,A,21,a[63]),o[0]=o[0]+T|0,o[1]=o[1]+w|0,o[2]=o[2]+_|0,o[3]=o[3]+R|0},_doFinalize:function(){var e=this._data,n=e.words,r=8*this._nDataBytes,i=8*e.sigBytes;n[i>>>5]|=128<<24-i%32;var o=t.floor(r/4294967296),s=r;n[15+(i+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),n[14+(i+64>>>9<<4)]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),e.sigBytes=4*(n.length+1),this._process();for(var a=this._hash,u=a.words,c=0;c<4;c++){var l=u[c];u[c]=16711935&(l<<8|l>>>24)|4278255360&(l<<24|l>>>8)}return a},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function c(e,t,n,r,i,o,s){var a=e+(t&n|~t&r)+i+s;return(a<<o|a>>>32-o)+t}function l(e,t,n,r,i,o,s){var a=e+(t&r|n&~r)+i+s;return(a<<o|a>>>32-o)+t}function f(e,t,n,r,i,o,s){var a=e+(t^n^r)+i+s;return(a<<o|a>>>32-o)+t}function h(e,t,n,r,i,o,s){var a=e+(n^(t|~r))+i+s;return(a<<o|a>>>32-o)+t}n.MD5=o._createHelper(u),n.HmacMD5=o._createHmacHelper(u)}(Math),e.MD5)),ai.exports;var e}var ci,li={exports:{}},fi={exports:{}};function hi(){return ci||(ci=1,fi.exports=(a=ni(),t=(e=a).lib,n=t.WordArray,r=t.Hasher,i=e.algo,o=[],s=i.SHA1=r.extend({_doReset:function(){this._hash=new n.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var n=this._hash.words,r=n[0],i=n[1],s=n[2],a=n[3],u=n[4],c=0;c<80;c++){if(c<16)o[c]=0|e[t+c];else{var l=o[c-3]^o[c-8]^o[c-14]^o[c-16];o[c]=l<<1|l>>>31}var f=(r<<5|r>>>27)+u+o[c];f+=c<20?1518500249+(i&s|~i&a):c<40?1859775393+(i^s^a):c<60?(i&s|i&a|s&a)-1894007588:(i^s^a)-899497514,u=a,a=s,s=i<<30|i>>>2,i=r,r=f}n[0]=n[0]+r|0,n[1]=n[1]+i|0,n[2]=n[2]+s|0,n[3]=n[3]+a|0,n[4]=n[4]+u|0},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,r=8*e.sigBytes;return t[r>>>5]|=128<<24-r%32,t[14+(r+64>>>9<<4)]=Math.floor(n/4294967296),t[15+(r+64>>>9<<4)]=n,e.sigBytes=4*t.length,this._process(),this._hash},clone:function(){var e=r.clone.call(this);return e._hash=this._hash.clone(),e}}),e.SHA1=r._createHelper(s),e.HmacSHA1=r._createHmacHelper(s),a.SHA1)),fi.exports;var e,t,n,r,i,o,s,a}var di,pi,gi={exports:{}};function yi(){return pi||(pi=1,li.exports=function(e){return n=(t=e).lib,r=n.Base,i=n.WordArray,o=t.algo,s=o.MD5,a=o.EvpKDF=r.extend({cfg:r.extend({keySize:4,hasher:s,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var n,r=this.cfg,o=r.hasher.create(),s=i.create(),a=s.words,u=r.keySize,c=r.iterations;a.length<u;){n&&o.update(n),n=o.update(e).finalize(t),o.reset();for(var l=1;l<c;l++)n=o.finalize(n),o.reset();s.concat(n)}return s.sigBytes=4*u,s}}),t.EvpKDF=function(e,t,n){return a.create(n).compute(e,t)},e.EvpKDF;var t,n,r,i,o,s,a}(ni(),hi(),(di||(di=1,gi.exports=(e=ni(),void function(){var t=e,n=t.lib.Base,r=t.enc.Utf8;t.algo.HMAC=n.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=r.parse(t));var n=e.blockSize,i=4*n;t.sigBytes>i&&(t=e.finalize(t)),t.clamp();for(var o=this._oKey=t.clone(),s=this._iKey=t.clone(),a=o.words,u=s.words,c=0;c<n;c++)a[c]^=1549556828,u[c]^=909522486;o.sigBytes=s.sigBytes=i,this.reset()},reset:function(){var e=this._hasher;e.reset(),e.update(this._iKey)},update:function(e){return this._hasher.update(e),this},finalize:function(e){var t=this._hasher,n=t.finalize(e);return t.reset(),t.finalize(this._oKey.clone().concat(n))}})}())),gi.exports))),li.exports;var e}var vi,mi,Ii={exports:{}};$r.exports=function(e){return function(){var t=e,n=t.lib.BlockCipher,r=t.algo,i=[],o=[],s=[],a=[],u=[],c=[],l=[],f=[],h=[],d=[];!function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var n=0,r=0;for(t=0;t<256;t++){var p=r^r<<1^r<<2^r<<3^r<<4;p=p>>>8^255&p^99,i[n]=p,o[p]=n;var g=e[n],y=e[g],v=e[y],m=257*e[p]^16843008*p;s[n]=m<<24|m>>>8,a[n]=m<<16|m>>>16,u[n]=m<<8|m>>>24,c[n]=m,m=16843009*v^65537*y^257*g^16843008*n,l[p]=m<<24|m>>>8,f[p]=m<<16|m>>>16,h[p]=m<<8|m>>>24,d[p]=m,n?(n=g^e[e[e[v^g]]],r^=e[e[r]]):n=r=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],g=r.AES=n.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,n=e.sigBytes/4,r=4*((this._nRounds=n+6)+1),o=this._keySchedule=[],s=0;s<r;s++)s<n?o[s]=t[s]:(c=o[s-1],s%n?n>6&&s%n==4&&(c=i[c>>>24]<<24|i[c>>>16&255]<<16|i[c>>>8&255]<<8|i[255&c]):(c=i[(c=c<<8|c>>>24)>>>24]<<24|i[c>>>16&255]<<16|i[c>>>8&255]<<8|i[255&c],c^=p[s/n|0]<<24),o[s]=o[s-n]^c);for(var a=this._invKeySchedule=[],u=0;u<r;u++){if(s=r-u,u%4)var c=o[s];else c=o[s-4];a[u]=u<4||s<=4?c:l[i[c>>>24]]^f[i[c>>>16&255]]^h[i[c>>>8&255]]^d[i[255&c]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,s,a,u,c,i)},decryptBlock:function(e,t){var n=e[t+1];e[t+1]=e[t+3],e[t+3]=n,this._doCryptBlock(e,t,this._invKeySchedule,l,f,h,d,o),n=e[t+1],e[t+1]=e[t+3],e[t+3]=n},_doCryptBlock:function(e,t,n,r,i,o,s,a){for(var u=this._nRounds,c=e[t]^n[0],l=e[t+1]^n[1],f=e[t+2]^n[2],h=e[t+3]^n[3],d=4,p=1;p<u;p++){var g=r[c>>>24]^i[l>>>16&255]^o[f>>>8&255]^s[255&h]^n[d++],y=r[l>>>24]^i[f>>>16&255]^o[h>>>8&255]^s[255&c]^n[d++],v=r[f>>>24]^i[h>>>16&255]^o[c>>>8&255]^s[255&l]^n[d++],m=r[h>>>24]^i[c>>>16&255]^o[l>>>8&255]^s[255&f]^n[d++];c=g,l=y,f=v,h=m}g=(a[c>>>24]<<24|a[l>>>16&255]<<16|a[f>>>8&255]<<8|a[255&h])^n[d++],y=(a[l>>>24]<<24|a[f>>>16&255]<<16|a[h>>>8&255]<<8|a[255&c])^n[d++],v=(a[f>>>24]<<24|a[h>>>16&255]<<16|a[c>>>8&255]<<8|a[255&l])^n[d++],m=(a[h>>>24]<<24|a[c>>>16&255]<<16|a[l>>>8&255]<<8|a[255&f])^n[d++],e[t]=g,e[t+1]=y,e[t+2]=v,e[t+3]=m},keySize:8});t.AES=n._createHelper(g)}(),e.AES}(ni(),oi(),ui(),yi(),vi||(vi=1,Ii.exports=(mi=ni(),yi(),void(mi.lib.Cipher||function(e){var t=mi,n=t.lib,r=n.Base,i=n.WordArray,o=n.BufferedBlockAlgorithm,s=t.enc;s.Utf8;var a=s.Base64,u=t.algo.EvpKDF,c=n.Cipher=o.extend({cfg:r.extend(),createEncryptor:function(e,t){return this.create(this._ENC_XFORM_MODE,e,t)},createDecryptor:function(e,t){return this.create(this._DEC_XFORM_MODE,e,t)},init:function(e,t,n){this.cfg=this.cfg.extend(n),this._xformMode=e,this._key=t,this.reset()},reset:function(){o.reset.call(this),this._doReset()},process:function(e){return this._append(e),this._process()},finalize:function(e){return e&&this._append(e),this._doFinalize()},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function e(e){return"string"==typeof e?m:y}return function(t){return{encrypt:function(n,r,i){return e(r).encrypt(t,n,r,i)},decrypt:function(n,r,i){return e(r).decrypt(t,n,r,i)}}}}()});n.StreamCipher=c.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var l=t.mode={},f=n.BlockCipherMode=r.extend({createEncryptor:function(e,t){return this.Encryptor.create(e,t)},createDecryptor:function(e,t){return this.Decryptor.create(e,t)},init:function(e,t){this._cipher=e,this._iv=t}}),h=l.CBC=function(){var t=f.extend();function n(t,n,r){var i,o=this._iv;o?(i=o,this._iv=e):i=this._prevBlock;for(var s=0;s<r;s++)t[n+s]^=i[s]}return t.Encryptor=t.extend({processBlock:function(e,t){var r=this._cipher,i=r.blockSize;n.call(this,e,t,i),r.encryptBlock(e,t),this._prevBlock=e.slice(t,t+i)}}),t.Decryptor=t.extend({processBlock:function(e,t){var r=this._cipher,i=r.blockSize,o=e.slice(t,t+i);r.decryptBlock(e,t),n.call(this,e,t,i),this._prevBlock=o}}),t}(),d=(t.pad={}).Pkcs7={pad:function(e,t){for(var n=4*t,r=n-e.sigBytes%n,o=r<<24|r<<16|r<<8|r,s=[],a=0;a<r;a+=4)s.push(o);var u=i.create(s,r);e.concat(u)},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}};n.BlockCipher=c.extend({cfg:c.cfg.extend({mode:h,padding:d}),reset:function(){var e;c.reset.call(this);var t=this.cfg,n=t.iv,r=t.mode;this._xformMode==this._ENC_XFORM_MODE?e=r.createEncryptor:(e=r.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==e?this._mode.init(this,n&&n.words):(this._mode=e.call(r,this,n&&n.words),this._mode.__creator=e)},_doProcessBlock:function(e,t){this._mode.processBlock(e,t)},_doFinalize:function(){var e,t=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(t.pad(this._data,this.blockSize),e=this._process(!0)):(e=this._process(!0),t.unpad(e)),e},blockSize:4});var p=n.CipherParams=r.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}}),g=(t.format={}).OpenSSL={stringify:function(e){var t=e.ciphertext,n=e.salt;return(n?i.create([1398893684,1701076831]).concat(n).concat(t):t).toString(a)},parse:function(e){var t,n=a.parse(e),r=n.words;return 1398893684==r[0]&&1701076831==r[1]&&(t=i.create(r.slice(2,4)),r.splice(0,4),n.sigBytes-=16),p.create({ciphertext:n,salt:t})}},y=n.SerializableCipher=r.extend({cfg:r.extend({format:g}),encrypt:function(e,t,n,r){r=this.cfg.extend(r);var i=e.createEncryptor(n,r),o=i.finalize(t),s=i.cfg;return p.create({ciphertext:o,key:n,iv:s.iv,algorithm:e,mode:s.mode,padding:s.padding,blockSize:e.blockSize,formatter:r.format})},decrypt:function(e,t,n,r){return r=this.cfg.extend(r),t=this._parse(t,r.format),e.createDecryptor(n,r).finalize(t.ciphertext)},_parse:function(e,t){return"string"==typeof e?t.parse(e,this):e}}),v=(t.kdf={}).OpenSSL={execute:function(e,t,n,r){r||(r=i.random(8));var o=u.create({keySize:t+n}).compute(e,r),s=i.create(o.words.slice(t),4*n);return o.sigBytes=4*t,p.create({key:o,iv:s,salt:r})}},m=n.PasswordBasedCipher=y.extend({cfg:y.cfg.extend({kdf:v}),encrypt:function(e,t,n,r){var i=(r=this.cfg.extend(r)).kdf.execute(n,e.keySize,e.ivSize);r.iv=i.iv;var o=y.encrypt.call(this,e,t,i.key,r);return o.mixIn(i),o},decrypt:function(e,t,n,r){r=this.cfg.extend(r),t=this._parse(t,r.format);var i=r.kdf.execute(n,e.keySize,e.ivSize,t.salt);return r.iv=i.iv,y.decrypt.call(this,e,t,i.key,r)}})}()))));var Ai=d($r.exports),bi={exports:{}};bi.exports=function(e){return e.enc.Utf8}(ni());var ki=d(bi.exports),Ei=function(e){return null!=e&&"object"===n(e)&&!1===Array.isArray(e)},Ci=function(e,t,n){if(Ei(n)||(n={default:n}),!Ti(e))return void 0!==n.default?n.default:e;"number"==typeof t&&(t=String(t));var r=Array.isArray(t),i="string"==typeof t,o=n.separator||".",s=n.joinChar||("string"==typeof o?o:".");if(!i&&!r)return e;if(i&&t in e)return Oi(t,e,n)?e[t]:n.default;var a=r?t:function(e,t,n){if("function"==typeof n.split)return n.split(e);return e.split(t)}(t,o,n),u=a.length,c=0;do{var l=a[c];for("number"==typeof l&&(l=String(l));l&&"\\"===l.slice(-1);)l=Si([l.slice(0,-1),a[++c]||""],s,n);if(l in e){if(!Oi(l,e,n))return n.default;e=e[l]}else{for(var f=!1,h=c+1;h<u;)if(f=(l=Si([l,a[h++]],s,n))in e){if(!Oi(l,e,n))return n.default;e=e[l],c=h-1;break}if(!f)return n.default}}while(++c<u&&Ti(e));return c===u?e:n.default};function Si(e,t,n){return"function"==typeof n.join?n.join(e):e[0]+t+e[1]}function Oi(e,t,n){return"function"!=typeof n.isValid||n.isValid(e,t)}function Ti(e){return Ei(e)||Array.isArray(e)||"function"==typeof e}var wi,_i,Ri=d(Ci),Pi={exports:{}};function xi(){if(_i)return wi;_i=1;var e=1e3,t=60*e,r=60*t,i=24*r,o=7*i,s=365.25*i;function a(e,t,n,r){var i=t>=1.5*n;return Math.round(e/n)+" "+r+(i?"s":"")}return wi=function(u,c){c=c||{};var l=n(u);if("string"===l&&u.length>0)return function(n){if((n=String(n)).length>100)return;var a=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(n);if(!a)return;var u=parseFloat(a[1]);switch((a[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return u*s;case"weeks":case"week":case"w":return u*o;case"days":case"day":case"d":return u*i;case"hours":case"hour":case"hrs":case"hr":case"h":return u*r;case"minutes":case"minute":case"mins":case"min":case"m":return u*t;case"seconds":case"second":case"secs":case"sec":case"s":return u*e;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return u;default:return}}(u);if("number"===l&&isFinite(u))return c.long?function(n){var o=Math.abs(n);if(o>=i)return a(n,o,i,"day");if(o>=r)return a(n,o,r,"hour");if(o>=t)return a(n,o,t,"minute");if(o>=e)return a(n,o,e,"second");return n+" ms"}(u):function(n){var o=Math.abs(n);if(o>=i)return Math.round(n/i)+"d";if(o>=r)return Math.round(n/r)+"h";if(o>=t)return Math.round(n/t)+"m";if(o>=e)return Math.round(n/e)+"s";return n+"ms"}(u);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(u))},wi}var Di=function(e){function t(e){var r,i,o,s=null;function a(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];if(a.enabled){var o=a,s=Number(new Date),u=s-(r||s);o.diff=u,o.prev=r,o.curr=s,r=s,n[0]=t.coerce(n[0]),"string"!=typeof n[0]&&n.unshift("%O");var c=0;n[0]=n[0].replace(/%([a-zA-Z%])/g,(function(e,r){if("%%"===e)return"%";c++;var i=t.formatters[r];if("function"==typeof i){var s=n[c];e=i.call(o,s),n.splice(c,1),c--}return e})),t.formatArgs.call(o,n),(o.log||t.log).apply(o,n)}}return a.namespace=e,a.useColors=t.useColors(),a.color=t.selectColor(e),a.extend=n,a.destroy=t.destroy,Object.defineProperty(a,"enabled",{enumerable:!0,configurable:!1,get:function(){return null!==s?s:(i!==t.namespaces&&(i=t.namespaces,o=t.enabled(e)),o)},set:function(e){s=e}}),"function"==typeof t.init&&t.init(a),a}function n(e,n){var r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){var e=[].concat(u(t.names.map(r)),u(t.skips.map(r).map((function(e){return"-"+e})))).join(",");return t.enable(""),e},t.enable=function(e){var n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];var r=("string"==typeof e?e:"").split(/[\s,]+/),i=r.length;for(n=0;n<i;n++)r[n]&&("-"===(e=r[n].replace(/\*/g,".*?"))[0]?t.skips.push(new RegExp("^"+e.slice(1)+"$")):t.names.push(new RegExp("^"+e+"$")))},t.enabled=function(e){if("*"===e[e.length-1])return!0;var n,r;for(n=0,r=t.skips.length;n<r;n++)if(t.skips[n].test(e))return!1;for(n=0,r=t.names.length;n<r;n++)if(t.names[n].test(e))return!0;return!1},t.humanize=xi(),t.destroy=function(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")},Object.keys(e).forEach((function(n){t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){for(var n=0,r=0;r<e.length;r++)n=(n<<5)-n+e.charCodeAt(r),n|=0;return t.colors[Math.abs(n)%t.colors.length]},t.enable(t.load()),t};!function(e,t){var n;t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;var n="color: "+this.color;t.splice(1,0,n,"color: inherit");var r=0,i=0;t[0].replace(/%[a-zA-Z%]/g,(function(e){"%%"!==e&&(r++,"%c"===e&&(i=r))})),t.splice(i,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){var e;try{e=t.storage.getItem("debug")}catch(e){}!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG);return e},t.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(n=!1,function(){n||(n=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||function(){},e.exports=Di(t),e.exports.formatters.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}(Pi,Pi.exports);var Li=Pi.exports,Mi=Li("cookie");function Bi(){var e;try{e=document.cookie}catch(e){return"undefined"!=typeof console&&"function"==typeof console.error&&console.error(e.stack||e),{}}return function(e){var t,n={},r=e.split(/ *; */);if(""==r[0])return n;for(var i=0;i<r.length;++i)n[Gi((t=r[i].split("="))[0])]=Gi(t[1]);return n}(e)}function Ni(e){try{return encodeURIComponent(e)}catch(t){Mi("error `encode(%o)` - %o",e,t)}}function Gi(e){try{return decodeURIComponent(e)}catch(t){Mi("error `decode(%o)` - %o",e,t)}}var Fi=d((function(e,t,n){switch(arguments.length){case 3:case 2:return function(e,t,n){n=n||{};var r=Ni(e)+"="+Ni(t);null==t&&(n.maxage=-1);n.maxage&&(n.expires=new Date(+new Date+n.maxage));n.path&&(r+="; path="+n.path);n.domain&&(r+="; domain="+n.domain);n.expires&&(r+="; expires="+n.expires.toUTCString());n.samesite&&(r+="; samesite="+n.samesite);n.secure&&(r+="; secure");document.cookie=r}(e,t,n);case 1:return function(e){return Bi()[e]}(e);default:return Bi()}})),Ui={exports:{}},ji=Math.max,Ki=function(e,t){var n=t?t.length:0;if(!n)return[];for(var r=ji(Number(e)||0,0),i=ji(n-r,0),o=new Array(i),s=0;s<i;s+=1)o[s]=t[s+r];return o},Qi=Math.max,Hi=function(e){if(null==e||!e.length)return[];for(var t=new Array(Qi(e.length-2,0)),n=1;n<e.length;n+=1)t[n-1]=e[n];return t},zi=Ki,qi=Hi,Vi=Object.prototype.hasOwnProperty,Wi=Object.prototype.toString,Yi=function(e){return Boolean(e)&&"[object Object]"===Wi.call(e)},Xi=function(e,t,n,r){return Vi.call(t,r)&&void 0===e[r]&&(e[r]=n),t},Ji=function(e,t,n,r){return Vi.call(t,r)&&(Yi(e[r])&&Yi(n)?e[r]=Zi(e[r],n):void 0===e[r]&&(e[r]=n)),t},$i=function(e,t){if(r=t,!Boolean(r)||"object"!==n(r))return t;var r;e=e||Xi;for(var i=zi(2,arguments),o=0;o<i.length;o+=1)for(var s in i[o])e(t,i[o],i[o][s],s);return t},Zi=function(e){return $i.apply(null,[Ji,e].concat(qi(arguments)))};Ui.exports=function(e){return $i.apply(null,[null,e].concat(qi(arguments)))},Ui.exports.deep=Zi;var eo=d(Ui.exports),to={exports:{}},no=Li("cookie"),ro=function(e,t,n){switch(arguments.length){case 3:case 2:return function(e,t,n){n=n||{};var r=oo(e)+"="+oo(t);null==t&&(n.maxage=-1);n.maxage&&(n.expires=new Date(+new Date+n.maxage));n.path&&(r+="; path="+n.path);n.domain&&(r+="; domain="+n.domain);n.expires&&(r+="; expires="+n.expires.toUTCString());n.secure&&(r+="; secure");document.cookie=r}(e,t,n);case 1:return function(e){return io()[e]}(e);default:return io()}};function io(){var e;try{e=document.cookie}catch(e){return"undefined"!=typeof console&&"function"==typeof console.error&&console.error(e.stack||e),{}}return function(e){var t,n={},r=e.split(/ *; */);if(""==r[0])return n;for(var i=0;i<r.length;++i)n[so((t=r[i].split("="))[0])]=so(t[1]);return n}(e)}function oo(e){try{return encodeURIComponent(e)}catch(t){no("error `encode(%o)` - %o",e,t)}}function so(e){try{return decodeURIComponent(e)}catch(t){no("error `decode(%o)` - %o",e,t)}}!function(e,t){var n=ro;function r(e){for(var n=t.cookie,r=t.levels(e),i=0;i<r.length;++i){var o="__tld__",s=r[i],a={domain:"."+s};if(n(o,1,a),n(o))return n(o,null,a),s}return""}r.levels=function(e){var t,n,r=("function"!=typeof window.URL?(t=e,(n=document.createElement("a")).href=t,n.hostname):new URL(e).hostname).split("."),i=r[r.length-1],o=[];if(4===r.length&&i===parseInt(i,10))return o;if(r.length<=1)return o;for(var s=r.length-2;s>=0;--s)o.push(r.slice(s).join("."));return o},r.cookie=n,t=e.exports=r}(to,to.exports);var ao=d(to.exports),uo=new(function(){function e(t){r(this,e),this.cOpts={},this.options(t),this.isSupportAvailable=this.checkSupportAvailability()}return o(e,[{key:"options",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(0===arguments.length)return this.cOpts;var t=".".concat(ao(window.location.href));return"."===t&&(t=null),this.cOpts=eo(e,{maxage:31536e6,path:"/",domain:t,samesite:"Lax"}),this.cOpts}},{key:"set",value:function(e,t){try{return Fi(e,t,w(this.cOpts)),!0}catch(e){return jr.error(e),!1}}},{key:"get",value:function(e){return Fi(e)}},{key:"remove",value:function(e){try{return Fi(e,null,w(this.cOpts)),!0}catch(e){return!1}}},{key:"checkSupportAvailability",value:function(){var e="test_rudder_cookie";return this.set(e,!0),!!this.get(e)&&(this.remove(e),!0)}}]),e}())({}),co={exports:{}};co.exports=function(){function e(e){return e=JSON.stringify(e),!!/^\{[\s\S]*\}$/.test(e)}function t(e){return void 0===e||"function"==typeof e?e+"":JSON.stringify(e)}function n(e){if("string"==typeof e)try{return JSON.parse(e)}catch(t){return e}}function r(e){return"[object Function]"==={}.toString.call(e)}function i(e){return"[object Array]"===Object.prototype.toString.call(e)}function o(e){var t="_Is_Incognit",n="yes";try{e||(e=window.localStorage),e.setItem(t,n),e.removeItem(t)}catch(t){var r={_data:{},setItem:function(e,t){return r._data[e]=String(t)},getItem:function(e){return r._data.hasOwnProperty(e)?r._data[e]:void 0},removeItem:function(e){return delete r._data[e]},clear:function(){return r._data={}}};e=r}finally{e.getItem(t)===n&&e.removeItem(t)}return e}var s=o();function a(){if(!(this instanceof a))return new a}a.prototype={set:function(n,r){if(n&&!e(n))s.setItem(n,t(r));else if(e(n))for(var i in n)this.set(i,n[i]);return this},get:function(e){if(!e){var t={};return this.forEach((function(e,n){return t[e]=n})),t}if("?"===e.charAt(0))return this.has(e.substr(1));var r=arguments;if(r.length>1){for(var i={},o=0,a=r.length;o<a;o++){var u=n(s.getItem(r[o]));this.has(r[o])&&(i[r[o]]=u)}return i}return n(s.getItem(e))},clear:function(){return s.clear(),this},remove:function(e){var t=this.get(e);return s.removeItem(e),t},has:function(e){return{}.hasOwnProperty.call(this.get(),e)},keys:function(){var e=[];return this.forEach((function(t){e.push(t)})),e},forEach:function(e){for(var t=0,n=s.length;t<n;t++){var r=s.key(t);e(r,this.get(r))}return this},search:function(e){for(var t=this.keys(),n={},r=0,i=t.length;r<i;r++)t[r].indexOf(e)>-1&&(n[t[r]]=this.get(t[r]));return n}};var u=null;function c(t,n){var o=arguments,s=null;if(u||(u=a()),0===o.length)return u.get();if(1===o.length){if("string"==typeof t)return u.get(t);if(e(t))return u.set(t)}if(2===o.length&&"string"==typeof t){if(!n)return u.remove(t);if(n&&"string"==typeof n)return u.set(t,n);n&&r(n)&&(s=null,s=n(t,u.get(t)),c.set(t,s))}if(2===o.length&&i(t)&&r(n))for(var l=0,f=t.length;l<f;l++)s=n(t[l],u.get(t[l])),c.set(t[l],s);return c}for(var l in a.prototype)c[l]=a.prototype[l];return c}();var lo=d(co.exports),fo=new(function(){function e(t){r(this,e),this.sOpts={},this.enabled=this.checkSupportAvailability(),this.options(t)}return o(e,[{key:"options",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return 0===arguments.length||(eo(e,{enabled:!0}),this.enabled=e.enabled&&this.enabled,this.sOpts=e),this.sOpts}},{key:"set",value:function(e,t){return lo.set(e,t)}},{key:"get",value:function(e){return lo.get(e)}},{key:"remove",value:function(e){return lo.remove(e)}},{key:"checkSupportAvailability",value:function(){var e="test_rudder_ls";return this.set(e,!0),!!this.get(e)&&(this.remove(e),!0)}}]),e}())({}),ho=function(e){return(new TextDecoder).decode((t=e,n=globalThis.atob(t).split("").map((function(e){return e.charCodeAt(0)})),new Uint8Array(n)));var t,n},po="rl_user_id",go="rl_trait",yo="rl_anonymous_id",vo="rl_group_id",mo="rl_group_trait",Io="rl_page_init_referrer",Ao="rl_page_init_referring_domain",bo="rl_session",ko="rl_auth_token",Eo="RudderEncrypt:",Co="RS_ENC_v3_",So="Rudder",Oo={segment:"ajs_anonymous_id"};function To(e){try{return e?JSON.parse(e):null}catch(t){return jr.error(t),e||null}}function wo(e){return e.replace(/^\s+|\s+$/gm,"")}function _o(e){return e&&"string"==typeof e&&""!==wo(e)?e.substring(0,Eo.length)===Eo?Ai.decrypt(e.substring(Eo.length),So).toString(ki):e.substring(0,Co.length)===Co?ho(e.substring(Co.length)):e:e}for(var Ro,Po=function(){function e(){r(this,e),uo.isSupportAvailable?this.storage=uo:(fo.enabled&&(this.storage=fo),this.storage||jr.error("No storage is available :: initializing the SDK without storage"))}return o(e,[{key:"options",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.storage.options(e)}},{key:"setItem",value:function(e,t){this.storage.set(e,function(e){return""===wo(e)?e:"".concat(Eo).concat(Ai.encrypt(e,So).toString())}(function(e){return JSON.stringify(e)}(t)))}},{key:"setStringItem",value:function(e,t){"string"==typeof t?this.setItem(e,t):jr.error("[Storage] ".concat(e," should be string"))}},{key:"setUserId",value:function(e){this.setStringItem(po,e)}},{key:"setUserTraits",value:function(e){this.setItem(go,e)}},{key:"setGroupId",value:function(e){this.setStringItem(vo,e)}},{key:"setGroupTraits",value:function(e){this.setItem(mo,e)}},{key:"setAnonymousId",value:function(e){this.setStringItem(yo,e)}},{key:"setInitialReferrer",value:function(e){this.setItem(Io,e)}},{key:"setInitialReferringDomain",value:function(e){this.setItem(Ao,e)}},{key:"setSessionInfo",value:function(e){this.setItem(bo,e)}},{key:"setAuthToken",value:function(e){this.setItem(ko,e)}},{key:"getItem",value:function(e){return To(_o(this.storage.get(e)))}},{key:"getUserId",value:function(){return this.getItem(po)}},{key:"getUserTraits",value:function(){return this.getItem(go)}},{key:"getGroupId",value:function(){return this.getItem(vo)}},{key:"getGroupTraits",value:function(){return this.getItem(mo)}},{key:"fetchExternalAnonymousId",value:function(e){var t,n=e.toLowerCase();return Object.keys(Oo).includes(n)&&"segment"===n?(fo.enabled&&(t=fo.get(Oo[n])),!t&&uo.isSupportAvailable&&(t=uo.get(Oo[n])),t):t}},{key:"getAnonymousId",value:function(e){var t=To(_o(this.storage.get(yo)));if(t)return t;var n=Ri(e,"autoCapture.source");if(!0===Ri(e,"autoCapture.enabled")&&"string"==typeof n){var r=this.fetchExternalAnonymousId(n);if(r)return r}return t}},{key:"getInitialReferrer",value:function(){return this.getItem(Io)}},{key:"getInitialReferringDomain",value:function(){return this.getItem(Ao)}},{key:"getSessionInfo",value:function(){return this.getItem(bo)}},{key:"getAuthToken",value:function(){return this.getItem(ko)}},{key:"removeItem",value:function(e){return this.storage.remove(e)}},{key:"removeSessionInfo",value:function(){this.removeItem(bo)}},{key:"clear",value:function(e){this.storage.remove(po),this.storage.remove(go),this.storage.remove(vo),this.storage.remove(mo),this.storage.remove(ko),e&&this.storage.remove(yo)}}]),e}(),xo=new Po,Do=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};try{if(document.getElementById(e))return;var r=document.createElement("script");r.src=t,r.async=void 0===n.async||n.async,r.type="text/javascript",r.id=e,!0!==n.skipDatasetAttributes&&(r.setAttribute("data-loader",Hr),void 0!==n.isNonNativeSDK&&r.setAttribute("data-isNonNativeSDK",n.isNonNativeSDK));var i=document.getElementsByTagName("head");if(i.length>0)i[0].insertBefore(r,i[0].firstChild);else{var o=document.getElementsByTagName("script")[0];o.parentNode.insertBefore(r,o)}}catch(o){Jr(o)}},Lo=function(e){return null===e},Mo=function(e,t){if(!Array.isArray(e)||!Array.isArray(t))return w(t);var r=w(e);return t.forEach((function(e,t){r[t]=Array.isArray(e)||function(e){return!Lo(e)&&"object"===n(e)&&!Array.isArray(e)}(e)?Bo(r[t],e):e})),r},Bo=function(e,t){return P(Mo,e,t)},No=function(e){return function(e){return!Lo(e)&&"[object Object]"===Object.prototype.toString.call(e)}(e)&&Object.keys(e).length>0},Go=256,Fo=[];Go--;)Fo[Go]=(Go+256).toString(16).substring(1);for(var Uo,jo=4096,Ko=[],Qo=0;Qo<256;Qo++)Ko[Qo]=(Qo+256).toString(16).substring(1);function Ho(){var e;(!Uo||Qo+16>jo)&&(e=jo,Uo=crypto.getRandomValues(new Uint8Array(e)),Qo=0);for(var t,n=0,r="";n<16;n++)t=Uo[Qo+n],r+=6==n?Ko[15&t|64]:8==n?Ko[63&t|128]:Ko[t],1&n&&n>1&&n<11&&(r+="-");return Qo+=16,r}var zo={All:"All",GA:"Google Analytics",GOOGLEADS:"Google Ads",BRAZE:"Braze",CHARTBEAT:"Chartbeat",COMSCORE:"Comscore",CUSTOMERIO:"Customer IO",DCM_Floodlight:"DCM Floodlight",FACEBOOK_PIXEL:"Facebook Pixel",GTM:"Google Tag Manager",HOTJAR:"Hotjar",HS:"HubSpot",INTERCOM:"Intercom",KEEN:"Keen",KISSMETRICS:"Kiss Metrics",LOTAME:"Lotame",VWO:"VWO",OPTIMIZELY:"Optimizely Web",FULLSTORY:"Fullstory",TVSQUARED:"TVSquared",GA4:"Google Analytics 4 (GA4)",MOENGAGE:"MoEngage",AM:"Amplitude",PENDO:"Pendo",LYTICS:"Lytics",APPCUES:"Appcues",POSTHOG:"PostHog",PROFITWELL:"ProfitWell",KLAVIYO:"Klaviyo",CLEVERTAP:"CleverTap",BINGADS:"Bing Ads",PINTEREST_TAG:"Pinterest Tag",SNAP_PIXEL:"Snap Pixel",LINKEDIN_INSIGHT_TAG:"Linkedin Insight Tag",REDDIT_PIXEL:"Reddit Pixel",DRIP:"Drip",HEAP:"Heap.io",CRITEO:"Criteo",MP:"Mixpanel",QUALTRICS:"Qualtrics",SENTRY:"Sentry",GOOGLE_OPTIMIZE:"Google Optimize",POST_AFFILIATE_PRO:"Post Affiliate Pro",LAUNCHDARKLY:"LaunchDarkly",GA360:"Google Analytics 360",ADROLL:"Adroll",VERO:"Vero",MATOMO:"Matomo",MOUSEFLOW:"Mouseflow",ROCKERBOX:"Rockerbox",CONVERTFLOW:"ConvertFlow",SNAPENGAGE:"SnapEngage",LIVECHAT:"LiveChat",SHYNET:"Shynet",WOOPRA:"Woopra",ROLLBAR:"RollBar",QUORA_PIXEL:"Quora Pixel",JUNE:"June",ENGAGE:"Engage",ITERABLE:"Iterable",YANDEX_METRICA:"Yandex.Metrica",REFINER:"Refiner",QUALAROO:"Qualaroo",PODSIGHTS:"Podsights",AXEPTIO:"Axeptio",SATISMETER:"Satismeter",MICROSOFT_CLARITY:"Microsoft Clarity",SENDINBLUE:"Sendinblue",OLARK:"Olark",LEMNISK:"Lemnisk",TIKTOK_ADS:"TikTok Ads",ACTIVE_CAMPAIGN:"ActiveCampaign"},qo=["anonymous_id","id","sent_at","received_at","timestamp","original_timestamp","event_text","event"],Vo="https://api.rudderstack.com/sourceConfig/?p=npm&v=2.42.0",Wo="v1.1",Yo="js-integrations",Xo="".concat("https://cdn.rudderlabs.com","/").concat(Wo,"/").concat(Yo),Jo=["Lax","None","Strict"],$o=["US","EU"],Zo=["oneTrust","ketch"],es=["library","consentManagement"],ts=["none","default","full"],ns={All:!0};function rs(e){return e&&e.endsWith("/")?e.replace(/\/+$/,""):e}function is(){return window.crypto&&"function"==typeof window.crypto.getRandomValues?Ho():function(){var e,t=0,n="";if(!Ro||Go+16>256){for(Ro=Array(t=256);t--;)Ro[t]=256*Math.random()|0;t=Go=0}for(;t<16;t++)e=Ro[Go+t],n+=6==t?Fo[15&e|64]:8==t?Fo[63&e|128]:Fo[e],1&t&&t>1&&t<11&&(n+="-");return Go++,n}()}function os(){return(new Date).toISOString()}function ss(e,t){Object.keys(e).forEach((function(n){e.hasOwnProperty(n)&&(t[n]&&(e[t[n]]=e[n]),"All"!==n&&void 0!==t[n]&&t[n]!==n&&delete e[n])}))}function as(e){ss(e,Fr)}function us(e){ss(e,zo)}function cs(e,t){var r=[];if(!t||0===t.length)return r;var i=!0;void 0!==e.All&&(i=e.All);var o=[];return"string"==typeof t[0]?t.forEach((function(e){o.push({intgName:e,intObj:e})})):"object"===n(t[0])&&t.forEach((function(e){o.push({intgName:e.name,intObj:e})})),o.forEach((function(t){var n=t.intgName,o=t.intObj;if(i){var s=!0;void 0!==e[n]&&!1===Boolean(e[n])&&(s=!1),s&&r.push(o)}else void 0!==e[n]&&!0===Boolean(e[n])&&r.push(o)})),r}var ls=function(){var e,t,n=!1,r=function(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=c(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,s=!0,a=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return s=e.done,e},e:function(e){a=!0,o=e},f:function(){try{s||null==n.return||n.return()}finally{if(a)throw o}}}}(document.getElementsByTagName("script"));try{for(r.s();!(t=r.n()).done;){var i=rs(t.value.getAttribute("src"));if(i){var o=i.match(/^.*rudder-analytics(-staging)?(\.min)?\.js$/);if(o){e=i,n=void 0!==o[1];break}}}}catch(e){r.e(e)}finally{r.f()}return{sdkURL:e,isStaging:n}},fs=function(e){return"string"==typeof e||null==e?e:JSON.stringify(e)},hs=function(e){return"string"==typeof e&&e.trim().length>0},ds=function(e,t,n){try{var r=e.source.dataplanes||{};if(Object.keys(r).length>0){var i=function(e){var t=e?e.residencyServer:void 0;if(t)return"string"==typeof t&&$o.includes(t.toUpperCase())?t.toUpperCase():void jr.error("Invalid residencyServer input")}(n),o=r[i]||r.US;if(o){var s=function(e){if(Array.isArray(e)&&e.length>0){var t=e.find((function(e){return!0===e.default}));if(t&&hs(t.url))return t.url}}(o);if(s)return s}}if(hs(t))return t;throw Error("Unable to load the SDK due to invalid data plane url")}catch(e){throw Error(e)}};function ps(){return document.referrer||"$direct"}function gs(e){var t=e.split("/");return t.length>=3?t[2]:""}function ys(){for(var e=document.getElementsByTagName("link"),t=0;e[t];t+=1){var n=e[t];if("canonical"===n.getAttribute("rel"))return n.getAttribute("href")}}function vs(){var e=ys(),t=window.location.pathname;if(e)try{t=new URL(e).pathname}catch(e){}var n=window.location,r=n.search,i=n.href,o=document.title,s=function(e){var t,n=ys(),r=(t=n?n.includes("?")?n:n+e:window.location.href).indexOf("#");return r>-1?t.slice(0,r):t}(r),a=i,u=ps();return{path:t,referrer:u,referring_domain:gs(u),search:r,title:o,url:s,tab_url:a,initial_referrer:xo.getInitialReferrer()||"",initial_referring_domain:xo.getInitialReferringDomain()||""}}for(var ms,Is=o((function e(){r(this,e),this.name="RudderLabs JavaScript SDK",this.namespace="com.rudderlabs.javascript",this.version="2.42.0"})),As=o((function e(){r(this,e),this.name="RudderLabs JavaScript SDK",this.version="2.42.0"})),bs=o((function e(){r(this,e),this.name="",this.version=""})),ks=o((function e(){r(this,e),this.density=0,this.width=0,this.height=0,this.innerWidth=0,this.innerHeight=0})),Es=o((function e(){var t;r(this,e),this.app=new Is,this.traits=null,this.library=new As,this.userAgent=function(){if("undefined"==typeof navigator)return null;var e=navigator.userAgent,t=navigator.brave;if(t&&Object.getPrototypeOf(t).isBrave){var n=e.match(/(chrome)\/([\w.]+)/i);n&&(e="".concat(e," Brave/").concat(n[2]))}return e}(),this.device=null,this.network=null,this.os=new bs,this.locale="undefined"==typeof navigator?null:navigator.language||navigator.browserLanguage,this.screen=(t=new ks,"undefined"==typeof window||(t.width=window.screen.width,t.height=window.screen.height,t.density=window.devicePixelRatio,t.innerWidth=window.innerWidth,t.innerHeight=window.innerHeight),t)})),Cs=function(){function e(){r(this,e),this.channel="web",this.context=new Es,this.type=null,this.messageId=is(),this.originalTimestamp=(new Date).toISOString(),this.anonymousId=null,this.userId=null,this.event=null,this.properties={}}return o(e,[{key:"getProperty",value:function(e){return this.properties[e]}},{key:"addProperty",value:function(e,t){this.properties[e]=t}}]),e}(),Ss=function(){function e(){r(this,e),this.message=new Cs}return o(e,[{key:"setType",value:function(e){this.message.type=e}},{key:"setProperty",value:function(e){this.message.properties=e}},{key:"setUserProperty",value:function(e){this.message.user_properties=e}},{key:"setUserId",value:function(e){this.message.userId=e}},{key:"setEventName",value:function(e){this.message.event=e}},{key:"getElementContent",value:function(){return this.message}}]),e}(),Os=function(){function e(){r(this,e),this.rudderProperty=null,this.rudderUserProperty=null,this.event=null,this.userId=null,this.type=null}return o(e,[{key:"setType",value:function(e){return this.type=e,this}},{key:"build",value:function(){var e=new Ss;return e.setUserId(this.userId),e.setType(this.type),e.setEventName(this.event),e.setProperty(this.rudderProperty),e.setUserProperty(this.rudderUserProperty),e}}]),e}(),Ts={},ws=256,_s=[];ws--;)_s[ws]=(ws+256).toString(16).substring(1);Ts.v4=function(){var e,t=0,n="";if(!ms||ws+16>256){for(ms=Array(t=256);t--;)ms[t]=256*Math.random()|0;t=ws=0}for(;t<16;t++)e=ms[ws+t],n+=6==t?_s[15&e|64]:8==t?_s[63&e|128]:_s[e],1&t&&t>1&&t<11&&(n+="-");return ws++,n};var Rs={},Ps=Object.prototype.hasOwnProperty,xs=String.prototype.charAt,Ds=Object.prototype.toString,Ls=function(e,t){return xs.call(e,t)},Ms=function(e,t){return Ps.call(e,t)},Bs=function(e,t){t=t||Ms;for(var n=[],r=0,i=e.length;r<i;r+=1)t(e,r)&&n.push(String(r));return n},Ns=function(e){return null==e?[]:(t=e,"[object String]"===Ds.call(t)?Bs(e,Ls):function(e){return null!=e&&"function"!=typeof e&&"number"==typeof e.length}(e)?Bs(e,Ms):function(e,t){t=t||Ms;var n=[];for(var r in e)t(e,r)&&n.push(String(r));return n}(e));var t},Gs=Ns,Fs=Ts.v4,Us={_data:{},length:0,setItem:function(e,t){return this._data[e]=t,this.length=Gs(this._data).length,t},getItem:function(e){return e in this._data?this._data[e]:null},removeItem:function(e){return e in this._data&&delete this._data[e],this.length=Gs(this._data).length,null},clear:function(){this._data={},this.length=0},key:function(e){return Gs(this._data)[e]}};Rs.defaultEngine=function(){try{if(!window.localStorage)return!1;var e=Fs();window.localStorage.setItem(e,"test_value");var t=window.localStorage.getItem(e);return window.localStorage.removeItem(e),"test_value"===t}catch(e){return!1}}()?window.localStorage:Us,Rs.inMemoryEngine=Us;var js=Ns,Ks=Object.prototype.toString,Qs="function"==typeof Array.isArray?Array.isArray:function(e){return"[object Array]"===Ks.call(e)},Hs=function(e){return null!=e&&(Qs(e)||"function"!==e&&function(e){var t=n(e);return"number"===t||"object"===t&&"[object Number]"===Ks.call(e)}(e.length))},zs=function(e,t){for(var n=0;n<t.length&&!1!==e(t[n],n,t);n+=1);},qs=function(e,t){for(var n=js(t),r=0;r<n.length&&!1!==e(t[n[r]],n[r],t);r+=1);},Vs=function(e,t){return(Hs(t)?zs:qs).call(this,e,t)},Ws=Rs.defaultEngine,Ys=Rs.inMemoryEngine,Xs=Vs,Js=Ns,$s=JSON;function Zs(e,t,n,r){this.id=t,this.name=e,this.keys=n||{},this.engine=r||Ws,this.originalEngine=this.engine}Zs.prototype.set=function(e,t){var n=this._createValidKey(e);if(n)try{this.engine.setItem(n,$s.stringify(t))}catch(n){(function(e){var t=!1;if(e.code)switch(e.code){case 22:t=!0;break;case 1014:"NS_ERROR_DOM_QUOTA_REACHED"===e.name&&(t=!0)}else-2147024882===e.number&&(t=!0);return t})(n)&&(this._swapEngine(),this.set(e,t))}},Zs.prototype.get=function(e){try{var t=this.engine.getItem(this._createValidKey(e));return null===t?null:$s.parse(t)}catch(e){return null}},Zs.prototype.getOriginalEngine=function(){return this.originalEngine},Zs.prototype.remove=function(e){this.engine.removeItem(this._createValidKey(e))},Zs.prototype._createValidKey=function(e){var t,n=this.name,r=this.id;return Js(this.keys).length?(Xs((function(i){i===e&&(t=[n,r,e].join("."))}),this.keys),t):[n,r,e].join(".")},Zs.prototype._swapEngine=function(){var e=this;Xs((function(t){var n=e.get(t);Ys.setItem([e.name,e.id,t].join("."),n),e.remove(t)}),this.keys),this.engine=Ys};var ea=Zs;var ta=Vs,na={setTimeout:function(e,t){return window.setTimeout(e,t)},clearTimeout:function(e){return window.clearTimeout(e)},Date:window.Date},ra=na,ia={ASAP:1,RESCHEDULE:2,ABANDON:3};function oa(){this.tasks={},this.nextId=1}oa.prototype.now=function(){return+new ra.Date},oa.prototype.run=function(e,t,n){var r=this.nextId++;return this.tasks[r]=ra.setTimeout(this._handle(r,e,t,n||ia.ASAP),t),r},oa.prototype.cancel=function(e){this.tasks[e]&&(ra.clearTimeout(this.tasks[e]),delete this.tasks[e])},oa.prototype.cancelAll=function(){ta(ra.clearTimeout,this.tasks),this.tasks={}},oa.prototype._handle=function(e,t,n,r){var i=this,o=i.now();return function(){if(delete i.tasks[e],!(r>=ia.RESCHEDULE&&o+2*n<i.now()))return t();r===ia.RESCHEDULE&&i.run(t,n,r)}},oa.setClock=function(e){ra=e},oa.resetClock=function(){ra=na},oa.Modes=ia;var sa=oa,aa=Ts.v4,ua=ea,ca=Vs,la=sa,fa=Li("localstorage-retry");function ha(e,t){return function(){return e.apply(t,arguments)}}function da(e,t,n){"function"==typeof t&&(n=t),this.name=e,this.id=aa(),this.fn=n,this.maxItems=t.maxItems||1/0,this.maxAttempts=t.maxAttempts||1/0,this.backoff={MIN_RETRY_DELAY:t.minRetryDelay||1e3,MAX_RETRY_DELAY:t.maxRetryDelay||3e4,FACTOR:t.backoffFactor||2,JITTER:t.backoffJitter||0},this.timeouts={ACK_TIMER:1e3,RECLAIM_TIMER:3e3,RECLAIM_TIMEOUT:1e4,RECLAIM_WAIT:500},this.keys={IN_PROGRESS:"inProgress",QUEUE:"queue",RECLAIM_START:"reclaimStart",RECLAIM_END:"reclaimEnd",ACK:"ack"},this._schedule=new la,this._processId=0,this._store=new ua(this.name,this.id,this.keys),this._store.set(this.keys.IN_PROGRESS,{}),this._store.set(this.keys.QUEUE,[]),this._ack=ha(this._ack,this),this._checkReclaim=ha(this._checkReclaim,this),this._processHead=ha(this._processHead,this),this._running=!1}y(da.prototype),da.prototype.start=function(){this._running&&this.stop(),this._running=!0,this._ack(),this._checkReclaim(),this._processHead()},da.prototype.stop=function(){this._schedule.cancelAll(),this._running=!1},da.prototype.shouldRetry=function(e,t){return!(t>this.maxAttempts)},da.prototype.getDelay=function(e){var t=this.backoff.MIN_RETRY_DELAY*Math.pow(this.backoff.FACTOR,e);if(this.backoff.JITTER){var n=Math.random(),r=Math.floor(n*this.backoff.JITTER*t);Math.floor(10*n)<5?t-=r:t+=r}return Number(Math.min(t,this.backoff.MAX_RETRY_DELAY).toPrecision(1))},da.prototype.addItem=function(e){this._enqueue({item:e,attemptNumber:0,time:this._schedule.now(),id:aa()})},da.prototype.requeue=function(e,t,n,r){this.shouldRetry(e,t,n)?this._enqueue({item:e,attemptNumber:t,time:this._schedule.now()+this.getDelay(t),id:r||aa()}):this.emit("discard",e,t)},da.prototype._enqueue=function(e){var t=this._store.get(this.keys.QUEUE)||[];(t=t.slice(-(this.maxItems-1))).push(e),t=t.sort((function(e,t){return e.time-t.time})),this._store.set(this.keys.QUEUE,t),this._running&&this._processHead()},da.prototype._processHead=function(){var e=this,t=this._store;this._schedule.cancel(this._processId);var n=t.get(this.keys.QUEUE)||[],r=t.get(this.keys.IN_PROGRESS)||{},i=this._schedule.now(),o=[];function s(n,r){o.push({item:n.item,done:function(i,o){var s=t.get(e.keys.IN_PROGRESS)||{};delete s[r],t.set(e.keys.IN_PROGRESS,s),e.emit("processed",i,o,n.item),i&&e.requeue(n.item,n.attemptNumber+1,i,n.id)}})}for(var a=Object.keys(r).length;n.length&&n[0].time<=i&&a++<e.maxItems;){var u=n.shift(),c=aa();r[c]={item:u.item,attemptNumber:u.attemptNumber,time:e._schedule.now()},s(u,c)}t.set(this.keys.QUEUE,n),t.set(this.keys.IN_PROGRESS,r),ca((function(t){try{e.fn(t.item,t.done)}catch(e){fa("Process function threw error: "+e)}}),o),n=t.get(this.keys.QUEUE)||[],this._schedule.cancel(this._processId),n.length>0&&(this._processId=this._schedule.run(this._processHead,n[0].time-i,la.Modes.ASAP))},da.prototype._ack=function(){this._store.set(this.keys.ACK,this._schedule.now()),this._store.set(this.keys.RECLAIM_START,null),this._store.set(this.keys.RECLAIM_END,null),this._schedule.run(this._ack,this.timeouts.ACK_TIMER,la.Modes.ASAP)},da.prototype._checkReclaim=function(){var e=this;ca((function(t){t.id!==e.id&&(e._schedule.now()-t.get(e.keys.ACK)<e.timeouts.RECLAIM_TIMEOUT||function(t){t.set(e.keys.RECLAIM_START,e.id),t.set(e.keys.ACK,e._schedule.now()),e._schedule.run((function(){t.get(e.keys.RECLAIM_START)===e.id&&(t.set(e.keys.RECLAIM_END,e.id),e._schedule.run((function(){t.get(e.keys.RECLAIM_END)===e.id&&t.get(e.keys.RECLAIM_START)===e.id&&e._reclaim(t.id)}),e.timeouts.RECLAIM_WAIT,la.Modes.ABANDON))}),e.timeouts.RECLAIM_WAIT,la.Modes.ABANDON)}(t))}),function(t){for(var n=[],r=e._store.getOriginalEngine(),i=0;i<r.length;i++){var o=r.key(i);if(null!==o){var s=o.split(".");3===s.length&&s[0]===t&&"ack"===s[2]&&n.push(new ua(t,s[1],e.keys))}}return n}(this.name)),this._schedule.run(this._checkReclaim,this.timeouts.RECLAIM_TIMER,la.Modes.RESCHEDULE)},da.prototype._reclaim=function(e){var t=this,n=new ua(this.name,e,this.keys),r={queue:this._store.get(this.keys.QUEUE)||[]},i={inProgress:n.get(this.keys.IN_PROGRESS)||{},queue:n.get(this.keys.QUEUE)||[]},o=[],s=function(e,n){ca((function(e){var i=e.id||aa();o.indexOf(i)>=0?t.emit("duplication",e.item,e.attemptNumber):(r.queue.push({item:e.item,attemptNumber:e.attemptNumber+n,time:t._schedule.now(),id:i}),o.push(i))}),e)};s(i.queue,0),s(i.inProgress,1),r.queue=r.queue.sort((function(e,t){return e.time-t.time})),this._store.set(this.keys.QUEUE,r.queue);try{this._clearOtherQueue(n,1)}catch(e){if("NS_ERROR_STORAGE_BUSY"===e.name||"NS_ERROR_STORAGE_BUSY"===e.code||2153971713===e.code)try{this._clearOtherQueue(n,40)}catch(e){console.error(e)}else console.error(e)}this._processHead()},da.prototype._clearOtherQueue=function(e,t){var n=this;setTimeout((function(){e.remove(n.keys.IN_PROGRESS),setTimeout((function(){e.remove(n.keys.QUEUE),setTimeout((function(){e.remove(n.keys.RECLAIM_START),setTimeout((function(){e.remove(n.keys.RECLAIM_END),setTimeout((function(){e.remove(n.keys.ACK)}),t)}),t)}),t)}),t)}),t)};var pa=d(da),ga={maxRetryDelay:36e4,minRetryDelay:1e3,backoffFactor:2,maxAttempts:10,maxItems:100},ya=function(){function e(){r(this,e),this.url="",this.writeKey=""}return o(e,[{key:"init",value:function(e,t,n){var r=this;this.url=t,this.writeKey=e,n&&a(ga,n),this.payloadQueue=new pa("rudder",ga,(function(e,t){e.message.sentAt=os(),r.processQueueElement(e.url,e.headers,e.message,1e4,(function(e,n){if(e)return t(e);t(null,n)}))})),this.payloadQueue.start()}},{key:"processQueueElement",value:function(e,t,n,r,i){try{var o=new XMLHttpRequest;for(var s in o.open("POST",e,!0),t)o.setRequestHeader(s,t[s]);o.timeout=r,o.ontimeout=i,o.onerror=i,o.onreadystatechange=function(){if(4===o.readyState)if(429===o.status||o.status>=500&&o.status<600){var t="".concat(zr,' "').concat(o.status,'" status text: "').concat(o.statusText,'" for URL: "').concat(e,'"'),n=new Error(t);Jr(n),i(n)}else i(null,o.status)},o.send(Yr(n,!0))}catch(e){i(e)}}},{key:"enqueue",value:function(e,t){var n={"Content-Type":"application/json",Authorization:"Basic ".concat(btoa("".concat(this.writeKey,":"))),AnonymousId:btoa(e.anonymousId)};this.payloadQueue.addItem({url:"".concat(this.url,"/v1/").concat(t),headers:n,message:e})}}]),e}(),va="queue",ma=64e3,Ia=function(){function e(){r(this,e),this.storage=fo,this.maxItems=10,this.flushQueueTimeOut=void 0,this.timeOutActive=!1,this.flushQueueTimeOutInterval=6e5,this.url="",this.writekey="",this.queueName="".concat(va,".").concat(Date.now())}return o(e,[{key:"sendQueueDataForBeacon",value:function(){this.sendDataFromQueueAndDestroyQueue()}},{key:"init",value:function(e,t,n){this.url=t,this.writekey=e,n.maxItems&&(this.maxItems=n.maxItems),n.flushQueueInterval&&(this.flushQueueTimeOutInterval=n.flushQueueInterval),this.sendQueueDataForBeacon=this.sendQueueDataForBeacon.bind(this),this.attachListeners()}},{key:"attachListeners",value:function(){var e=this;window.addEventListener("visibilitychange",(function(){"hidden"===document.visibilityState&&e.sendQueueDataForBeacon()}))}},{key:"getQueue",value:function(){return this.storage.get(this.queueName)}},{key:"setQueue",value:function(e){this.storage.set(this.queueName,e)}},{key:"enqueue",value:function(e){var t=this.getQueue()||[];(t=t.slice(-(this.maxItems-1))).push(e);var n=t.slice(0);Yr({batch:n},!0).length>ma&&(n=t.slice(0,t.length-1),this.flushQueue(n),(t=this.getQueue()).push(e)),this.setQueue(t),this.setTimer(),t.length===this.maxItems&&this.flushQueue(n)}},{key:"sendDataFromQueueAndDestroyQueue",value:function(){this.sendDataFromQueue(),this.storage.remove(this.queueName)}},{key:"sendDataFromQueue",value:function(){var e=this.getQueue();if(e&&e.length>0){var t=e.slice(0,e.length);this.flushQueue(t)}}},{key:"flushQueue",value:function(e){if(e&&e.length>0){e.forEach((function(e){e.sentAt=(new Date).toISOString()}));var t=Yr({batch:e},!0),n=new Blob([t],{type:"text/plain"}),r="".concat(this.url,"?writeKey=").concat(this.writekey);try{"function"!=typeof navigator.sendBeacon&&Jr(new Error("Beacon API is not supported by browser")),navigator.sendBeacon(r,n)||Jr(new Error("Unable to queue data to browser's beacon queue"))}catch(e){e.message="".concat(e.message," - While sending Beacon data to: ").concat(r),Jr(e)}}this.setQueue([]),this.clearTimer()}},{key:"setTimer",value:function(){this.timeOutActive||(this.flushQueueTimeOut=setTimeout(this.sendDataFromQueue.bind(this),this.flushQueueTimeOutInterval),this.timeOutActive=!0)}},{key:"clearTimer",value:function(){this.timeOutActive&&(clearTimeout(this.flushQueueTimeOut),this.timeOutActive=!1)}}]),e}(),Aa=function(){function e(){r(this,e),this.queue=void 0}return o(e,[{key:"initialize",value:function(e,t,r){var i={},o=rs(t);r&&r.useBeacon&&navigator.sendBeacon?(r.beaconQueueOptions&&null!=r.beaconQueueOptions&&"object"===n(r.beaconQueueOptions)&&(i=r.beaconQueueOptions),o="".concat(o,"/beacon/v1/batch"),this.queue=new Ia):(r&&r.useBeacon&&jr.info("[EventRepository] sendBeacon feature not available in this browser :: fallback to XHR"),r&&r.queueOptions&&null!=r.queueOptions&&"object"===n(r.queueOptions)&&(i=r.queueOptions),this.queue=new ya),this.queue.init(e,o,i)}},{key:"enqueue",value:function(e,t){var n=e.getElementContent();n.originalTimestamp=n.originalTimestamp||os(),n.sentAt=os(),Yr(n,!0).length>32e3&&jr.error("[EventRepository] enqueue:: message length greater 32 Kb ",n),this.queue.enqueue(n,t)}}]),e}(),ba=new Aa,ka={maxRetryDelay:36e4,minRetryDelay:1e3,backoffFactor:2,maxAttempts:1/0},Ea=function(){function e(){r(this,e),this.callback=void 0,this.processQueueElements=!1}return o(e,[{key:"init",value:function(e,t){var n=this;e&&a(ka,e),t&&(this.callback=t),this.payloadQueue=new pa("rs_events",ka,(function(e,t){n.processQueueElement(e.type,e.rudderElement,(function(e,n){if(e)return t(e);t(null,n)}))})),this.payloadQueue.start()}},{key:"activateProcessor",value:function(){this.processQueueElements=!0}},{key:"processQueueElement",value:function(e,t,n){try{this.processQueueElements?(Object.setPrototypeOf(t,Ss.prototype),this.callback(e,t),n(null)):n(new Error("The queue elements are not ready to be processed yet"))}catch(e){n(e)}}},{key:"enqueue",value:function(e,t){this.payloadQueue.addItem({type:e,rudderElement:t})}}]),e}(),Ca=function(e){for(var t=function(){for(var e,t=[],n=0;n<256;n++){e=n;for(var r=0;r<8;r++)e=1&e?3988292384^e>>>1:e>>>1;t[n]=e}return t}(),n=-1,r=0;r<e.length;r++)n=n>>>8^t[255&(n^e.charCodeAt(r))];return(-1^n)>>>0},Sa={getUserLanguage:function(){return navigator&&navigator.language},getUserAgent:function(){return navigator&&navigator.userAgent}};function Oa(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return e=e.endsWith("..")?e.substr(0,e.length-2):e,decodeURIComponent(atob(e).split("").map((function(e){return"%".concat("00".concat(e.charCodeAt(0).toString(16)).slice(-2))})).join(""))}var Ta=/^[a-zA-Z0-9\-_.]+$/,wa=1,_a=1,Ra="*";function Pa(e,t,n,r){var i=function(e,t){return[e,(new Date).getTimezoneOffset(),t].join(Ra)}(n,r),o=t||0,s=Math.floor(Date.now()/6e4)-o;return Ca([i,s,e].join(Ra)).toString(36)}function xa(e){var t=function(e){var t=e.split(Ra),n=t.length%2==0;return t.length<4||!n||Number(t.shift())!==_a?null:{checksum:t.shift(),serializedIds:t.join(Ra)}}(e);if(!t)return null;var n=t.checksum,r=t.serializedIds;return function(e,t){for(var n=Sa.getUserAgent(),r=Sa.getUserLanguage(),i=0;i<=wa;i+=1)if(Pa(e,i,n,r)===t)return!0;return!1}(r,n)?function(e){for(var t={},n=e.split(Ra),r=0;r<n.length;r+=2){var i=n[r];if(Ta.test(i)){var o=Oa(n[r+1]);t[i]=o}}return t}(r):null}var Da=function(){function e(){var t=this;if(r(this,e),s(this,"isInitialized",!1),window.OneTrust&&window.OnetrustActiveGroups){this.userSetConsentGroupIds=window.OnetrustActiveGroups.split(",").filter((function(e){return e}));var n=window.OneTrust.GetDomainData().Groups;this.userSetConsentGroupNames=[],this.userDeniedConsentGroupIds=[],n.forEach((function(e){var n=e.CustomGroupId,r=e.GroupName;t.userSetConsentGroupIds.includes(n)?t.userSetConsentGroupNames.push(r.toUpperCase().trim()):t.userDeniedConsentGroupIds.push(n)})),this.userSetConsentGroupIds=this.userSetConsentGroupIds.map((function(e){return e.toUpperCase()})),this.isInitialized=!0}else jr.error("OneTrust resources are not accessible.")}return o(e,[{key:"isEnabled",value:function(e){var t=this;try{if(!this.isInitialized)return!0;var n=e.oneTrustCookieCategories;if(!n)return!0;var r=n.map((function(e){return e.oneTrustCookieCategory})).filter((function(e){return e}));return r.every((function(e){return t.userSetConsentGroupIds.includes(e.toUpperCase().trim())||t.userSetConsentGroupNames.includes(e.toUpperCase().trim())}))}catch(e){return jr.error("Error during onetrust cookie consent management ".concat(e)),!0}}},{key:"getDeniedList",value:function(){return this.isInitialized?this.userDeniedConsentGroupIds:[]}}]),e}(),La=function(){function e(){var t=this;if(r(this,e),s(this,"updatePurposes",(function(e){e&&Object.entries(e).forEach((function(e){var n=e[0];e[1]?t.userConsentedPurposes.push(n):t.userDeniedPurposes.push(n)}))})),this.userConsentedPurposes=[],this.userDeniedPurposes=[],window.updateKetchConsent=function(e){e&&(t.userConsentedPurposes=[],t.userDeniedPurposes=[],t.updatePurposes(e))},window.getKetchUserConsentedPurposes=function(){return t.userConsentedPurposes.slice()},window.getKetchUserDeniedPurposes=function(){return t.userDeniedPurposes.slice()},window.ketchConsent)this.updatePurposes(window.ketchConsent);else{var n=this.getConsent();this.updatePurposes(n)}}return o(e,[{key:"isEnabled",value:function(e){var t=this;try{var n=e.ketchConsentPurposes;if(!n||0===n.length)return!0;var r=n.map((function(e){return e.purpose})).filter((function(e){return e}));return r.some((function(e){return t.userConsentedPurposes.includes(e.trim())}))}catch(e){return jr.error("Error occured checking ketch consent state ".concat(e)),!0}}},{key:"getDeniedList",value:function(){return this.userDeniedPurposes}},{key:"getConsent",value:function(){var e=uo.get("_ketch_consent_v1_");if(e){var t;try{t=JSON.parse(atob(e))}catch(e){return void jr.error("Error occurred while parsing consent cookie ".concat(e))}if(t){var n={};return Object.entries(t).forEach((function(e){var t=e[0],r=e[1];r&&r.status&&(n[t]="granted"===r.status)})),n}}}}]),e}(),Ma=function(e){var t,n;return null!=e&&null!==(t=e.oneTrust)&&void 0!==t&&t.enabled?new Da:null!=e&&null!==(n=e.ketch)&&void 0!==n&&n.enabled?new La:null},Ba=function(){function e(){r(this,e),this.storage=xo,this.timeout=18e5,this.sessionInfo=this.storage.getSessionInfo()||{autoTrack:!0}}return o(e,[{key:"initialize",value:function(e){try{var t;if(this.sessionInfo.autoTrack=!(!1===(null==e||null===(t=e.sessions)||void 0===t?void 0:t.autoTrack)||this.sessionInfo.manualTrack),null!=e&&e.sessions&&!isNaN(e.sessions.timeout)){var n=e.sessions.timeout;0===n&&(jr.warn("[Session]:: Provided timeout value 0 will disable the auto session tracking feature."),this.sessionInfo.autoTrack=!1),n>0&&n<1e4&&jr.warn('[Session]:: It is not advised to set "timeout" less than 10 seconds'),this.timeout=n}this.sessionInfo.autoTrack?this.startAutoTracking():!1!==this.sessionInfo.autoTrack||this.sessionInfo.manualTrack||this.end()}catch(e){Jr(e)}}},{key:"isValidSession",value:function(e){return e<=this.sessionInfo.expiresAt}},{key:"generateSessionId",value:function(){return Date.now()}},{key:"startAutoTracking",value:function(){var e=Date.now();this.isValidSession(e)||(this.sessionInfo={},this.sessionInfo.id=e,this.sessionInfo.expiresAt=e+this.timeout,this.sessionInfo.sessionStart=!0,this.sessionInfo.autoTrack=!0),this.storage.setSessionInfo(this.sessionInfo)}},{key:"validateSessionId",value:function(e){if("number"==typeof e&&e%1==0){var t;if(!(((t=e)?t.toString().length:0)<10))return e;jr.error('[Session]:: "sessionId" should at least be "'.concat(10,'" digits long'))}else jr.error('[Session]:: "sessionId" should only be a positive integer')}},{key:"start",value:function(e){var t=e?this.validateSessionId(e):this.generateSessionId();this.sessionInfo={id:t||this.generateSessionId(),sessionStart:!0,manualTrack:!0},this.storage.setSessionInfo(this.sessionInfo)}},{key:"getSessionId",value:function(){return this.sessionInfo.autoTrack&&this.isValidSession(Date.now())||this.sessionInfo.manualTrack?this.sessionInfo.id:null}},{key:"end",value:function(){this.sessionInfo={},this.storage.removeSessionInfo()}},{key:"getSessionInfo",value:function(){var e={};if(this.sessionInfo.autoTrack||this.sessionInfo.manualTrack){if(this.sessionInfo.autoTrack){var t=Date.now();this.isValidSession(t)?this.sessionInfo.expiresAt=t+this.timeout:this.startAutoTracking()}this.sessionInfo.sessionStart&&(e.sessionStart=!0,this.sessionInfo.sessionStart=!1),e.sessionId=this.sessionInfo.id,this.storage.setSessionInfo(this.sessionInfo)}return e}},{key:"reset",value:function(){var e=this.sessionInfo,t=e.manualTrack;e.autoTrack?(this.sessionInfo={},this.startAutoTracking()):t&&this.start()}}]),e}(),Na=new Ba,Ga=["integrations","anonymousId","originalTimestamp"],Fa="rs-bugsnag",Ua="bugsnag",ja=["Bugsnag",Ua],Ka="0d96a60df267f4a13f808bbaa54e535c",Qa=["rudder-analytics.min.js","rudder-analytics-staging.min.js","rudder-analytics.js"].concat(u(Object.keys(x).map((function(e){return"".concat(x[e],".min.js")}))),u(Object.keys(x).map((function(e){return"".concat(x[e],"-staging.min.js")}))),u(Object.keys(x).map((function(e){return"".concat(x[e],".js")})))),Ha=function(e){var t=e&&e._client&&e._client._notifier&&e._client._notifier.version;if(!t){var n=e({apiKey:Ka,releaseStage:"version-test",beforeSend:function(){return!1}});t=n.notifier&&n.notifier.version,n=void 0}return t&&"6"===t.charAt(0)},za=function(e){ja.every((function(e){return!function(e,t){if(null==e)throw new TypeError("Cannot convert undefined or null to object");return Object.prototype.hasOwnProperty.call(Object(e),t)}(window,e)}))&&Do(e,"https://d2wy8f7a9ursnm.cloudfront.net/v6/bugsnag.min.js",{isNonNativeSDK:"true",skipDatasetAttributes:!0})},qa=function(){function e(t,n){r(this,e),this.pluginName=Fa,this.sourceId=t,this.onClientReady=n,this.initClientOnLibReadyInterval=void 0,this.init()}return o(e,[{key:"init",value:function(){var e=this;if(!window.RudderStackGlobals||!window.RudderStackGlobals[Vr]){if(!Ka.match(/{{.+}}/)){za(this.pluginName);var t=window[Ua];"function"!=typeof t?(this.initClientOnLibReadyInterval=setInterval((function(){var t=window[Ua];"function"==typeof t&&(Ha(t)&&e.initClient(),clearInterval(e.initClientOnLibReadyInterval))}),100),setTimeout((function(){clearInterval(e.initClientOnLibReadyInterval)}),Kr)):Ha(t)&&this.initClient()}}}},{key:"initClient",value:function(){var e,t=window[Ua];this.client=t({apiKey:Ka,appVersion:"2.42.0",metaData:{SDK:{name:"JS",installType:"npm"}},beforeSend:this.onError(),autoTrackSessions:!1,collectUserIp:!1,enabledBreadcrumbTypes:["error","log","user"],maxEvents:100,releaseStage:(e=window.location.hostname,e&&["www.test-host.com","localhost","127.0.0.1","[::1]"].includes(e)?"development":"production"),networkBreadcrumbsEnabled:!1}),this.onClientReady()}},{key:"onError",value:function(){var e=this.sourceId;return function(t){try{return!!function(e){var t=Ri(e,"stacktrace.0.file");if(!t||"string"!=typeof t)return!1;var n=t.substring(t.lastIndexOf("/")+1);return Qa.includes(n)}(t)&&(function(e,t){e.updateMetaData("source",{metadataSource:t});var n=e.errorMessage;e.context=n,n.includes("error in script loading")&&(e.context="Script load failures"),e.severity="error"}(t,e),!0)}catch(e){return!1}}}},{key:"notify",value:function(e){this.client&&this.client.notify(e)}},{key:"leaveBreadcrumb",value:function(e){this.client&&this.client.leaveBreadcrumb(e)}}]),e}(),Va=Fa,Wa=[Fa],Ya=function(){function e(t){r(this,e),this.isEnabled=!1,this.providerName=Va,this.provider=void 0,this.logger=t,this.onClientReady=this.onClientReady.bind(this),this.exposeToGlobal=this.exposeToGlobal.bind(this)}return o(e,[{key:"init",value:function(e,t){e&&t?!0===function(e){return Ri(e,"statsCollection.errors.enabled")||!1}(e)?(this.enable(),this.setProviderName(function(e){return Ri(e,"statsCollection.errors.provider")}(e)),this.initProvider(e,t)):this.disable():this.logger.error("[Analytics] ErrorReporting :: Invalid configuration or missing source id provided.")}},{key:"enable",value:function(){this.isEnabled=!0}},{key:"disable",value:function(){this.isEnabled=!1}},{key:"setProviderName",value:function(e){e?!e||Wa.includes(e)?this.providerName=e:this.logger.error("[Analytics] ErrorReporting :: Invalid error reporting provider value. Value should be one of: ".concat(Wa.join(","))):this.providerName=Va}},{key:"initProvider",value:function(e,t){if(this.providerName===Fa)this.provider=new qa(t,this.onClientReady)}},{key:"onClientReady",value:function(){this.exposeToGlobal()}},{key:"exposeToGlobal",value:function(){window.RudderStackGlobals||(window.RudderStackGlobals={}),window.RudderStackGlobals[Vr]=this}},{key:"leaveBreadcrumb",value:function(e){if(this.provider)try{this.provider.leaveBreadcrumb(e)}catch(e){this.logger.error("[Analytics] ErrorReporting :: leaveBreadcrumb method ".concat(e.toString()))}}},{key:"notify",value:function(e){if(this.provider)try{this.provider.notify(e)}catch(e){this.logger.error("[Analytics] ErrorReporting :: notify method ".concat(e.toString()))}}}]),e}(),Xa=new(function(){function e(){r(this,e),this.retryAttempt=3,this.queue=[],this.isTransformationProcessing=!1,this.authToken=null}return o(e,[{key:"init",value:function(e,t,n){this.dataPlaneUrl=rs(t),this.writeKey=e,this.authToken=n||this.authToken,this.start()}},{key:"enqueue",value:function(e,t,n){this.queue.push({event:e,destinationIds:t,cb:n})}},{key:"sendEventForTransformation",value:function(e,t){var n=this;return new Promise((function(r,i){var o="".concat(n.dataPlaneUrl,"/transform"),s={"Content-Type":"application/json",Authorization:"Basic ".concat(btoa("".concat(n.writeKey,":")))};try{var a=new XMLHttpRequest;a.open("POST",o,!0),Object.keys(s).forEach((function(e){return a.setRequestHeader(e,s[e])})),a.timeout=1e4,a.onreadystatechange=function(){if(4===a.readyState)try{var o=a.status,s=a.response;switch(o){case 200:return s=JSON.parse(s),void r({status:o,transformedPayload:s.transformedBatch});case 400:var u=s?"".concat(s):"Invalid request payload";return void r({status:o,errorMessage:u});case 404:return void r({status:o});default:if(t>0){var c=t-1;setTimeout((function(){return n.sendEventForTransformation(e,c).then(r).catch(i)}),500*Math.pow(2,n.retryAttempt-c))}else r({status:o,errorMessage:"Retries exhausted"})}}catch(e){i(e)}},a.send(Yr(e,!0))}catch(e){i(e)}}))}},{key:"checkQueueLengthAndProcess",value:function(){this.queue.length>0&&this.process()}},{key:"process",value:function(){var e=this;this.isTransformationProcessing=!0;var t,n,r=this.queue.shift(),i=(t=r.event,n=r.destinationIds,{metadata:{"Custom-Authorization":this.authToken},batch:[{orderNo:Date.now(),destinationIds:n,event:t.message}]});this.sendEventForTransformation(i,this.retryAttempt).then((function(t){e.isTransformationProcessing=!1,r.cb(t),e.checkQueueLengthAndProcess()})).catch((function(t){Jr("string"==typeof t?t:t.message),e.isTransformationProcessing=!1,r.cb({status:0}),e.checkQueueLengthAndProcess()}))}},{key:"start",value:function(){var e=this;setInterval((function(){e.isTransformationProcessing||e.checkQueueLengthAndProcess()}),100)}},{key:"setAuthToken",value:function(e){this.authToken=e}}]),e}()),Ja=function(){function e(){r(this,e),this.initialized=!1,this.clientIntegrations=[],this.loadOnlyIntegrations={},this.clientIntegrationObjects=void 0,this.successfullyLoadedIntegration=[],this.failedToBeLoadedIntegration=[],this.toBeProcessedArray=[],this.toBeProcessedByIntegrationArray=[],this.storage=xo,this.eventRepository=ba,this.preProcessQueue=new Ea,this.sendAdblockPage=!1,this.sendAdblockPageOptions={},this.clientSuppliedCallbacks={},this.readyCallbacks=[],this.methodToCallbackMapping={syncPixel:"syncPixelCallback"},this.loaded=!1,this.loadIntegration=!0,this.bufferDataPlaneEventsUntilReady=!1,this.dataPlaneEventsBufferTimeout=1e4,this.integrationsData={},this.dynamicallyLoadedIntegrations={},this.destSDKBaseURL=Xo,this.cookieConsentOptions={},this.logLevel=void 0,this.clientIntegrationsReady=!1,this.uSession=Na,this.version="2.42.0",this.lockIntegrationsVersion=!1,this.errorReporting=new Ya(jr),this.deniedConsentIds=[],this.transformationHandler=Xa}return o(e,[{key:"initializeUser",value:function(e){this.userId=this.storage.getUserId()||"",this.storage.setUserId(this.userId),this.userTraits=this.storage.getUserTraits()||{},this.storage.setUserTraits(this.userTraits),this.groupId=this.storage.getGroupId()||"",this.storage.setGroupId(this.groupId),this.groupTraits=this.storage.getGroupTraits()||{},this.storage.setGroupTraits(this.groupTraits),this.anonymousId=this.getAnonymousId(e),this.storage.setAnonymousId(this.anonymousId)}},{key:"setInitialPageProperties",value:function(){if(null==this.storage.getInitialReferrer()&&null==this.storage.getInitialReferringDomain()){var e=ps();this.storage.setInitialReferrer(e),this.storage.setInitialReferringDomain(gs(e))}}},{key:"allModulesInitialized",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return new Promise((function(n){e.clientIntegrations.every((function(t){return null!=e.dynamicallyLoadedIntegrations["".concat(x[t.name]).concat("_RS")]}))||t>=2e4?n(e):e.pause(Qr).then((function(){return e.allModulesInitialized(t+Qr).then(n)}))}))}},{key:"executeReadyCallback",value:function(){this.readyCallbacks.forEach((function(e){return e()}))}},{key:"integrationSDKLoaded",value:function(e,t){return window[e]&&window[e][t]&&window[e][t].prototype&&void 0!==window[e][t].prototype.constructor}},{key:"processResponse",value:function(e,t){var r=this;try{var i=t;try{if("string"==typeof t&&(i=JSON.parse(t)),!i||"object"!==n(i)||Array.isArray(i))return void jr.error("Invalid source configuration")}catch(e){return void Jr(e)}try{this.errorReporting.init(i.source.config,i.source.id)}catch(e){Jr(e)}if(this.serverUrl=ds(i,this.serverUrl,this.options),this.eventRepository.initialize(this.writeKey,this.serverUrl,this.options),this.loaded=!0,this.transformationHandler.init(this.writeKey,this.serverUrl,this.storage.getAuthToken()),this.options&&"function"==typeof this.options.onLoaded&&this.options.onLoaded(this),function(e){if(e.toBeProcessedArray.length>0)for(;e.toBeProcessedArray.length>0;){var t=u(e.toBeProcessedArray[0]);e.toBeProcessedArray.shift();var n=t[0];t.shift(),e[n].apply(e,u(t))}}(this),i.source.destinations.forEach((function(e){e.enabled&&this.clientIntegrations.push({name:e.destinationDefinition.name,config:e.config,destinationInfo:{shouldApplyDeviceModeTransformation:e.shouldApplyDeviceModeTransformation||!1,propagateEventsUntransformedOnError:e.propagateEventsUntransformedOnError||!1,destinationId:e.id}})}),this),this.clientIntegrations=cs(this.loadOnlyIntegrations,this.clientIntegrations),Object.keys(this.cookieConsentOptions).length>0)try{var o=Ma(this.cookieConsentOptions);this.deniedConsentIds=o&&o.getDeniedList(),this.clientIntegrations=this.clientIntegrations.filter((function(e){return!o||o&&o.isEnabled(e.config)}))}catch(e){Jr(e)}this.clientIntegrations=this.clientIntegrations.filter((function(e){return!!x[e.name]||(jr.error("[Analytics] Integration:: ".concat(e.name," not available for initialization")),!1)}));var s="";ls().isStaging&&(s="-staging"),this.bufferDataPlaneEventsUntilReady&&setTimeout((function(){r.processBufferedCloudModeEvents()}),this.dataPlaneEventsBufferTimeout),this.errorReporting.leaveBreadcrumb("Starting device-mode initialization"),this.clientIntegrations.forEach((function(e){var t=x[e.name],n="".concat(t).concat("_RS"),i="".concat(r.destSDKBaseURL,"/").concat(t).concat(s,".min.js");window.hasOwnProperty(n)||Do(n,i,{isNonNativeSDK:!0});var o=r,a=setInterval((function(){if(o.integrationSDKLoaded(n,t)){var i,s=window[n];clearInterval(a);try{var u="[Analytics] processResponse :: trying to initialize integration name:: ".concat(n);r.errorReporting.leaveBreadcrumb(u),(i=new s[t](e.config,o,e.destinationInfo)).init(),o.isInitialized(i).then((function(){o.dynamicallyLoadedIntegrations[n]=s[t]}))}catch(e){var c="[Analytics] 'integration.init()' failed :: ".concat(n," :: ").concat(e.message);Jr(e,c),o.failedToBeLoadedIntegration.push(i)}}}),100);setTimeout((function(){clearInterval(a)}),Kr)}));var a=this;this.allModulesInitialized().then((function(){if(!a.clientIntegrations||0===a.clientIntegrations.length)return r.clientIntegrationsReady=!0,r.executeReadyCallback(),void(r.toBeProcessedByIntegrationArray=[]);a.replayEvents(a)}))}catch(e){Jr(e)}}},{key:"sendDataToDestination",value:function(e,t,n){try{if(e[n]){var r=w(t);e[n](r)}}catch(t){var i="[sendToNative]:: [Destination: ".concat(e.name,"]:: ");Jr(t,i)}}},{key:"sendTransformedDataToDestination",value:function(e,t,n){var r=this;try{us(t.message.integrations);var i=e.map((function(e){return e.destinationId}));this.transformationHandler.enqueue(t,i,(function(i){var o=i.status,s=i.transformedPayload,a=i.errorMessage;e.forEach((function(e){try{switch(o){case 200:var i=s.find((function(t){return t.id===e.destinationId})),u=[];null==i||i.payload.forEach((function(n){if("200"===n.status)u.push(n);else{var r='[DMT]:: Event transformation unsuccessful for destination "'.concat(e.name,'". Reason: '),i="Unknown";"410"===n.status&&(i="Transformation is not available");var o="Dropping the event",s=jr.error;!0===e.propagateEventsUntransformedOnError&&(o="Sending untransformed event to the destination",s=jr.warn,u.push({event:t.message})),s("".concat(r," ").concat(i,". ").concat(o,"."))}})),null==u||u.forEach((function(t){No(t.event)&&r.sendDataToDestination(e,{message:t.event},n)}));break;case 404:jr.warn("[DMT]:: Transformation server access is denied. The configuration data seems to be out of sync. Sending untransformed event to the destination."),r.sendDataToDestination(e,t,n);break;default:!0===e.propagateEventsUntransformedOnError?(jr.warn("[DMT]::[Destination: ".concat(e.name,"] :: Transformation request failed with status: ").concat(o," ").concat(a,". Sending untransformed event.")),r.sendDataToDestination(e,t,n)):jr.error("[DMT]::[Destination: ".concat(e.name,"] :: Transformation request failed with status: ").concat(o," ").concat(a,". Dropping the event."))}}catch(t){t instanceof Error&&(t.message="[DMT]::[Destination:".concat(e.name,"]:: ").concat(t.message)),Jr(t)}}))}))}catch(e){e instanceof Error&&(e.message="[DMT]:: ".concat(e.message)),Jr(e)}}},{key:"processAndSendEventsToDeviceMode",value:function(e,t,n){var r=this,i=[],o=[];e.forEach((function(e){!r.IsEventBlackListed(t.message.event,e.name)&&(e.shouldApplyDeviceModeTransformation?o.push(e):i.push(e))})),i.forEach((function(e){r.sendDataToDestination(e,t,n)})),o.length>0&&this.sendTransformedDataToDestination(o,t,n)}},{key:"queueEventForDataPlane",value:function(e,t){var n=t.message.integrations||{All:!0};t.message.integrations=function(e,t){var n=w(e),r=Object.keys(t).filter((function(e){return!(!0===t[e]&&n[e])})).reduce((function(e,n){return e[n]=t[n],e}),{});return Bo(n,r)}(this.integrationsData,n),this.eventRepository.enqueue(t,e)}},{key:"processBufferedCloudModeEvents",value:function(){this.bufferDataPlaneEventsUntilReady&&this.preProcessQueue.activateProcessor()}},{key:"replayEvents",value:function(e){var t,n,r,i=this;this.errorReporting.leaveBreadcrumb("Started replaying buffered events"),e.clientIntegrationObjects=[],e.clientIntegrationObjects=e.successfullyLoadedIntegration,e.clientIntegrationObjects.every((function(e){return!e.isReady||e.isReady()}))&&(this.integrationsData=(t=this.integrationsData,n=e.clientIntegrationObjects,r=w(t),n.forEach((function(e){if(e.getDataForIntegrationsObject)try{r=Bo(r,e.getDataForIntegrationsObject())}catch(e){jr.debug("[Analytics: prepareDataForIntegrationsObj]",e)}})),r),e.clientIntegrationsReady=!0,e.executeReadyCallback()),this.processBufferedCloudModeEvents(),e.toBeProcessedByIntegrationArray.forEach((function(t){var n=t[0];t.shift(),Object.keys(t[0].message.integrations).length>0&&as(t[0].message.integrations);var r=cs(t[0].message.integrations,e.clientIntegrationObjects);i.processAndSendEventsToDeviceMode(r,t[0],n)})),e.toBeProcessedByIntegrationArray=[]}},{key:"pause",value:function(e){return new Promise((function(t){setTimeout(t,e)}))}},{key:"isInitialized",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return new Promise((function(r){e.isLoaded()?(t.successfullyLoadedIntegration.push(e),r(t)):n>=Kr?(t.failedToBeLoadedIntegration.push(e),r(t)):t.pause(Qr).then((function(){return t.isInitialized(e,n+Qr).then(r)}))}))}},{key:"page",value:function(e,t,r,i,o){if(this.errorReporting.leaveBreadcrumb("Page event"),this.loaded){"function"==typeof i&&(o=i,i=null),"function"==typeof r&&(o=r,i=r=null),"function"==typeof t&&(o=t,i=r=t=null),"function"==typeof e&&(o=e,i=r=t=e=null),"object"===n(e)&&null!=e&&null!=e&&(i=t,r=e,t=e=null),"object"===n(t)&&null!=t&&null!=t&&(i=r,r=t,t=null),"string"==typeof e&&"string"!=typeof t&&(t=e,e=null),this.sendAdblockPage&&"RudderJS-Initiated"!=e&&this.sendSampleRequest();var s=w(r),a=w(i),u=(new Os).setType("page").build();s||(s={}),t&&(u.message.name=s.name=t),e&&(u.message.category=s.category=e),u.message.properties=this.getPageProperties(s),this.processAndSendDataToDestinations("page",u,a,o)}else this.toBeProcessedArray.push(["page"].concat(Array.prototype.slice.call(arguments)))}},{key:"track",value:function(e,t,n,r){if(this.errorReporting.leaveBreadcrumb("Track event"),this.loaded){"function"==typeof n&&(r=n,n=null),"function"==typeof t&&(r=t,n=null,t=null);var i=w(t),o=w(n),s=(new Os).setType("track").build();e&&s.setEventName(e),s.setProperty(i||{}),this.processAndSendDataToDestinations("track",s,o,r)}else this.toBeProcessedArray.push(["track"].concat(Array.prototype.slice.call(arguments)))}},{key:"identify",value:function(e,t,r,i){if(this.errorReporting.leaveBreadcrumb("Identify event"),this.loaded){"function"==typeof r&&(i=r,r=null),"function"==typeof t&&(i=t,r=null,t=null),"object"===n(e)&&(r=t,t=e,e=this.userId);var o=fs(e);o&&this.userId&&o!==this.userId&&this.reset(),this.userId=o,this.storage.setUserId(this.userId);var s=w(t),a=w(r);if(s){for(var u in s)this.userTraits[u]=s[u];this.storage.setUserTraits(this.userTraits)}var c=(new Os).setType("identify").build();this.processAndSendDataToDestinations("identify",c,a,i)}else this.toBeProcessedArray.push(["identify"].concat(Array.prototype.slice.call(arguments)))}},{key:"alias",value:function(e,t,r,i){if(this.errorReporting.leaveBreadcrumb("Alias event"),this.loaded){"function"==typeof r&&(i=r,r=null),"function"==typeof t&&(i=t,r=null,t=null),"function"==typeof e&&(i=e,r=null,t=null,e=null),"object"===n(t)&&(r=t,t=null),"object"===n(e)&&(r=e,t=null,e=null);var o=(new Os).setType("alias").build();o.message.previousId=fs(t)||(this.userId?this.userId:this.getAnonymousId()),o.message.userId=fs(e);var s=w(r);this.processAndSendDataToDestinations("alias",o,s,i)}else this.toBeProcessedArray.push(["alias"].concat(Array.prototype.slice.call(arguments)))}},{key:"group",value:function(e,t,r,i){if(this.errorReporting.leaveBreadcrumb("Group event"),this.loaded){if(0!==arguments.length){"function"==typeof r&&(i=r,r=null),"function"==typeof t&&(i=t,r=null,t=null),"object"===n(e)&&(r=t,t=e,e=this.groupId),"function"==typeof e&&(i=e,r=null,t=null,e=this.groupId),this.groupId=fs(e),this.storage.setGroupId(this.groupId);var o=w(t),s=w(r),a=(new Os).setType("group").build();if(o)for(var u in o)this.groupTraits[u]=o[u];else this.groupTraits={};this.storage.setGroupTraits(this.groupTraits),this.processAndSendDataToDestinations("group",a,s,i)}}else this.toBeProcessedArray.push(["group"].concat(Array.prototype.slice.call(arguments)))}},{key:"IsEventBlackListed",value:function(e,t){if(!e||"string"!=typeof e)return!1;var n=Fr[t],r=this.clientIntegrations.find((function(e){return e.name===n})).config,i=r.blacklistedEvents,o=r.whitelistedEvents,s=r.eventFilteringOption;if(!s)return!1;var a=e.trim().toUpperCase();switch(s){case"disable":default:return!1;case"blacklistedEvents":return!!Array.isArray(i)&&i.some((function(e){return e.eventName.trim().toUpperCase()===a}));case"whitelistedEvents":return!Array.isArray(o)||!o.some((function(e){return e.eventName.trim().toUpperCase()===a}))}}},{key:"shouldUseGlobalIntegrationsConfigInEvents",value:function(){return this.useGlobalIntegrationsConfigInEvents&&this.loadOnlyIntegrations&&Object.keys(this.loadOnlyIntegrations).length>0}},{key:"processAndSendDataToDestinations",value:function(e,n,r,i){try{this.anonymousId||this.setAnonymousId(),this.errorReporting.leaveBreadcrumb("Started sending data to destinations"),n.message.context.traits=t({},this.userTraits),n.message.anonymousId=this.anonymousId,n.message.userId=n.message.userId?n.message.userId:this.userId,"group"==e&&(this.groupId&&(n.message.groupId=this.groupId),this.groupTraits&&(n.message.traits=t({},this.groupTraits)));try{var o=this.uSession.getSessionInfo(),s=o.sessionId,a=o.sessionStart;n.message.context.sessionId=s,a&&(n.message.context.sessionStart=!0)}catch(e){Jr(e)}f=this.cookieConsentOptions,h=!1,Object.keys(f).forEach((function(e){Zo.includes(e)&&"boolean"==typeof f[e].enabled&&!0===f[e].enabled&&(h=!0)})),h&&(n.message.context.consentManagement={deniedConsentIds:this.deniedConsentIds||[]}),this.processOptionsParam(n,r),function(e,t){var n=e.properties,r=e.traits,i=e.context;n&&Object.keys(n).forEach((function(e){qo.indexOf(e.toLowerCase())>=0&&jr.error("Warning! : Reserved keyword used in properties--\x3e ".concat(e," with ").concat(t," call"))})),r&&Object.keys(r).forEach((function(e){qo.indexOf(e.toLowerCase())>=0&&jr.error("Warning! : Reserved keyword used in traits--\x3e ".concat(e," with ").concat(t," call"))}));var o=i.traits;o&&Object.keys(o).forEach((function(e){qo.indexOf(e.toLowerCase())>=0&&jr.error("Warning! : Reserved keyword used in traits --\x3e ".concat(e," with ").concat(t," call"))}))}(n.message,e);var u=n.message.integrations;u?as(u):u=this.shouldUseGlobalIntegrationsConfigInEvents()?this.loadOnlyIntegrations:ns,n.message.integrations=u;try{n.message.context["ua-ch"]=this.uach}catch(e){Jr(e)}if(this.clientIntegrationObjects){var c=cs(u,this.clientIntegrationObjects);this.processAndSendEventsToDeviceMode(c,n,e)}else this.toBeProcessedByIntegrationArray.push([e,n]);var l=w(n);us(l.message.integrations),!this.bufferDataPlaneEventsUntilReady||this.clientIntegrationObjects?this.queueEventForDataPlane(e,l):this.preProcessQueue.enqueue(e,l),i&&"function"==typeof i&&i(l)}catch(e){Jr(e)}var f,h}},{key:"utm",value:function(e){var t={};try{var n=new URL(e),r="utm_";n.searchParams.forEach((function(e,n){if(n.startsWith(r)){var i=n.substring(4);"campaign"===i&&(i="name"),t[i]=e}}))}catch(e){}return t}},{key:"addCampaignInfo",value:function(e){var t=e.message.context;t&&"object"===n(t)&&(e.message.context.campaign=this.utm(window.location.href))}},{key:"processOptionsParam",value:function(e,r){var i=e.message,o=i.type,a=i.properties;this.addCampaignInfo(e),e.message.context.page=this.getContextPageProperties("page"===o?a:void 0),function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};"object"===n(t)&&null!==t&&Object.keys(t).forEach((function(n){Ga.includes(n)&&(e[n]=t[n])}))}(e.message,r),e.message.context=function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=e.context;return"object"!==n(r)||null===r||Object.keys(r).forEach((function(e){if(!Ga.includes(e)&&!es.includes(e))if("context"!==e)i=Bo(i,s({},e,r[e]));else if("object"===n(r[e])&&null!==r[e]){var o={};Object.keys(r[e]).forEach((function(t){es.includes(t)||(o[t]=r[e][t])})),i=Bo(i,t({},o))}else jr.error("[Analytics: processOptionsParam] context passed in options ".concat(e," is not object."))})),i}(e.message,r)}},{key:"getPageProperties",value:function(e,t){var n=vs(),r=t&&t.page||{};for(var i in n)void 0===e[i]&&(e[i]=r[i]||n[i]);return e}},{key:"getContextPageProperties",value:function(e){var t=vs(),n={};for(var r in t)n[r]=e&&e[r]?e[r]:t[r];return n}},{key:"reset",value:function(e){this.errorReporting.leaveBreadcrumb("reset API :: flag: ".concat(e)),this.loaded?(e&&(this.anonymousId=""),this.userId="",this.userTraits={},this.groupId="",this.groupTraits={},this.uSession.reset(),this.storage.clear(e)):this.toBeProcessedArray.push(["reset",e])}},{key:"getAnonymousId",value:function(e){return this.anonymousId=this.storage.getAnonymousId(e),this.anonymousId||this.setAnonymousId(),this.anonymousId}},{key:"getUserId",value:function(){return this.userId}},{key:"getSessionId",value:function(){return this.uSession.getSessionId()}},{key:"getUserTraits",value:function(){return this.userTraits}},{key:"getGroupId",value:function(){return this.groupId}},{key:"getGroupTraits",value:function(){return this.groupTraits}},{key:"setAnonymousId",value:function(e,t){var n=t?xa(t):null,r=n?n.rs_amp_id:null;this.anonymousId=e||r||is(),this.storage.setAnonymousId(this.anonymousId)}},{key:"isValidWriteKey",value:function(e){return e&&"string"==typeof e&&e.trim().length>0}},{key:"isValidServerUrl",value:function(e){return e&&"string"==typeof e&&e.trim().length>0}},{key:"isDatasetAvailable",value:function(){var e=document.createElement("div");return e.setAttribute("data-a-b","c"),!!e.dataset&&"c"===e.dataset.aB}},{key:"loadAfterPolyfill",value:function(e,r,i){var o=this;if("object"===n(r)&&null!==r&&(i=r,r=null),i&&i.logLevel&&(this.logLevel=i.logLevel,jr.setLogLevel(i.logLevel)),!this.isValidWriteKey(e))throw Error("Unable to load the SDK due to invalid writeKey");if(!this.storage||0===Object.keys(this.storage).length)throw Error("Cannot proceed as no storage is available");i&&i.cookieConsentManager&&(this.cookieConsentOptions=i.cookieConsentManager),this.writeKey=e,this.serverUrl=r,this.options=i;var s={};if(i&&i.setCookieDomain&&(s=t(t({},s),{},{domain:i.setCookieDomain})),i&&"boolean"==typeof i.secureCookie&&(s=t(t({},s),{},{secure:i.secureCookie})),i&&-1!==Jo.indexOf(i.sameSiteCookie)&&(s=t(t({},s),{},{samesite:i.sameSiteCookie})),this.storage.options(s),i&&"string"==typeof i.uaChTrackLevel&&ts.includes(i.uaChTrackLevel)&&(this.uaChTrackLevel=i.uaChTrackLevel),navigator.userAgentData&&function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"none";"none"===t&&e(void 0),"default"===t&&e(navigator.userAgentData),"full"===t&&navigator.userAgentData.getHighEntropyValues(["architecture","bitness","brands","mobile","model","platform","platformVersion","uaFullVersion","fullVersionList","wow64"]).then((function(t){e(t)}))}((function(e){o.uach=e}),this.uaChTrackLevel),i&&i.integrations&&(a(this.loadOnlyIntegrations,i.integrations),as(this.loadOnlyIntegrations)),this.useGlobalIntegrationsConfigInEvents=i&&!0===i.useGlobalIntegrationsConfigInEvents,i&&i.sendAdblockPage&&(this.sendAdblockPage=!0),i&&i.sendAdblockPageOptions&&"object"===n(i.sendAdblockPageOptions)&&(this.sendAdblockPageOptions=i.sendAdblockPageOptions),this.uSession.initialize(i),i&&i.clientSuppliedCallbacks){var u={};Object.keys(this.methodToCallbackMapping).forEach((function(e){o.methodToCallbackMapping.hasOwnProperty(e)&&i.clientSuppliedCallbacks[o.methodToCallbackMapping[e]]&&(u[e]=i.clientSuppliedCallbacks[o.methodToCallbackMapping[e]])})),a(this.clientSuppliedCallbacks,u),this.registerCallbacks(!0)}if(i&&null!=i.loadIntegration&&(this.loadIntegration=!!i.loadIntegration),i&&"boolean"==typeof i.bufferDataPlaneEventsUntilReady&&(this.bufferDataPlaneEventsUntilReady=!0===i.bufferDataPlaneEventsUntilReady,this.bufferDataPlaneEventsUntilReady&&this.preProcessQueue.init(this.options,this.queueEventForDataPlane.bind(this))),i&&"number"==typeof i.dataPlaneEventsBufferTimeout&&(this.dataPlaneEventsBufferTimeout=i.dataPlaneEventsBufferTimeout),i&&void 0!==i.lockIntegrationsVersion&&(this.lockIntegrationsVersion=!0===i.lockIntegrationsVersion),this.initializeUser(i?i.anonymousIdOptions:void 0),this.setInitialPageProperties(),this.destSDKBaseURL=function(e,t,n){var r="";if(n){if(!(r=rs(n))){var i="CDN base URL for integrations is not valid";throw Jr({message:"[Analytics] load:: ".concat(i)}),Error("Failed to load Rudder SDK: ".concat(i))}return r}var o=ls().sdkURL;return r=o?o.split("/").slice(0,-1).concat(Yo).join("/"):Xo,t&&(r=r.replace(Wo,e)),r}(this.version,this.lockIntegrationsVersion,i&&i.destSDKBaseURL),i&&i.getSourceConfig)if("function"!=typeof i.getSourceConfig)Jr(new Error('option "getSourceConfig" must be a function'));else{var c=i.getSourceConfig();c instanceof Promise?c.then((function(e){return o.processResponse(200,e)})).catch(Jr):this.processResponse(200,c)}else{var l=function(e){return Vo.concat(Vo.includes("?")?"&":"?").concat(e?"writeKey=".concat(e):"")}(e);i&&i.configUrl&&(l=function(e,t){var n=e;-1===n.indexOf("sourceConfig")&&(n="".concat(rs(n),"/sourceConfig/")),n="/"===n.slice(-1)?n:"".concat(n,"/");var r=t.split("?")[1],i=n.split("?");return i.length>1&&i[1]!==r?"".concat(i[0],"?").concat(r):"".concat(n,"?").concat(r)}(i.configUrl,l));try{!function(e,t,n,r){var i=r.bind(e),o=new XMLHttpRequest;o.open("GET",t,!0),o.setRequestHeader("Authorization","Basic ".concat(btoa("".concat(n,":")))),o.onload=function(){var e=o.status,n=o.responseText;200===e?i(200,n):(Jr(new Error("".concat(zr," ").concat(e," for url: ").concat(t))),i(e))},o.send()}(this,l,e,this.processResponse)}catch(e){Jr(e)}}}},{key:"arePolyfillsRequired",value:function(e){return(!e||"boolean"!=typeof e.polyfillIfRequired||e.polyfillIfRequired)&&(!String.prototype.endsWith||!String.prototype.startsWith||!String.prototype.includes||!Array.prototype.find||!Array.prototype.includes||"function"!=typeof window.URL||"undefined"==typeof Promise||!Object.entries||!Object.values||!String.prototype.replaceAll||!this.isDatasetAvailable()||"function"!=typeof TextDecoder||"function"!=typeof Uint8Array)}},{key:"load",value:function(e,t,n){if(!this.loaded){var r=w(n);if(this.arePolyfillsRequired(r)){var i="polyfill";Do(i,"https://polyfill.io/v3/polyfill.min.js?features=Number.isNaN%2CURL%2CArray.prototype.find%2CArray.prototype.includes%2CPromise%2CString.prototype.endsWith%2CString.prototype.includes%2CString.prototype.startsWith%2CObject.entries%2CObject.values%2CElement.prototype.dataset%2CString.prototype.replaceAll%2CTextDecoder%2Uint8Array",{skipDatasetAttributes:!0});var o=this,s=setInterval((function(){!window.hasOwnProperty(i)&&null===document.getElementById(i)||"undefined"==typeof Promise||(clearInterval(s),o.loadAfterPolyfill(e,t,r))}),100);setTimeout((function(){clearInterval(s)}),Kr)}else this.loadAfterPolyfill(e,t,r)}}},{key:"ready",value:function(e){this.loaded?"function"!=typeof e?jr.error("ready callback is not a function"):this.clientIntegrationsReady?e():this.readyCallbacks.push(e):this.toBeProcessedArray.push(["ready",e])}},{key:"initializeCallbacks",value:function(){var e=this;Object.keys(this.methodToCallbackMapping).forEach((function(t){e.methodToCallbackMapping.hasOwnProperty(t)&&e.on(t,(function(){}))}))}},{key:"registerCallbacks",value:function(e){var t=this;e||Object.keys(this.methodToCallbackMapping).forEach((function(e){t.methodToCallbackMapping.hasOwnProperty(e)&&window.rudderanalytics&&"function"==typeof window.rudderanalytics[t.methodToCallbackMapping[e]]&&(t.clientSuppliedCallbacks[e]=window.rudderanalytics[t.methodToCallbackMapping[e]])})),Object.keys(this.clientSuppliedCallbacks).forEach((function(e){t.clientSuppliedCallbacks.hasOwnProperty(e)&&t.on(e,t.clientSuppliedCallbacks[e])}))}},{key:"sendSampleRequest",value:function(){Do("ad-block","//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js",{isNonNativeSDK:!0})}},{key:"startSession",value:function(e){this.uSession.start(e)}},{key:"endSession",value:function(){this.uSession.end()}},{key:"setAuthToken",value:function(e){"string"==typeof e?(this.storage.setAuthToken(e),this.transformationHandler.setAuthToken(e)):jr.error("Provided input should be in string format")}}]),e}(),$a=new Ja;v($a),window.addEventListener("error",(function(e){Jr(e,void 0,$a)}),!0),$a.initializeCallbacks(),$a.registerCallbacks(!1);var Za,eu="load",tu=window.rudderanalytics,nu=Array.isArray(tu);if(nu)for(var ru=0;ru<tu.length;){if(tu[ru]&&tu[ru][0]===eu){Za=tu[ru],tu.splice(ru,1);break}ru+=1}!function(e){var t="ajs_trait_",n="ajs_prop_";function r(e,t){var n={};return Object.keys(e).forEach((function(r){r.startsWith(t)&&(n[r.substr(t.length)]=e[r])})),n}var i=function(e){var t={};try{new URL(e).searchParams.forEach((function(e,n){t[n]=e}))}catch(e){}return t}(e);i.ajs_aid&&$a.toBeProcessedArray.push(["setAnonymousId",i.ajs_aid]),i.ajs_uid&&$a.toBeProcessedArray.push(["identify",i.ajs_uid,r(i,t)]),i.ajs_event&&$a.toBeProcessedArray.push(["track",i.ajs_event,r(i,n)])}(window.location.href),nu&&tu.forEach((function(e){return $a.toBeProcessedArray.push(e)})),Za&&Za.length>0&&(Za.shift(),$a[eu].apply($a,u(Za)));var iu=$a.ready.bind($a),ou=$a.identify.bind($a),su=$a.page.bind($a),au=$a.track.bind($a),uu=$a.alias.bind($a),cu=$a.group.bind($a),lu=$a.reset.bind($a),fu=$a.load.bind($a),hu=$a.initialized=!0,du=$a.getUserId.bind($a),pu=$a.getSessionId.bind($a),gu=$a.getUserTraits.bind($a),yu=$a.getAnonymousId.bind($a),vu=$a.setAnonymousId.bind($a),mu=$a.getGroupId.bind($a),Iu=$a.getGroupTraits.bind($a),Au=$a.startSession.bind($a),bu=$a.endSession.bind($a),ku=$a.setAuthToken.bind($a);exports.alias=uu,exports.endSession=bu,exports.getAnonymousId=yu,exports.getGroupId=mu,exports.getGroupTraits=Iu,exports.getSessionId=pu,exports.getUserId=du,exports.getUserTraits=gu,exports.group=cu,exports.identify=ou,exports.initialized=hu,exports.load=fu,exports.page=su,exports.ready=iu,exports.reset=lu,exports.setAnonymousId=vu,exports.setAuthToken=ku,exports.startSession=Au,exports.track=au;
@@ -76,7 +76,7 @@ declare module 'rudder-sdk-js' {
76
76
  */
77
77
  interface loadOptions {
78
78
  integrations?: integrationOptions;
79
- // defaults to https://api.rudderlabs.com
79
+ // defaults to https://api.rudderstack.com
80
80
  configUrl?: string;
81
81
  queueOptions?: queueOptions;
82
82
  // Defaults to true