@wix/bex-utils 2.5.0 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@wix/bi-logger-os-data/dist/cjs/index.js +4279 -0
- package/@wix/bi-logger-os-data/dist/cjs/index.js.map +1 -0
- package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js +4288 -0
- package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js.map +1 -0
- package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js +56732 -0
- package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js.map +1 -0
- package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js +4314 -0
- package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js.map +1 -0
- package/@wix/bi-logger-os-data/dist/cjs/v2/index.js +26632 -0
- package/@wix/bi-logger-os-data/dist/cjs/v2/index.js.map +1 -0
- package/@wix/bi-logger-os-data/dist/esm/index.js +4274 -0
- package/@wix/bi-logger-os-data/dist/esm/index.js.map +1 -0
- package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js +4279 -0
- package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js.map +1 -0
- package/@wix/bi-logger-os-data/dist/esm/testkit/common.js +56727 -0
- package/@wix/bi-logger-os-data/dist/esm/testkit/common.js.map +1 -0
- package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js +4285 -0
- package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js.map +1 -0
- package/@wix/bi-logger-os-data/dist/esm/v2/index.js +25192 -0
- package/@wix/bi-logger-os-data/dist/esm/v2/index.js.map +1 -0
- package/@wix/bi-logger-os-data/dist/types/index.d.ts +1426 -0
- package/@wix/bi-logger-os-data/dist/types/testkit/client-testkit.d.ts +12457 -0
- package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +12458 -0
- package/@wix/bi-logger-os-data/dist/types/types.d.ts +12452 -0
- package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +22374 -0
- package/@wix/{bi-logger-cairo-os → bi-logger-os-data}/package.json +6 -6
- package/@wix/bi-logger-os-data/src/index.ts +5678 -0
- package/@wix/bi-logger-os-data/src/testkit/client-testkit.ts +16678 -0
- package/@wix/bi-logger-os-data/src/testkit/common.ts +65077 -0
- package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +16688 -0
- package/@wix/bi-logger-os-data/src/types.ts +22122 -0
- package/@wix/bi-logger-os-data/src/v2/index.ts +26601 -0
- package/README.md +1 -1
- package/package.json +3 -3
- package/@wix/bi-logger-cairo-os/dist/cjs/index.js +0 -297
- package/@wix/bi-logger-cairo-os/dist/cjs/index.js.map +0 -1
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js +0 -603
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js.map +0 -1
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js +0 -7239
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js.map +0 -1
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/node-testkit.js +0 -647
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/node-testkit.js.map +0 -1
- package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js +0 -2267
- package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js.map +0 -1
- package/@wix/bi-logger-cairo-os/dist/esm/index.js +0 -293
- package/@wix/bi-logger-cairo-os/dist/esm/index.js.map +0 -1
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js +0 -595
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js.map +0 -1
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js +0 -7235
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js.map +0 -1
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/node-testkit.js +0 -619
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/node-testkit.js.map +0 -1
- package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js +0 -2186
- package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js.map +0 -1
- package/@wix/bi-logger-cairo-os/dist/types/index.d.ts +0 -94
- package/@wix/bi-logger-cairo-os/dist/types/testkit/client-testkit.d.ts +0 -1510
- package/@wix/bi-logger-cairo-os/dist/types/testkit/node-testkit.d.ts +0 -1511
- package/@wix/bi-logger-cairo-os/dist/types/types.d.ts +0 -1505
- package/@wix/bi-logger-cairo-os/dist/types/v2/index.d.ts +0 -2032
- package/@wix/bi-logger-cairo-os/src/index.ts +0 -350
- package/@wix/bi-logger-cairo-os/src/testkit/client-testkit.ts +0 -1771
- package/@wix/bi-logger-cairo-os/src/testkit/common.ts +0 -7312
- package/@wix/bi-logger-cairo-os/src/testkit/node-testkit.ts +0 -1781
- package/@wix/bi-logger-cairo-os/src/types.ts +0 -2596
- package/@wix/bi-logger-cairo-os/src/v2/index.ts +0 -2263
- package/@wix/bi-logger-cairo-os/testkit/package.json +0 -6
- /package/@wix/{bi-logger-cairo-os → bi-logger-os-data}/dist/cjs/types.js +0 -0
- /package/@wix/{bi-logger-cairo-os → bi-logger-os-data}/dist/cjs/types.js.map +0 -0
- /package/@wix/{bi-logger-cairo-os → bi-logger-os-data}/dist/esm/types.js +0 -0
- /package/@wix/{bi-logger-cairo-os → bi-logger-os-data}/dist/esm/types.js.map +0 -0
- /package/@wix/{bi-logger-cairo-os → bi-logger-os-data}/dist/types/testkit/common.d.ts +0 -0
- /package/@wix/{bi-logger-cairo-os → bi-logger-os-data}/src/external-types.d.ts +0 -0
- /package/@wix/{bi-logger-cairo-os → bi-logger-os-data}/testkit/client/package.json +0 -0
- /package/@wix/{bi-logger-cairo-os → bi-logger-os-data}/testkit/node/package.json +0 -0
- /package/@wix/{bi-logger-cairo-os → bi-logger-os-data}/v2/package.json +0 -0
- /package/@wix/{bi-logger-cairo-os → bi-logger-os-data}/v2/types.d.ts +0 -0
|
@@ -0,0 +1,4279 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
+
var t = {};
|
|
4
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
+
t[p] = s[p];
|
|
6
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
+
t[p[i]] = s[p[i]];
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.getLoggerConf = exports.Logger = void 0;
|
|
15
|
+
const defaultConfig = { endpoint: '' };
|
|
16
|
+
const init = (webOrMobileLogger) => (userConfig = {}) => {
|
|
17
|
+
const { defaults } = userConfig, restOfConfig = __rest(userConfig, ["defaults"]);
|
|
18
|
+
const config = Object.assign(Object.assign({}, defaultConfig), restOfConfig);
|
|
19
|
+
const factoryInstance = typeof webOrMobileLogger.factory === 'function' ? webOrMobileLogger.factory(config) : webOrMobileLogger;
|
|
20
|
+
const logger = getLogger(factoryInstance);
|
|
21
|
+
return defaults ? logger.util.updateDefaults(defaults) : logger;
|
|
22
|
+
};
|
|
23
|
+
const initCustomLogger = (factoryInstance) => getLogger(factoryInstance);
|
|
24
|
+
const getLogger = (biLoggerClientFactoryInstance) => {
|
|
25
|
+
return new Logger(biLoggerClientFactoryInstance);
|
|
26
|
+
};
|
|
27
|
+
class Logger {
|
|
28
|
+
constructor(biLoggerClientFactoryInstance) {
|
|
29
|
+
this.biLoggerClientFactoryInstance = biLoggerClientFactoryInstance;
|
|
30
|
+
this.util = {
|
|
31
|
+
updateDefaults: (defaults) => {
|
|
32
|
+
this.biLoggerClientFactoryInstance.updateDefaults(defaults);
|
|
33
|
+
return this;
|
|
34
|
+
},
|
|
35
|
+
log: (logParams, context) => {
|
|
36
|
+
return this.bi.log(logParams, context);
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
biLoggerClientFactoryInstance.updateDefaults({ src: 5 });
|
|
40
|
+
this.bi = biLoggerClientFactoryInstance.logger({});
|
|
41
|
+
}
|
|
42
|
+
helpWidgetClickOnSeeAllResults(params) {
|
|
43
|
+
return this.bi.log(Object.assign({ evid: 5, src: 5 }, params), { endpoint: '' });
|
|
44
|
+
}
|
|
45
|
+
helpWidgetErrorSearchingItems(params) {
|
|
46
|
+
return this.bi.log(Object.assign({ evid: 6, src: 5 }, params), { endpoint: '' });
|
|
47
|
+
}
|
|
48
|
+
errorEvent(params) {
|
|
49
|
+
return this.bi.log(Object.assign({ evid: 10, src: 5 }, params), { endpoint: '' });
|
|
50
|
+
}
|
|
51
|
+
dashboardUpgradeLink(params) {
|
|
52
|
+
return this.bi.log(Object.assign({ evid: 12, src: 5 }, params), { endpoint: '' });
|
|
53
|
+
}
|
|
54
|
+
dashboardSearch(params) {
|
|
55
|
+
return this.bi.log(Object.assign({ evid: 13, src: 5 }, params), { endpoint: '' });
|
|
56
|
+
}
|
|
57
|
+
dashboardSiteNavigation(params) {
|
|
58
|
+
return this.bi.log(Object.assign({ evid: 15, src: 5 }, params), { endpoint: '' });
|
|
59
|
+
}
|
|
60
|
+
dashboardSiteQuickActionClick(params) {
|
|
61
|
+
return this.bi.log(Object.assign({ evid: 16, src: 5 }, params), { endpoint: '' });
|
|
62
|
+
}
|
|
63
|
+
dashboardSiteAppPromo(params) {
|
|
64
|
+
return this.bi.log(Object.assign({ evid: 17, src: 5 }, params), { endpoint: '' });
|
|
65
|
+
}
|
|
66
|
+
dashboardSiteNewsViewAll(params) {
|
|
67
|
+
return this.bi.log(Object.assign({ evid: 18, src: 5 }, params), { endpoint: '' });
|
|
68
|
+
}
|
|
69
|
+
dashboardSiteNewsClickItem(params) {
|
|
70
|
+
return this.bi.log(Object.assign({ evid: 19, src: 5 }, params), { endpoint: '' });
|
|
71
|
+
}
|
|
72
|
+
dashboardUserSeeFeed(params) {
|
|
73
|
+
return this.bi.log(Object.assign({ evid: 20, src: 5 }, params), { endpoint: '' });
|
|
74
|
+
}
|
|
75
|
+
dashboardSiteNewsFilter(params) {
|
|
76
|
+
return this.bi.log(Object.assign({ evid: 21, src: 5 }, params), { endpoint: '' });
|
|
77
|
+
}
|
|
78
|
+
dashboardSettingsUpdate(params) {
|
|
79
|
+
return this.bi.log(Object.assign({ evid: 22, src: 5 }, params), { endpoint: '' });
|
|
80
|
+
}
|
|
81
|
+
dashboardTpaUpgradeClick(params) {
|
|
82
|
+
return this.bi.log(Object.assign({ evid: 23, src: 5 }, params), { endpoint: '' });
|
|
83
|
+
}
|
|
84
|
+
dashboardSiteSelectorLoaded(params) {
|
|
85
|
+
return this.bi.log(Object.assign({ evid: 24, src: 5 }, params), { endpoint: '' });
|
|
86
|
+
}
|
|
87
|
+
dashboardSiteSelectorButton(params) {
|
|
88
|
+
return this.bi.log(Object.assign({ evid: 25, src: 5 }, params), { endpoint: '' });
|
|
89
|
+
}
|
|
90
|
+
dashboardQuickActionsDragNDrop(params) {
|
|
91
|
+
return this.bi.log(Object.assign({ evid: 26, src: 5 }, params), { endpoint: '' });
|
|
92
|
+
}
|
|
93
|
+
dashboardClickOnSideBar(params) {
|
|
94
|
+
return this.bi.log(Object.assign({ evid: 27, src: 5 }, params), { endpoint: '' });
|
|
95
|
+
}
|
|
96
|
+
dashboardShowMorePopularShortcutsClick(params) {
|
|
97
|
+
return this.bi.log(Object.assign({ evid: 28, src: 5 }, params), { endpoint: '' });
|
|
98
|
+
}
|
|
99
|
+
dashboardLessPopularShortcutsClick(params) {
|
|
100
|
+
return this.bi.log(Object.assign({ evid: 29, src: 5 }, params), { endpoint: '' });
|
|
101
|
+
}
|
|
102
|
+
dashboardTourUserSeesTourBanner(params) {
|
|
103
|
+
return this.bi.log(Object.assign({ evid: 30, src: 5 }, params), { endpoint: '' });
|
|
104
|
+
}
|
|
105
|
+
dashboardTourCloseTour(params) {
|
|
106
|
+
return this.bi.log(Object.assign({ evid: 31, src: 5 }, params), { endpoint: '' });
|
|
107
|
+
}
|
|
108
|
+
dashboardTourNextStep(params) {
|
|
109
|
+
return this.bi.log(Object.assign({ evid: 32, src: 5 }, params), { endpoint: '' });
|
|
110
|
+
}
|
|
111
|
+
dashboardUserSeeFeedMoreThen3Sec(params) {
|
|
112
|
+
return this.bi.log(Object.assign({ evid: 33, src: 5 }, params), { endpoint: '' });
|
|
113
|
+
}
|
|
114
|
+
dashboardShowSideBar(params) {
|
|
115
|
+
return this.bi.log(Object.assign({ evid: 35, src: 5 }, params), { endpoint: '' });
|
|
116
|
+
}
|
|
117
|
+
dashboardCloseBanner(params) {
|
|
118
|
+
return this.bi.log(Object.assign({ evid: 36, src: 5 }, params), { endpoint: '' });
|
|
119
|
+
}
|
|
120
|
+
dashboardNewsUserClickReadMore(params) {
|
|
121
|
+
return this.bi.log(Object.assign({ evid: 37, src: 5 }, params), { endpoint: '' });
|
|
122
|
+
}
|
|
123
|
+
dashboardNewsClickViewAll(params) {
|
|
124
|
+
return this.bi.log(Object.assign({ evid: 38, src: 5 }, params), { endpoint: '' });
|
|
125
|
+
}
|
|
126
|
+
dashboardProsSiteActionsOpened(params) {
|
|
127
|
+
return this.bi.log(Object.assign({ evid: 39, src: 5 }, params), { endpoint: '' });
|
|
128
|
+
}
|
|
129
|
+
dashboardClickOnMySites(params) {
|
|
130
|
+
return this.bi.log(Object.assign({ evid: 40, src: 5 }, params), { endpoint: '' });
|
|
131
|
+
}
|
|
132
|
+
dashboardClickToggleSitesListInNavbar(params) {
|
|
133
|
+
return this.bi.log(Object.assign({ evid: 41, src: 5 }, params), { endpoint: '' });
|
|
134
|
+
}
|
|
135
|
+
dashboardSiteQuickActionDialogApprove(params) {
|
|
136
|
+
return this.bi.log(Object.assign({ evid: 42, src: 5 }, params), { endpoint: '' });
|
|
137
|
+
}
|
|
138
|
+
dashboardSiteQuickActionDialogClose(params) {
|
|
139
|
+
return this.bi.log(Object.assign({ evid: 43, src: 5 }, params), { endpoint: '' });
|
|
140
|
+
}
|
|
141
|
+
myAccountClickOnHelp(params) {
|
|
142
|
+
return this.bi.log(Object.assign({ evid: 44, src: 5 }, params), { endpoint: '' });
|
|
143
|
+
}
|
|
144
|
+
dashboardAccountSettingsImageAction(params) {
|
|
145
|
+
return this.bi.log(Object.assign({ evid: 45, src: 5 }, params), { endpoint: '' });
|
|
146
|
+
}
|
|
147
|
+
dashboardAccountSettingsImageActionSuccess(params) {
|
|
148
|
+
return this.bi.log(Object.assign({ evid: 46, src: 5 }, params), { endpoint: '' });
|
|
149
|
+
}
|
|
150
|
+
dashboardClickOnConnectDomain(params) {
|
|
151
|
+
return this.bi.log(Object.assign({ evid: 50, src: 5 }, params), { endpoint: '' });
|
|
152
|
+
}
|
|
153
|
+
dashboardClickOnSelectPremiumPlan(params) {
|
|
154
|
+
return this.bi.log(Object.assign({ evid: 51, src: 5 }, params), { endpoint: '' });
|
|
155
|
+
}
|
|
156
|
+
dashboardClickBuyDomainFirst(params) {
|
|
157
|
+
return this.bi.log(Object.assign({ evid: 52, src: 5 }, params), { endpoint: '' });
|
|
158
|
+
}
|
|
159
|
+
dashboardCloseConnectDomainPopUp(params) {
|
|
160
|
+
return this.bi.log(Object.assign({ evid: 53, src: 5 }, params), { endpoint: '' });
|
|
161
|
+
}
|
|
162
|
+
dashboardBannerLoadingInit(params) {
|
|
163
|
+
return this.bi.log(Object.assign({ evid: 54, src: 5 }, params), { endpoint: '' });
|
|
164
|
+
}
|
|
165
|
+
dashboardBannerLoadingComplete(params) {
|
|
166
|
+
return this.bi.log(Object.assign({ evid: 55, src: 5 }, params), { endpoint: '' });
|
|
167
|
+
}
|
|
168
|
+
siteHistoryViewerNotLoaded(params) {
|
|
169
|
+
return this.bi.log(Object.assign({ evid: 56, src: 5 }, params), { endpoint: '' });
|
|
170
|
+
}
|
|
171
|
+
dashboardClickOnCreatePriorityTicketExperts(params) {
|
|
172
|
+
return this.bi.log(Object.assign({ evid: 57, src: 5 }, params), { endpoint: '' });
|
|
173
|
+
}
|
|
174
|
+
transferSiteResendTransferEmailClick(params) {
|
|
175
|
+
return this.bi.log(Object.assign({ evid: 58, src: 5 }, params), { endpoint: '' });
|
|
176
|
+
}
|
|
177
|
+
transferSiteGetTransferLinkClick(params) {
|
|
178
|
+
return this.bi.log(Object.assign({ evid: 59, src: 5 }, params), { endpoint: '' });
|
|
179
|
+
}
|
|
180
|
+
transferSiteCancelTransferClick(params) {
|
|
181
|
+
return this.bi.log(Object.assign({ evid: 60, src: 5 }, params), { endpoint: '' });
|
|
182
|
+
}
|
|
183
|
+
transferSiteCancelTransferClickApprove(params) {
|
|
184
|
+
return this.bi.log(Object.assign({ evid: 61, src: 5 }, params), { endpoint: '' });
|
|
185
|
+
}
|
|
186
|
+
transferSiteCancelTransferAbort(params) {
|
|
187
|
+
return this.bi.log(Object.assign({ evid: 62, src: 5 }, params), { endpoint: '' });
|
|
188
|
+
}
|
|
189
|
+
transferSiteReceiverOpenCompleteTransferDialog(params) {
|
|
190
|
+
return this.bi.log(Object.assign({ evid: 64, src: 5 }, params), { endpoint: '' });
|
|
191
|
+
}
|
|
192
|
+
quotesNewQuoteClick(params) {
|
|
193
|
+
return this.bi.log(Object.assign({ evid: 65, src: 5 }, params), { endpoint: '' });
|
|
194
|
+
}
|
|
195
|
+
dashboardAccountSettingsHoverOverSendConfirmationI(params) {
|
|
196
|
+
return this.bi.log(Object.assign({ evid: 66, src: 5 }, params), { endpoint: '' });
|
|
197
|
+
}
|
|
198
|
+
dashboardAccountSettingsClickLearnMoreInI(params) {
|
|
199
|
+
return this.bi.log(Object.assign({ evid: 67, src: 5 }, params), { endpoint: '' });
|
|
200
|
+
}
|
|
201
|
+
dashboardAccountSettingsClickSendConfirmation(params) {
|
|
202
|
+
return this.bi.log(Object.assign({ evid: 68, src: 5 }, params), { endpoint: '' });
|
|
203
|
+
}
|
|
204
|
+
quotesFilterQuotes(params) {
|
|
205
|
+
return this.bi.log(Object.assign({ evid: 69, src: 5 }, params), { endpoint: '' });
|
|
206
|
+
}
|
|
207
|
+
dashboardViewSite(params) {
|
|
208
|
+
return this.bi.log(Object.assign({ evid: 72, src: 5 }, params), { endpoint: '' });
|
|
209
|
+
}
|
|
210
|
+
dashboardClickOnUpgrade(params) {
|
|
211
|
+
return this.bi.log(Object.assign({ evid: 73, src: 5 }, params), { endpoint: '' });
|
|
212
|
+
}
|
|
213
|
+
quotesSearchQuotes(params) {
|
|
214
|
+
return this.bi.log(Object.assign({ evid: 74, src: 5 }, params), { endpoint: '' });
|
|
215
|
+
}
|
|
216
|
+
quotesEditQuote(params) {
|
|
217
|
+
return this.bi.log(Object.assign({ evid: 75, src: 5 }, params), { endpoint: '' });
|
|
218
|
+
}
|
|
219
|
+
quotesPreviewQuote(params) {
|
|
220
|
+
return this.bi.log(Object.assign({ evid: 76, src: 5 }, params), { endpoint: '' });
|
|
221
|
+
}
|
|
222
|
+
quotesCreateQuoteSaveDraftClick(params) {
|
|
223
|
+
return this.bi.log(Object.assign({ evid: 77, src: 5 }, params), { endpoint: '' });
|
|
224
|
+
}
|
|
225
|
+
quotesCreateQuoteSaveDraftComplete(params) {
|
|
226
|
+
return this.bi.log(Object.assign({ evid: 78, src: 5 }, params), { endpoint: '' });
|
|
227
|
+
}
|
|
228
|
+
quotesCreateQuoteSaveDraftFailed(params) {
|
|
229
|
+
return this.bi.log(Object.assign({ evid: 79, src: 5 }, params), { endpoint: '' });
|
|
230
|
+
}
|
|
231
|
+
dashboardCreateNewSite(params) {
|
|
232
|
+
return this.bi.log(Object.assign({ evid: 80, src: 5 }, params), { endpoint: '' });
|
|
233
|
+
}
|
|
234
|
+
dashboardSiteSelectorPopupShown(params) {
|
|
235
|
+
return this.bi.log(Object.assign({ evid: 81, src: 5 }, params), { endpoint: '' });
|
|
236
|
+
}
|
|
237
|
+
dashboardSiteSelectorPopupClose(params) {
|
|
238
|
+
return this.bi.log(Object.assign({ evid: 82, src: 5 }, params), { endpoint: '' });
|
|
239
|
+
}
|
|
240
|
+
dashboardSiteSelectorPopupSelectAction(params) {
|
|
241
|
+
return this.bi.log(Object.assign({ evid: 83, src: 5 }, params), { endpoint: '' });
|
|
242
|
+
}
|
|
243
|
+
quotesEmailQuotesPage(params) {
|
|
244
|
+
return this.bi.log(Object.assign({ evid: 84, src: 5 }, params), { endpoint: '' });
|
|
245
|
+
}
|
|
246
|
+
toastShown85(params) {
|
|
247
|
+
return this.bi.log(Object.assign({ evid: 85, src: 5 }, params), { endpoint: '' });
|
|
248
|
+
}
|
|
249
|
+
toastClicked86(params) {
|
|
250
|
+
return this.bi.log(Object.assign({ evid: 86, src: 5 }, params), { endpoint: '' });
|
|
251
|
+
}
|
|
252
|
+
quotesEmailQuotePageCancelClick(params) {
|
|
253
|
+
return this.bi.log(Object.assign({ evid: 87, src: 5 }, params), { endpoint: '' });
|
|
254
|
+
}
|
|
255
|
+
quotesPrintQuote(params) {
|
|
256
|
+
return this.bi.log(Object.assign({ evid: 88, src: 5 }, params), { endpoint: '' });
|
|
257
|
+
}
|
|
258
|
+
quotesDownloadPdfQuote(params) {
|
|
259
|
+
return this.bi.log(Object.assign({ evid: 89, src: 5 }, params), { endpoint: '' });
|
|
260
|
+
}
|
|
261
|
+
quotesDeleteQuoteClick(params) {
|
|
262
|
+
return this.bi.log(Object.assign({ evid: 90, src: 5 }, params), { endpoint: '' });
|
|
263
|
+
}
|
|
264
|
+
quotesDeleteQuotePageOk(params) {
|
|
265
|
+
return this.bi.log(Object.assign({ evid: 91, src: 5 }, params), { endpoint: '' });
|
|
266
|
+
}
|
|
267
|
+
quotesDeleteQuotePageCancel(params) {
|
|
268
|
+
return this.bi.log(Object.assign({ evid: 92, src: 5 }, params), { endpoint: '' });
|
|
269
|
+
}
|
|
270
|
+
quotesMarkAsAccepted(params) {
|
|
271
|
+
return this.bi.log(Object.assign({ evid: 93, src: 5 }, params), { endpoint: '' });
|
|
272
|
+
}
|
|
273
|
+
quotesCreateInvoiceFromQuotes(params) {
|
|
274
|
+
return this.bi.log(Object.assign({ evid: 94, src: 5 }, params), { endpoint: '' });
|
|
275
|
+
}
|
|
276
|
+
quotesMarkAsAcceptedSrc5Evid95(params) {
|
|
277
|
+
return this.bi.log(Object.assign({ evid: 95, src: 5 }, params), { endpoint: '' });
|
|
278
|
+
}
|
|
279
|
+
quotesCreateInvoiceFromQuotesSrc5Evid96(params) {
|
|
280
|
+
return this.bi.log(Object.assign({ evid: 96, src: 5 }, params), { endpoint: '' });
|
|
281
|
+
}
|
|
282
|
+
removePhoneNumberRemoveClicked(params) {
|
|
283
|
+
return this.bi.log(Object.assign({ evid: 97, src: 5 }, params), { endpoint: '' });
|
|
284
|
+
}
|
|
285
|
+
removePhoneNumberRemoveNumberClicked(params) {
|
|
286
|
+
return this.bi.log(Object.assign({ evid: 98, src: 5 }, params), { endpoint: '' });
|
|
287
|
+
}
|
|
288
|
+
removePhoneNumberPhoneRemovalAsked(params) {
|
|
289
|
+
return this.bi.log(Object.assign({ evid: 99, src: 5 }, params), { endpoint: '' });
|
|
290
|
+
}
|
|
291
|
+
dashboardDeleteAndRestoreSiteOpenPopup(params) {
|
|
292
|
+
return this.bi.log(Object.assign({ evid: 100, src: 5 }, params), { endpoint: '' });
|
|
293
|
+
}
|
|
294
|
+
dashboardDeleteAndRestoreSiteRestoreSiteClick(params) {
|
|
295
|
+
return this.bi.log(Object.assign({ evid: 101, src: 5 }, params), { endpoint: '' });
|
|
296
|
+
}
|
|
297
|
+
dashboardSiteActivityCenterClickDeleteItem(params) {
|
|
298
|
+
return this.bi.log(Object.assign({ evid: 102, src: 5 }, params), { endpoint: '' });
|
|
299
|
+
}
|
|
300
|
+
dashboardSiteActivityCenterClickUndoDeletedItem(params) {
|
|
301
|
+
return this.bi.log(Object.assign({ evid: 103, src: 5 }, params), { endpoint: '' });
|
|
302
|
+
}
|
|
303
|
+
dashboardSiteActivityCenterClickOnArchiveItem(params) {
|
|
304
|
+
return this.bi.log(Object.assign({ evid: 104, src: 5 }, params), { endpoint: '' });
|
|
305
|
+
}
|
|
306
|
+
dashboardUserClickedOnContactSNameFromUserActivity(params) {
|
|
307
|
+
return this.bi.log(Object.assign({ evid: 105, src: 5 }, params), { endpoint: '' });
|
|
308
|
+
}
|
|
309
|
+
clickOnSidebarSHeader(params) {
|
|
310
|
+
return this.bi.log(Object.assign({ evid: 106, src: 5 }, params), { endpoint: '' });
|
|
311
|
+
}
|
|
312
|
+
sidebarState107(params) {
|
|
313
|
+
return this.bi.log(Object.assign({ evid: 107, src: 5 }, params), { endpoint: '' });
|
|
314
|
+
}
|
|
315
|
+
mobileDashboardCreateNewSite(params) {
|
|
316
|
+
return this.bi.log(Object.assign({ evid: 108, src: 5 }, params), { endpoint: '' });
|
|
317
|
+
}
|
|
318
|
+
accountManagerStartLoadingAccountManager(params) {
|
|
319
|
+
return this.bi.log(Object.assign({ evid: 110, src: 5 }, params), { endpoint: '' });
|
|
320
|
+
}
|
|
321
|
+
accountManagerFinishLoadingAccountManager(params) {
|
|
322
|
+
return this.bi.log(Object.assign({ evid: 111, src: 5 }, params), { endpoint: '' });
|
|
323
|
+
}
|
|
324
|
+
accountManagerPageComponentStartLoadingAccountManager(params) {
|
|
325
|
+
return this.bi.log(Object.assign({ evid: 112, src: 5 }, params), { endpoint: '' });
|
|
326
|
+
}
|
|
327
|
+
accountManagerPageComponentFinishLoadingAccountManager(params) {
|
|
328
|
+
return this.bi.log(Object.assign({ evid: 113, src: 5 }, params), { endpoint: '' });
|
|
329
|
+
}
|
|
330
|
+
accountManagerClickOnSidebarItem(params) {
|
|
331
|
+
return this.bi.log(Object.assign({ evid: 114, src: 5 }, params), { endpoint: '' });
|
|
332
|
+
}
|
|
333
|
+
accountManagerClickOnBackInSidebarItem(params) {
|
|
334
|
+
return this.bi.log(Object.assign({ evid: 115, src: 5 }, params), { endpoint: '' });
|
|
335
|
+
}
|
|
336
|
+
foldersMarkUnmarkSelectAllButton(params) {
|
|
337
|
+
return this.bi.log(Object.assign({ evid: 116, src: 5 }, params), { endpoint: '' });
|
|
338
|
+
}
|
|
339
|
+
foldersClickOnChangeViewMode(params) {
|
|
340
|
+
return this.bi.log(Object.assign({ evid: 117, src: 5 }, params), { endpoint: '' });
|
|
341
|
+
}
|
|
342
|
+
foldersTooltipShown(params) {
|
|
343
|
+
return this.bi.log(Object.assign({ evid: 118, src: 5 }, params), { endpoint: '' });
|
|
344
|
+
}
|
|
345
|
+
foldersClickOnShowMoreShoeLess(params) {
|
|
346
|
+
return this.bi.log(Object.assign({ evid: 119, src: 5 }, params), { endpoint: '' });
|
|
347
|
+
}
|
|
348
|
+
ascendPagePageNavigationClick(params) {
|
|
349
|
+
return this.bi.log(Object.assign({ evid: 120, src: 5 }, params), { endpoint: '' });
|
|
350
|
+
}
|
|
351
|
+
ascendPageAscendVideoClick(params) {
|
|
352
|
+
return this.bi.log(Object.assign({ evid: 121, src: 5 }, params), { endpoint: '' });
|
|
353
|
+
}
|
|
354
|
+
foldersClickOnCreateNewFolder(params) {
|
|
355
|
+
return this.bi.log(Object.assign({ evid: 122, src: 5 }, params), { endpoint: '' });
|
|
356
|
+
}
|
|
357
|
+
foldersClickOnCreateNewFolderInDialog(params) {
|
|
358
|
+
return this.bi.log(Object.assign({ evid: 123, src: 5 }, params), { endpoint: '' });
|
|
359
|
+
}
|
|
360
|
+
foldersClickOnMoveToFolderFromDialog(params) {
|
|
361
|
+
return this.bi.log(Object.assign({ evid: 124, src: 5 }, params), { endpoint: '' });
|
|
362
|
+
}
|
|
363
|
+
foldersClickOnFolderSQuickActions(params) {
|
|
364
|
+
return this.bi.log(Object.assign({ evid: 125, src: 5 }, params), { endpoint: '' });
|
|
365
|
+
}
|
|
366
|
+
foldersApproveActionFromFolderSQuickActionPopup(params) {
|
|
367
|
+
return this.bi.log(Object.assign({ evid: 126, src: 5 }, params), { endpoint: '' });
|
|
368
|
+
}
|
|
369
|
+
foldersSortListView(params) {
|
|
370
|
+
return this.bi.log(Object.assign({ evid: 127, src: 5 }, params), { endpoint: '' });
|
|
371
|
+
}
|
|
372
|
+
foldersMarkASite(params) {
|
|
373
|
+
return this.bi.log(Object.assign({ evid: 128, src: 5 }, params), { endpoint: '' });
|
|
374
|
+
}
|
|
375
|
+
myAccountSelectSiteFromSiteListPopup(params) {
|
|
376
|
+
return this.bi.log(Object.assign({ evid: 129, src: 5 }, params), { endpoint: '' });
|
|
377
|
+
}
|
|
378
|
+
foldersClickOnFolder(params) {
|
|
379
|
+
return this.bi.log(Object.assign({ evid: 130, src: 5 }, params), { endpoint: '' });
|
|
380
|
+
}
|
|
381
|
+
ascendPpPageView(params) {
|
|
382
|
+
return this.bi.log(Object.assign({ evid: 131, src: 5 }, params), { endpoint: '' });
|
|
383
|
+
}
|
|
384
|
+
ascendPpClickOnShowMoreLess(params) {
|
|
385
|
+
return this.bi.log(Object.assign({ evid: 132, src: 5 }, params), { endpoint: '' });
|
|
386
|
+
}
|
|
387
|
+
ascendPpScrollToEnd(params) {
|
|
388
|
+
return this.bi.log(Object.assign({ evid: 133, src: 5 }, params), { endpoint: '' });
|
|
389
|
+
}
|
|
390
|
+
ascendPpClickOnPackageInPp(params) {
|
|
391
|
+
return this.bi.log(Object.assign({ evid: 134, src: 5 }, params), { endpoint: '' });
|
|
392
|
+
}
|
|
393
|
+
ascendPpCyclePageView(params) {
|
|
394
|
+
return this.bi.log(Object.assign({ evid: 135, src: 5 }, params), { endpoint: '' });
|
|
395
|
+
}
|
|
396
|
+
ascendPpClickOnCycleInPp(params) {
|
|
397
|
+
return this.bi.log(Object.assign({ evid: 136, src: 5 }, params), { endpoint: '' });
|
|
398
|
+
}
|
|
399
|
+
ascendPpClickOnNextInCyclePage(params) {
|
|
400
|
+
return this.bi.log(Object.assign({ evid: 137, src: 5 }, params), { endpoint: '' });
|
|
401
|
+
}
|
|
402
|
+
ascendPpPurchasePageView(params) {
|
|
403
|
+
return this.bi.log(Object.assign({ evid: 138, src: 5 }, params), { endpoint: '' });
|
|
404
|
+
}
|
|
405
|
+
ascendPpPurchasePageChangeCard(params) {
|
|
406
|
+
return this.bi.log(Object.assign({ evid: 139, src: 5 }, params), { endpoint: '' });
|
|
407
|
+
}
|
|
408
|
+
ascendPpPurchasePageEnterPromo(params) {
|
|
409
|
+
return this.bi.log(Object.assign({ evid: 140, src: 5 }, params), { endpoint: '' });
|
|
410
|
+
}
|
|
411
|
+
ascendPpPurchasePageSubmitPurchase(params) {
|
|
412
|
+
return this.bi.log(Object.assign({ evid: 141, src: 5 }, params), { endpoint: '' });
|
|
413
|
+
}
|
|
414
|
+
dashboardClickOnItemFromHeader(params) {
|
|
415
|
+
return this.bi.log(Object.assign({ evid: 147, src: 5 }, params), { endpoint: '' });
|
|
416
|
+
}
|
|
417
|
+
nyaExposureEvent(params) {
|
|
418
|
+
return this.bi.log(Object.assign({ evid: 148, src: 5 }, params), { endpoint: '' });
|
|
419
|
+
}
|
|
420
|
+
generalExposureEvent(params) {
|
|
421
|
+
return this.bi.log(Object.assign({ evid: 149, src: 5 }, params), { endpoint: '' });
|
|
422
|
+
}
|
|
423
|
+
dashboardMySitesActionSelectionPageView(params) {
|
|
424
|
+
return this.bi.log(Object.assign({ evid: 150, src: 5 }, params), { endpoint: '' });
|
|
425
|
+
}
|
|
426
|
+
dashboardMySitesSiteSelectionPageView(params) {
|
|
427
|
+
return this.bi.log(Object.assign({ evid: 151, src: 5 }, params), { endpoint: '' });
|
|
428
|
+
}
|
|
429
|
+
dashboardMySitesSiteSelectionPageNumberView(params) {
|
|
430
|
+
return this.bi.log(Object.assign({ evid: 152, src: 5 }, params), { endpoint: '' });
|
|
431
|
+
}
|
|
432
|
+
dashboardMySitesClickPromote(params) {
|
|
433
|
+
return this.bi.log(Object.assign({ evid: 153, src: 5 }, params), { endpoint: '' });
|
|
434
|
+
}
|
|
435
|
+
dashboardMySitesWelcomeMessageForProsDisplayed(params) {
|
|
436
|
+
return this.bi.log(Object.assign({ evid: 154, src: 5 }, params), { endpoint: '' });
|
|
437
|
+
}
|
|
438
|
+
dashboardMySitesWelcomeMessageForProsClick(params) {
|
|
439
|
+
return this.bi.log(Object.assign({ evid: 155, src: 5 }, params), { endpoint: '' });
|
|
440
|
+
}
|
|
441
|
+
dashboardAccountSettingsRenderedWithShowProBoxValue(params) {
|
|
442
|
+
return this.bi.log(Object.assign({ evid: 156, src: 5 }, params), { endpoint: '' });
|
|
443
|
+
}
|
|
444
|
+
dashboardMySitesSiteHomeAlertMessageFromPremiumDisplay(params) {
|
|
445
|
+
return this.bi.log(Object.assign({ evid: 157, src: 5 }, params), { endpoint: '' });
|
|
446
|
+
}
|
|
447
|
+
dashboardMySitesSiteHomeAlertMessageFromPremiumClick(params) {
|
|
448
|
+
return this.bi.log(Object.assign({ evid: 158, src: 5 }, params), { endpoint: '' });
|
|
449
|
+
}
|
|
450
|
+
mySitesShowTooltip(params) {
|
|
451
|
+
return this.bi.log(Object.assign({ evid: 159, src: 5 }, params), { endpoint: '' });
|
|
452
|
+
}
|
|
453
|
+
mySitesTooltipClose(params) {
|
|
454
|
+
return this.bi.log(Object.assign({ evid: 160, src: 5 }, params), { endpoint: '' });
|
|
455
|
+
}
|
|
456
|
+
mySitesHoverSite(params) {
|
|
457
|
+
return this.bi.log(Object.assign({ evid: 161, src: 5 }, params), { endpoint: '' });
|
|
458
|
+
}
|
|
459
|
+
searchSearchInDialog(params) {
|
|
460
|
+
return this.bi.log(Object.assign({ evid: 162, src: 5 }, params), { endpoint: '' });
|
|
461
|
+
}
|
|
462
|
+
searchScrollingInResultView(params) {
|
|
463
|
+
return this.bi.log(Object.assign({ evid: 163, src: 5 }, params), { endpoint: '' });
|
|
464
|
+
}
|
|
465
|
+
searchFocusedOnASearchResult(params) {
|
|
466
|
+
return this.bi.log(Object.assign({ evid: 164, src: 5 }, params), { endpoint: '' });
|
|
467
|
+
}
|
|
468
|
+
searchClickOnSearchResult(params) {
|
|
469
|
+
return this.bi.log(Object.assign({ evid: 165, src: 5 }, params), { endpoint: '' });
|
|
470
|
+
}
|
|
471
|
+
searchCloseSearchDialog(params) {
|
|
472
|
+
return this.bi.log(Object.assign({ evid: 166, src: 5 }, params), { endpoint: '' });
|
|
473
|
+
}
|
|
474
|
+
clickOnSeeMoreButton(params) {
|
|
475
|
+
return this.bi.log(Object.assign({ evid: 167, src: 5 }, params), { endpoint: '' });
|
|
476
|
+
}
|
|
477
|
+
clickOnShowAllButton(params) {
|
|
478
|
+
return this.bi.log(Object.assign({ evid: 168, src: 5 }, params), { endpoint: '' });
|
|
479
|
+
}
|
|
480
|
+
teamManagementClickToLearnMore(params) {
|
|
481
|
+
return this.bi.log(Object.assign({ evid: 170, src: 5 }, params), { endpoint: '' });
|
|
482
|
+
}
|
|
483
|
+
teamManagementEditTeamProfileOpenDialog(params) {
|
|
484
|
+
return this.bi.log(Object.assign({ evid: 171, src: 5 }, params), { endpoint: '' });
|
|
485
|
+
}
|
|
486
|
+
teamManagementPickLogo(params) {
|
|
487
|
+
return this.bi.log(Object.assign({ evid: 172, src: 5 }, params), { endpoint: '' });
|
|
488
|
+
}
|
|
489
|
+
teamManagementSave(params) {
|
|
490
|
+
return this.bi.log(Object.assign({ evid: 173, src: 5 }, params), { endpoint: '' });
|
|
491
|
+
}
|
|
492
|
+
teamManagementAddMembersOpenDialog(params) {
|
|
493
|
+
return this.bi.log(Object.assign({ evid: 174, src: 5 }, params), { endpoint: '' });
|
|
494
|
+
}
|
|
495
|
+
teamManagementAddMembersSendInvite(params) {
|
|
496
|
+
return this.bi.log(Object.assign({ evid: 175, src: 5 }, params), { endpoint: '' });
|
|
497
|
+
}
|
|
498
|
+
teamManagementAddMembersInviteClickSuccess(params) {
|
|
499
|
+
return this.bi.log(Object.assign({ evid: 176, src: 5 }, params), { endpoint: '' });
|
|
500
|
+
}
|
|
501
|
+
teamManagementAddMembersInviteClickFail(params) {
|
|
502
|
+
return this.bi.log(Object.assign({ evid: 177, src: 5 }, params), { endpoint: '' });
|
|
503
|
+
}
|
|
504
|
+
teamManagementDeleteTeamMemberOpenDialog(params) {
|
|
505
|
+
return this.bi.log(Object.assign({ evid: 178, src: 5 }, params), { endpoint: '' });
|
|
506
|
+
}
|
|
507
|
+
teamManagementDeleteTeamMemberDeleteClick(params) {
|
|
508
|
+
return this.bi.log(Object.assign({ evid: 179, src: 5 }, params), { endpoint: '' });
|
|
509
|
+
}
|
|
510
|
+
teamManagementDeleteTeamMemberDeleteClickSuccess(params) {
|
|
511
|
+
return this.bi.log(Object.assign({ evid: 180, src: 5 }, params), { endpoint: '' });
|
|
512
|
+
}
|
|
513
|
+
teamManagementDeleteTeamMemberDeleteClickFail(params) {
|
|
514
|
+
return this.bi.log(Object.assign({ evid: 181, src: 5 }, params), { endpoint: '' });
|
|
515
|
+
}
|
|
516
|
+
teamManagementGetInviteLink(params) {
|
|
517
|
+
return this.bi.log(Object.assign({ evid: 182, src: 5 }, params), { endpoint: '' });
|
|
518
|
+
}
|
|
519
|
+
teamManagementEditRoleOpenDialog(params) {
|
|
520
|
+
return this.bi.log(Object.assign({ evid: 183, src: 5 }, params), { endpoint: '' });
|
|
521
|
+
}
|
|
522
|
+
teamManagementEditRoleUpdateClick(params) {
|
|
523
|
+
return this.bi.log(Object.assign({ evid: 184, src: 5 }, params), { endpoint: '' });
|
|
524
|
+
}
|
|
525
|
+
teamManagementResendInviteClick(params) {
|
|
526
|
+
return this.bi.log(Object.assign({ evid: 185, src: 5 }, params), { endpoint: '' });
|
|
527
|
+
}
|
|
528
|
+
dashboardContributorsClickOnMangeRolesAndPermissions(params) {
|
|
529
|
+
return this.bi.log(Object.assign({ evid: 187, src: 5 }, params), { endpoint: '' });
|
|
530
|
+
}
|
|
531
|
+
ascendHoverOnUpgradeAscend(params) {
|
|
532
|
+
return this.bi.log(Object.assign({ evid: 188, src: 5 }, params), { endpoint: '' });
|
|
533
|
+
}
|
|
534
|
+
ascendClickOnUpgradeAscend(params) {
|
|
535
|
+
return this.bi.log(Object.assign({ evid: 189, src: 5 }, params), { endpoint: '' });
|
|
536
|
+
}
|
|
537
|
+
ascendPpClickOnMoveToWixPremiumPp(params) {
|
|
538
|
+
return this.bi.log(Object.assign({ evid: 190, src: 5 }, params), { endpoint: '' });
|
|
539
|
+
}
|
|
540
|
+
ascendPpThankYouPage(params) {
|
|
541
|
+
return this.bi.log(Object.assign({ evid: 191, src: 5 }, params), { endpoint: '' });
|
|
542
|
+
}
|
|
543
|
+
invoicesMoreActionsClick(params) {
|
|
544
|
+
return this.bi.log(Object.assign({ evid: 193, src: 5 }, params), { endpoint: '' });
|
|
545
|
+
}
|
|
546
|
+
invoicesMoreActionsChooseOption(params) {
|
|
547
|
+
return this.bi.log(Object.assign({ evid: 194, src: 5 }, params), { endpoint: '' });
|
|
548
|
+
}
|
|
549
|
+
mobileClickOnCreateNewSite(params) {
|
|
550
|
+
return this.bi.log(Object.assign({ evid: 196, src: 5 }, params), { endpoint: '' });
|
|
551
|
+
}
|
|
552
|
+
searchClickedToOpenSearch(params) {
|
|
553
|
+
return this.bi.log(Object.assign({ evid: 202, src: 5 }, params), { endpoint: '' });
|
|
554
|
+
}
|
|
555
|
+
osClickOnFavorites(params) {
|
|
556
|
+
return this.bi.log(Object.assign({ evid: 203, src: 5 }, params), { endpoint: '' });
|
|
557
|
+
}
|
|
558
|
+
osFavoritesPopupShown(params) {
|
|
559
|
+
return this.bi.log(Object.assign({ evid: 204, src: 5 }, params), { endpoint: '' });
|
|
560
|
+
}
|
|
561
|
+
osFavoritesPopupCtaClicked(params) {
|
|
562
|
+
return this.bi.log(Object.assign({ evid: 210, src: 5 }, params), { endpoint: '' });
|
|
563
|
+
}
|
|
564
|
+
osFavoritesPagesEdit(params) {
|
|
565
|
+
return this.bi.log(Object.assign({ evid: 215, src: 5 }, params), { endpoint: '' });
|
|
566
|
+
}
|
|
567
|
+
automationsPriceQuotesInvoicesSendFeedbackForm(params) {
|
|
568
|
+
return this.bi.log(Object.assign({ evid: 232, src: 5 }, params), { endpoint: '' });
|
|
569
|
+
}
|
|
570
|
+
automationsPriceQuotesInvoicesSubmitFeedbackForm(params) {
|
|
571
|
+
return this.bi.log(Object.assign({ evid: 233, src: 5 }, params), { endpoint: '' });
|
|
572
|
+
}
|
|
573
|
+
mobileClickOnChangeLng(params) {
|
|
574
|
+
return this.bi.log(Object.assign({ evid: 244, src: 5 }, params), { endpoint: '' });
|
|
575
|
+
}
|
|
576
|
+
quotesPrintInvoice(params) {
|
|
577
|
+
return this.bi.log(Object.assign({ evid: 245, src: 5 }, params), { endpoint: '' });
|
|
578
|
+
}
|
|
579
|
+
quotesPayInvoiceClickSrc5Evid246(params) {
|
|
580
|
+
return this.bi.log(Object.assign({ evid: 246, src: 5 }, params), { endpoint: '' });
|
|
581
|
+
}
|
|
582
|
+
homeClickNotificationCta(params) {
|
|
583
|
+
return this.bi.log(Object.assign({ evid: 250, src: 5 }, params), { endpoint: '' });
|
|
584
|
+
}
|
|
585
|
+
homeMarkNotificationUnread(params) {
|
|
586
|
+
return this.bi.log(Object.assign({ evid: 251, src: 5 }, params), { endpoint: '' });
|
|
587
|
+
}
|
|
588
|
+
homeMarkNotificationRead(params) {
|
|
589
|
+
return this.bi.log(Object.assign({ evid: 252, src: 5 }, params), { endpoint: '' });
|
|
590
|
+
}
|
|
591
|
+
homeMarkAllUnreadNotifications(params) {
|
|
592
|
+
return this.bi.log(Object.assign({ evid: 253, src: 5 }, params), { endpoint: '' });
|
|
593
|
+
}
|
|
594
|
+
homeNotificationBadgeShown(params) {
|
|
595
|
+
return this.bi.log(Object.assign({ evid: 254, src: 5 }, params), { endpoint: '' });
|
|
596
|
+
}
|
|
597
|
+
homeAllowBlockBrowserNotificationClick(params) {
|
|
598
|
+
return this.bi.log(Object.assign({ evid: 255, src: 5 }, params), { endpoint: '' });
|
|
599
|
+
}
|
|
600
|
+
notificationsClickOnAllSitesTab(params) {
|
|
601
|
+
return this.bi.log(Object.assign({ evid: 256, src: 5 }, params), { endpoint: '' });
|
|
602
|
+
}
|
|
603
|
+
dashboardEnterEditorx(params) {
|
|
604
|
+
return this.bi.log(Object.assign({ evid: 257, src: 5 }, params), { endpoint: '' });
|
|
605
|
+
}
|
|
606
|
+
triggersServerTpaActivationInitiatedCompleted(params) {
|
|
607
|
+
return this.bi.log(Object.assign({ evid: 260, src: 5 }, params), { endpoint: '' });
|
|
608
|
+
}
|
|
609
|
+
triggersServerTpaActivationInitiatedFailed(params) {
|
|
610
|
+
return this.bi.log(Object.assign({ evid: 261, src: 5 }, params), { endpoint: '' });
|
|
611
|
+
}
|
|
612
|
+
triggersServerTaskScheduled(params) {
|
|
613
|
+
return this.bi.log(Object.assign({ evid: 262, src: 5 }, params), { endpoint: '' });
|
|
614
|
+
}
|
|
615
|
+
triggersServerTpaActivationCompletedSuccessfully(params) {
|
|
616
|
+
return this.bi.log(Object.assign({ evid: 263, src: 5 }, params), { endpoint: '' });
|
|
617
|
+
}
|
|
618
|
+
triggersServerTpaActivationCompleteFailed(params) {
|
|
619
|
+
return this.bi.log(Object.assign({ evid: 264, src: 5 }, params), { endpoint: '' });
|
|
620
|
+
}
|
|
621
|
+
triggersServerTriggerScheduleCancelled(params) {
|
|
622
|
+
return this.bi.log(Object.assign({ evid: 266, src: 5 }, params), { endpoint: '' });
|
|
623
|
+
}
|
|
624
|
+
notificationNotificationAutomationCreated(params) {
|
|
625
|
+
return this.bi.log(Object.assign({ evid: 269, src: 5 }, params), { endpoint: '' });
|
|
626
|
+
}
|
|
627
|
+
invoicesClickOnSendInvoiceButton(params) {
|
|
628
|
+
return this.bi.log(Object.assign({ evid: 270, src: 5 }, params), { endpoint: '' });
|
|
629
|
+
}
|
|
630
|
+
notificationShowNotification(params) {
|
|
631
|
+
return this.bi.log(Object.assign({ evid: 271, src: 5 }, params), { endpoint: '' });
|
|
632
|
+
}
|
|
633
|
+
notificationClickOnNotification(params) {
|
|
634
|
+
return this.bi.log(Object.assign({ evid: 272, src: 5 }, params), { endpoint: '' });
|
|
635
|
+
}
|
|
636
|
+
notificationsEnableDesktopNotificationsFirstTime(params) {
|
|
637
|
+
return this.bi.log(Object.assign({ evid: 273, src: 5 }, params), { endpoint: '' });
|
|
638
|
+
}
|
|
639
|
+
notificationsPushNotificationToggleIsDisplayed(params) {
|
|
640
|
+
return this.bi.log(Object.assign({ evid: 274, src: 5 }, params), { endpoint: '' });
|
|
641
|
+
}
|
|
642
|
+
notificationsEnableToTurnOnOffAllSiteNotificationsExperts(params) {
|
|
643
|
+
return this.bi.log(Object.assign({ evid: 275, src: 5 }, params), { endpoint: '' });
|
|
644
|
+
}
|
|
645
|
+
notificationsEnableToTurnOnOffNotificationsPerChannel(params) {
|
|
646
|
+
return this.bi.log(Object.assign({ evid: 276, src: 5 }, params), { endpoint: '' });
|
|
647
|
+
}
|
|
648
|
+
notificationsShowMobileDialog(params) {
|
|
649
|
+
return this.bi.log(Object.assign({ evid: 277, src: 5 }, params), { endpoint: '' });
|
|
650
|
+
}
|
|
651
|
+
notificationsDisplayPopupForUserBlockedDesktopNotifications(params) {
|
|
652
|
+
return this.bi.log(Object.assign({ evid: 278, src: 5 }, params), { endpoint: '' });
|
|
653
|
+
}
|
|
654
|
+
notificationCloseAHighPriorityNotifications(params) {
|
|
655
|
+
return this.bi.log(Object.assign({ evid: 279, src: 5 }, params), { endpoint: '' });
|
|
656
|
+
}
|
|
657
|
+
notificationsDisplayDesktopNotificationsBanner(params) {
|
|
658
|
+
return this.bi.log(Object.assign({ evid: 280, src: 5 }, params), { endpoint: '' });
|
|
659
|
+
}
|
|
660
|
+
notificationsClickOnDesktopNotificationsBanner(params) {
|
|
661
|
+
return this.bi.log(Object.assign({ evid: 281, src: 5 }, params), { endpoint: '' });
|
|
662
|
+
}
|
|
663
|
+
notificationsResolveAlertNotification(params) {
|
|
664
|
+
return this.bi.log(Object.assign({ evid: 282, src: 5 }, params), { endpoint: '' });
|
|
665
|
+
}
|
|
666
|
+
invoicesUserSendInvoice(params) {
|
|
667
|
+
return this.bi.log(Object.assign({ evid: 283, src: 5 }, params), { endpoint: '' });
|
|
668
|
+
}
|
|
669
|
+
bizManagerSetupWidgetOmniPhaseCompletedInDashboard(params) {
|
|
670
|
+
return this.bi.log(Object.assign({ evid: 284, src: 5 }, params), { endpoint: '' });
|
|
671
|
+
}
|
|
672
|
+
automationsDaComponentShowPage(params) {
|
|
673
|
+
return this.bi.log(Object.assign({ evid: 285, src: 5 }, params), { endpoint: '' });
|
|
674
|
+
}
|
|
675
|
+
automationsDaComponentManageAutomations(params) {
|
|
676
|
+
return this.bi.log(Object.assign({ evid: 286, src: 5 }, params), { endpoint: '' });
|
|
677
|
+
}
|
|
678
|
+
automationsDaComponentCreateYourOwn(params) {
|
|
679
|
+
return this.bi.log(Object.assign({ evid: 287, src: 5 }, params), { endpoint: '' });
|
|
680
|
+
}
|
|
681
|
+
automationsDaComponentRecommendationClick(params) {
|
|
682
|
+
return this.bi.log(Object.assign({ evid: 288, src: 5 }, params), { endpoint: '' });
|
|
683
|
+
}
|
|
684
|
+
automationsDaComponentExploreMoreClick(params) {
|
|
685
|
+
return this.bi.log(Object.assign({ evid: 289, src: 5 }, params), { endpoint: '' });
|
|
686
|
+
}
|
|
687
|
+
errorPageClick295(params) {
|
|
688
|
+
return this.bi.log(Object.assign({ evid: 295, src: 5 }, params), { endpoint: '' });
|
|
689
|
+
}
|
|
690
|
+
accountDialogClickItem(params) {
|
|
691
|
+
return this.bi.log(Object.assign({ evid: 296, src: 5 }, params), { endpoint: '' });
|
|
692
|
+
}
|
|
693
|
+
errorPage297(params) {
|
|
694
|
+
return this.bi.log(Object.assign({ evid: 297, src: 5 }, params), { endpoint: '' });
|
|
695
|
+
}
|
|
696
|
+
dashboardStartLoading(params) {
|
|
697
|
+
return this.bi.log(Object.assign({ evid: 300, src: 5 }, params), { endpoint: '' });
|
|
698
|
+
}
|
|
699
|
+
homeCloseDialog(params) {
|
|
700
|
+
return this.bi.log(Object.assign({ evid: 301, src: 5 }, params), { endpoint: '' });
|
|
701
|
+
}
|
|
702
|
+
dashboardFinishLoading(params) {
|
|
703
|
+
return this.bi.log(Object.assign({ evid: 302, src: 5 }, params), { endpoint: '' });
|
|
704
|
+
}
|
|
705
|
+
homeOpenDialogClick(params) {
|
|
706
|
+
return this.bi.log(Object.assign({ evid: 303, src: 5 }, params), { endpoint: '' });
|
|
707
|
+
}
|
|
708
|
+
dialogFirstLoad(params) {
|
|
709
|
+
return this.bi.log(Object.assign({ evid: 304, src: 5 }, params), { endpoint: '' });
|
|
710
|
+
}
|
|
711
|
+
homeMultipleSitesCheck(params) {
|
|
712
|
+
return this.bi.log(Object.assign({ evid: 305, src: 5 }, params), { endpoint: '' });
|
|
713
|
+
}
|
|
714
|
+
homeBizMgrEligible(params) {
|
|
715
|
+
return this.bi.log(Object.assign({ evid: 306, src: 5 }, params), { endpoint: '' });
|
|
716
|
+
}
|
|
717
|
+
homeClickOnCreateAnythingItem(params) {
|
|
718
|
+
return this.bi.log(Object.assign({ evid: 307, src: 5 }, params), { endpoint: '' });
|
|
719
|
+
}
|
|
720
|
+
myAccountClickOnExpertDashboard(params) {
|
|
721
|
+
return this.bi.log(Object.assign({ evid: 308, src: 5 }, params), { endpoint: '' });
|
|
722
|
+
}
|
|
723
|
+
dashboardDashboardHomeIsFullyLoaded(params) {
|
|
724
|
+
return this.bi.log(Object.assign({ evid: 309, src: 5 }, params), { endpoint: '' });
|
|
725
|
+
}
|
|
726
|
+
dashboardSiteSettingsPageView(params) {
|
|
727
|
+
return this.bi.log(Object.assign({ evid: 310, src: 5 }, params), { endpoint: '' });
|
|
728
|
+
}
|
|
729
|
+
dashboardSiteSettingsExperienceDisplayed(params) {
|
|
730
|
+
return this.bi.log(Object.assign({ evid: 311, src: 5 }, params), { endpoint: '' });
|
|
731
|
+
}
|
|
732
|
+
dashboardSiteSettingsChangeValue(params) {
|
|
733
|
+
return this.bi.log(Object.assign({ evid: 312, src: 5 }, params), { endpoint: '' });
|
|
734
|
+
}
|
|
735
|
+
dashboardSiteSettingsChangeValueSuccess(params) {
|
|
736
|
+
return this.bi.log(Object.assign({ evid: 313, src: 5 }, params), { endpoint: '' });
|
|
737
|
+
}
|
|
738
|
+
dashboardSiteSettingsChangeValueFailure(params) {
|
|
739
|
+
return this.bi.log(Object.assign({ evid: 314, src: 5 }, params), { endpoint: '' });
|
|
740
|
+
}
|
|
741
|
+
dashboardSiteSettingsClickLink(params) {
|
|
742
|
+
return this.bi.log(Object.assign({ evid: 315, src: 5 }, params), { endpoint: '' });
|
|
743
|
+
}
|
|
744
|
+
dashboardSiteSettingsDeleteValue(params) {
|
|
745
|
+
return this.bi.log(Object.assign({ evid: 316, src: 5 }, params), { endpoint: '' });
|
|
746
|
+
}
|
|
747
|
+
dashboardSiteSettingsDeleteValueSuccess(params) {
|
|
748
|
+
return this.bi.log(Object.assign({ evid: 317, src: 5 }, params), { endpoint: '' });
|
|
749
|
+
}
|
|
750
|
+
dashboardSiteSettingsDeleteValueFailure(params) {
|
|
751
|
+
return this.bi.log(Object.assign({ evid: 318, src: 5 }, params), { endpoint: '' });
|
|
752
|
+
}
|
|
753
|
+
dashboardSiteSettingsSelectValue(params) {
|
|
754
|
+
return this.bi.log(Object.assign({ evid: 319, src: 5 }, params), { endpoint: '' });
|
|
755
|
+
}
|
|
756
|
+
dashboardSiteSettingsClosingComponent(params) {
|
|
757
|
+
return this.bi.log(Object.assign({ evid: 320, src: 5 }, params), { endpoint: '' });
|
|
758
|
+
}
|
|
759
|
+
dashboardSiteSettingsDomainSslOption(params) {
|
|
760
|
+
return this.bi.log(Object.assign({ evid: 321, src: 5 }, params), { endpoint: '' });
|
|
761
|
+
}
|
|
762
|
+
dashboardSiteSettingsDomainSslPopupCancel(params) {
|
|
763
|
+
return this.bi.log(Object.assign({ evid: 322, src: 5 }, params), { endpoint: '' });
|
|
764
|
+
}
|
|
765
|
+
dashboardSiteSettingsSeoClickEnterAddressManually(params) {
|
|
766
|
+
return this.bi.log(Object.assign({ evid: 323, src: 5 }, params), { endpoint: '' });
|
|
767
|
+
}
|
|
768
|
+
dashboardSiteSettingsSeoCloseEnterAddressManuallyPopUp(params) {
|
|
769
|
+
return this.bi.log(Object.assign({ evid: 324, src: 5 }, params), { endpoint: '' });
|
|
770
|
+
}
|
|
771
|
+
dashboardSiteSettingsSeoClickOnGetStarted(params) {
|
|
772
|
+
return this.bi.log(Object.assign({ evid: 325, src: 5 }, params), { endpoint: '' });
|
|
773
|
+
}
|
|
774
|
+
dashboardSiteSettingsOverviewUnpublishSite(params) {
|
|
775
|
+
return this.bi.log(Object.assign({ evid: 326, src: 5 }, params), { endpoint: '' });
|
|
776
|
+
}
|
|
777
|
+
dashboardSiteSettingsOverviewUnpublishPopupCancel(params) {
|
|
778
|
+
return this.bi.log(Object.assign({ evid: 327, src: 5 }, params), { endpoint: '' });
|
|
779
|
+
}
|
|
780
|
+
renameSiteOpenRenameDialog(params) {
|
|
781
|
+
return this.bi.log(Object.assign({ evid: 328, src: 5 }, params), { endpoint: '' });
|
|
782
|
+
}
|
|
783
|
+
dashboardChangeSiteDisplayNameSave(params) {
|
|
784
|
+
return this.bi.log(Object.assign({ evid: 329, src: 5 }, params), { endpoint: '' });
|
|
785
|
+
}
|
|
786
|
+
dashboardChangeUrlSave(params) {
|
|
787
|
+
return this.bi.log(Object.assign({ evid: 330, src: 5 }, params), { endpoint: '' });
|
|
788
|
+
}
|
|
789
|
+
needsYourActionNyaWidgetShown(params) {
|
|
790
|
+
return this.bi.log(Object.assign({ evid: 331, src: 5 }, params), { endpoint: '' });
|
|
791
|
+
}
|
|
792
|
+
needsYourActionItemIsShown(params) {
|
|
793
|
+
return this.bi.log(Object.assign({ evid: 332, src: 5 }, params), { endpoint: '' });
|
|
794
|
+
}
|
|
795
|
+
needsYourActionClickOnItem(params) {
|
|
796
|
+
return this.bi.log(Object.assign({ evid: 333, src: 5 }, params), { endpoint: '' });
|
|
797
|
+
}
|
|
798
|
+
needsYourActionClickOnUndoHidingAnItem(params) {
|
|
799
|
+
return this.bi.log(Object.assign({ evid: 334, src: 5 }, params), { endpoint: '' });
|
|
800
|
+
}
|
|
801
|
+
needsYourActionResolvedNyaItem(params) {
|
|
802
|
+
return this.bi.log(Object.assign({ evid: 335, src: 5 }, params), { endpoint: '' });
|
|
803
|
+
}
|
|
804
|
+
hooverNewReleasesIcon(params) {
|
|
805
|
+
return this.bi.log(Object.assign({ evid: 336, src: 5 }, params), { endpoint: '' });
|
|
806
|
+
}
|
|
807
|
+
tooltipNotificationPopsUp(params) {
|
|
808
|
+
return this.bi.log(Object.assign({ evid: 337, src: 5 }, params), { endpoint: '' });
|
|
809
|
+
}
|
|
810
|
+
newReleasesApiRequest(params) {
|
|
811
|
+
return this.bi.log(Object.assign({ evid: 338, src: 5 }, params), { endpoint: '' });
|
|
812
|
+
}
|
|
813
|
+
closeTooltipPopUp(params) {
|
|
814
|
+
return this.bi.log(Object.assign({ evid: 339, src: 5 }, params), { endpoint: '' });
|
|
815
|
+
}
|
|
816
|
+
badgeNotification(params) {
|
|
817
|
+
return this.bi.log(Object.assign({ evid: 340, src: 5 }, params), { endpoint: '' });
|
|
818
|
+
}
|
|
819
|
+
viewFeatureCard(params) {
|
|
820
|
+
return this.bi.log(Object.assign({ evid: 341, src: 5 }, params), { endpoint: '' });
|
|
821
|
+
}
|
|
822
|
+
cardCta(params) {
|
|
823
|
+
return this.bi.log(Object.assign({ evid: 342, src: 5 }, params), { endpoint: '' });
|
|
824
|
+
}
|
|
825
|
+
viewedAllUpdates(params) {
|
|
826
|
+
return this.bi.log(Object.assign({ evid: 343, src: 5 }, params), { endpoint: '' });
|
|
827
|
+
}
|
|
828
|
+
settingsOverviewPageClickOnItem(params) {
|
|
829
|
+
return this.bi.log(Object.assign({ evid: 345, src: 5 }, params), { endpoint: '' });
|
|
830
|
+
}
|
|
831
|
+
iconRender(params) {
|
|
832
|
+
return this.bi.log(Object.assign({ evid: 347, src: 5 }, params), { endpoint: '' });
|
|
833
|
+
}
|
|
834
|
+
quotesBulkActionsPrint(params) {
|
|
835
|
+
return this.bi.log(Object.assign({ evid: 348, src: 5 }, params), { endpoint: '' });
|
|
836
|
+
}
|
|
837
|
+
setupWidgetItems(params) {
|
|
838
|
+
return this.bi.log(Object.assign({ evid: 349, src: 5 }, params), { endpoint: '' });
|
|
839
|
+
}
|
|
840
|
+
rolesAddNewRoleClick(params) {
|
|
841
|
+
return this.bi.log(Object.assign({ evid: 350, src: 5 }, params), { endpoint: '' });
|
|
842
|
+
}
|
|
843
|
+
rolesAddRoleCloseWindow(params) {
|
|
844
|
+
return this.bi.log(Object.assign({ evid: 351, src: 5 }, params), { endpoint: '' });
|
|
845
|
+
}
|
|
846
|
+
rolesAddRoleInviteClick(params) {
|
|
847
|
+
return this.bi.log(Object.assign({ evid: 352, src: 5 }, params), { endpoint: '' });
|
|
848
|
+
}
|
|
849
|
+
rolesAddRoleInviteClickSuccess(params) {
|
|
850
|
+
return this.bi.log(Object.assign({ evid: 353, src: 5 }, params), { endpoint: '' });
|
|
851
|
+
}
|
|
852
|
+
crmHomeButtonClicked(params) {
|
|
853
|
+
return this.bi.log(Object.assign({ evid: 354, src: 5 }, params), { endpoint: '' });
|
|
854
|
+
}
|
|
855
|
+
rolesAddRoleInviteClickFail(params) {
|
|
856
|
+
return this.bi.log(Object.assign({ evid: 355, src: 5 }, params), { endpoint: '' });
|
|
857
|
+
}
|
|
858
|
+
rolesLoginPageLoadStart(params) {
|
|
859
|
+
return this.bi.log(Object.assign({ evid: 356, src: 5 }, params), { endpoint: '' });
|
|
860
|
+
}
|
|
861
|
+
rolesLoginPageLoadComplete(params) {
|
|
862
|
+
return this.bi.log(Object.assign({ evid: 357, src: 5 }, params), { endpoint: '' });
|
|
863
|
+
}
|
|
864
|
+
rolesAcceptFail(params) {
|
|
865
|
+
return this.bi.log(Object.assign({ evid: 358, src: 5 }, params), { endpoint: '' });
|
|
866
|
+
}
|
|
867
|
+
rolesResendInviteClick(params) {
|
|
868
|
+
return this.bi.log(Object.assign({ evid: 359, src: 5 }, params), { endpoint: '' });
|
|
869
|
+
}
|
|
870
|
+
rolesDeleteRoleClick(params) {
|
|
871
|
+
return this.bi.log(Object.assign({ evid: 360, src: 5 }, params), { endpoint: '' });
|
|
872
|
+
}
|
|
873
|
+
rolesDeleteRoleCloseWindow(params) {
|
|
874
|
+
return this.bi.log(Object.assign({ evid: 361, src: 5 }, params), { endpoint: '' });
|
|
875
|
+
}
|
|
876
|
+
rolesDeleteRoleDeleteClick(params) {
|
|
877
|
+
return this.bi.log(Object.assign({ evid: 362, src: 5 }, params), { endpoint: '' });
|
|
878
|
+
}
|
|
879
|
+
rolesDeleteRoleDeleteClickSuccess(params) {
|
|
880
|
+
return this.bi.log(Object.assign({ evid: 363, src: 5 }, params), { endpoint: '' });
|
|
881
|
+
}
|
|
882
|
+
rolesDeleteRoleDeleteClickFail(params) {
|
|
883
|
+
return this.bi.log(Object.assign({ evid: 364, src: 5 }, params), { endpoint: '' });
|
|
884
|
+
}
|
|
885
|
+
rolesAcceptInviteFromMobilePageView(params) {
|
|
886
|
+
return this.bi.log(Object.assign({ evid: 365, src: 5 }, params), { endpoint: '' });
|
|
887
|
+
}
|
|
888
|
+
rolesEditRoleClick(params) {
|
|
889
|
+
return this.bi.log(Object.assign({ evid: 366, src: 5 }, params), { endpoint: '' });
|
|
890
|
+
}
|
|
891
|
+
rolesEditRoleUpdateClick(params) {
|
|
892
|
+
return this.bi.log(Object.assign({ evid: 367, src: 5 }, params), { endpoint: '' });
|
|
893
|
+
}
|
|
894
|
+
rolesGetInviteLink(params) {
|
|
895
|
+
return this.bi.log(Object.assign({ evid: 368, src: 5 }, params), { endpoint: '' });
|
|
896
|
+
}
|
|
897
|
+
analyticsKpiIsShownInAnalyticsWidget(params) {
|
|
898
|
+
return this.bi.log(Object.assign({ evid: 369, src: 5 }, params), { endpoint: '' });
|
|
899
|
+
}
|
|
900
|
+
analyticsTooltip(params) {
|
|
901
|
+
return this.bi.log(Object.assign({ evid: 371, src: 5 }, params), { endpoint: '' });
|
|
902
|
+
}
|
|
903
|
+
analyticsClickOnWidgetButtons(params) {
|
|
904
|
+
return this.bi.log(Object.assign({ evid: 372, src: 5 }, params), { endpoint: '' });
|
|
905
|
+
}
|
|
906
|
+
analyticsClickOnKpi(params) {
|
|
907
|
+
return this.bi.log(Object.assign({ evid: 373, src: 5 }, params), { endpoint: '' });
|
|
908
|
+
}
|
|
909
|
+
analyticsChooseKpiFromCustomizationList(params) {
|
|
910
|
+
return this.bi.log(Object.assign({ evid: 374, src: 5 }, params), { endpoint: '' });
|
|
911
|
+
}
|
|
912
|
+
analyticsClickOnButtonFromCustomizationList(params) {
|
|
913
|
+
return this.bi.log(Object.assign({ evid: 375, src: 5 }, params), { endpoint: '' });
|
|
914
|
+
}
|
|
915
|
+
analyticsChangeKpisTimePeriod(params) {
|
|
916
|
+
return this.bi.log(Object.assign({ evid: 376, src: 5 }, params), { endpoint: '' });
|
|
917
|
+
}
|
|
918
|
+
analyticsHoverAKpi(params) {
|
|
919
|
+
return this.bi.log(Object.assign({ evid: 377, src: 5 }, params), { endpoint: '' });
|
|
920
|
+
}
|
|
921
|
+
notificationsClickOnAChannelSettings(params) {
|
|
922
|
+
return this.bi.log(Object.assign({ evid: 379, src: 5 }, params), { endpoint: '' });
|
|
923
|
+
}
|
|
924
|
+
notificationsClickOnChannelLink(params) {
|
|
925
|
+
return this.bi.log(Object.assign({ evid: 380, src: 5 }, params), { endpoint: '' });
|
|
926
|
+
}
|
|
927
|
+
quotesClickDueDate(params) {
|
|
928
|
+
return this.bi.log(Object.assign({ evid: 383, src: 5 }, params), { endpoint: '' });
|
|
929
|
+
}
|
|
930
|
+
quotesChooseDueDate(params) {
|
|
931
|
+
return this.bi.log(Object.assign({ evid: 384, src: 5 }, params), { endpoint: '' });
|
|
932
|
+
}
|
|
933
|
+
quotesClickIssueDate(params) {
|
|
934
|
+
return this.bi.log(Object.assign({ evid: 385, src: 5 }, params), { endpoint: '' });
|
|
935
|
+
}
|
|
936
|
+
quotesChooseIssueDate(params) {
|
|
937
|
+
return this.bi.log(Object.assign({ evid: 386, src: 5 }, params), { endpoint: '' });
|
|
938
|
+
}
|
|
939
|
+
notificationGroupNotificationIsDisplayed(params) {
|
|
940
|
+
return this.bi.log(Object.assign({ evid: 387, src: 5 }, params), { endpoint: '' });
|
|
941
|
+
}
|
|
942
|
+
quotesViewPayments(params) {
|
|
943
|
+
return this.bi.log(Object.assign({ evid: 388, src: 5 }, params), { endpoint: '' });
|
|
944
|
+
}
|
|
945
|
+
quotesSubscriptionViewPayments(params) {
|
|
946
|
+
return this.bi.log(Object.assign({ evid: 389, src: 5 }, params), { endpoint: '' });
|
|
947
|
+
}
|
|
948
|
+
quotesBulkActionsDownloadPdf(params) {
|
|
949
|
+
return this.bi.log(Object.assign({ evid: 397, src: 5 }, params), { endpoint: '' });
|
|
950
|
+
}
|
|
951
|
+
quotesBulkActionsExportCsv(params) {
|
|
952
|
+
return this.bi.log(Object.assign({ evid: 398, src: 5 }, params), { endpoint: '' });
|
|
953
|
+
}
|
|
954
|
+
quotesDuplicateInvoice(params) {
|
|
955
|
+
return this.bi.log(Object.assign({ evid: 399, src: 5 }, params), { endpoint: '' });
|
|
956
|
+
}
|
|
957
|
+
quotesTabPageView(params) {
|
|
958
|
+
return this.bi.log(Object.assign({ evid: 400, src: 5 }, params), { endpoint: '' });
|
|
959
|
+
}
|
|
960
|
+
quotesInvoicesOnboardingPageView(params) {
|
|
961
|
+
return this.bi.log(Object.assign({ evid: 401, src: 5 }, params), { endpoint: '' });
|
|
962
|
+
}
|
|
963
|
+
quotesGetPaymentClick(params) {
|
|
964
|
+
return this.bi.log(Object.assign({ evid: 402, src: 5 }, params), { endpoint: '' });
|
|
965
|
+
}
|
|
966
|
+
quotesNewInvoiceClick(params) {
|
|
967
|
+
return this.bi.log(Object.assign({ evid: 403, src: 5 }, params), { endpoint: '' });
|
|
968
|
+
}
|
|
969
|
+
quotesEmailInvoicePage(params) {
|
|
970
|
+
return this.bi.log(Object.assign({ evid: 404, src: 5 }, params), { endpoint: '' });
|
|
971
|
+
}
|
|
972
|
+
quotesEmailInvoicePageCancelClick(params) {
|
|
973
|
+
return this.bi.log(Object.assign({ evid: 405, src: 5 }, params), { endpoint: '' });
|
|
974
|
+
}
|
|
975
|
+
quotesViewInvoicePageView(params) {
|
|
976
|
+
return this.bi.log(Object.assign({ evid: 406, src: 5 }, params), { endpoint: '' });
|
|
977
|
+
}
|
|
978
|
+
quotesChangeValue(params) {
|
|
979
|
+
return this.bi.log(Object.assign({ evid: 407, src: 5 }, params), { endpoint: '' });
|
|
980
|
+
}
|
|
981
|
+
quotesCreateInvoiceSaveDraftClick(params) {
|
|
982
|
+
return this.bi.log(Object.assign({ evid: 408, src: 5 }, params), { endpoint: '' });
|
|
983
|
+
}
|
|
984
|
+
quotesCreateInvoiceSaveDraftComplete(params) {
|
|
985
|
+
return this.bi.log(Object.assign({ evid: 409, src: 5 }, params), { endpoint: '' });
|
|
986
|
+
}
|
|
987
|
+
quotesCreateInvoiceSaveDraftFailed(params) {
|
|
988
|
+
return this.bi.log(Object.assign({ evid: 410, src: 5 }, params), { endpoint: '' });
|
|
989
|
+
}
|
|
990
|
+
quotesCreateInvoiceCancelClick(params) {
|
|
991
|
+
return this.bi.log(Object.assign({ evid: 411, src: 5 }, params), { endpoint: '' });
|
|
992
|
+
}
|
|
993
|
+
quotesCreateInvoiceAddLine(params) {
|
|
994
|
+
return this.bi.log(Object.assign({ evid: 412, src: 5 }, params), { endpoint: '' });
|
|
995
|
+
}
|
|
996
|
+
quotesCreateInvoiceDeleteLine(params) {
|
|
997
|
+
return this.bi.log(Object.assign({ evid: 413, src: 5 }, params), { endpoint: '' });
|
|
998
|
+
}
|
|
999
|
+
quotesNewProductClick(params) {
|
|
1000
|
+
return this.bi.log(Object.assign({ evid: 414, src: 5 }, params), { endpoint: '' });
|
|
1001
|
+
}
|
|
1002
|
+
quotesNewProductSave(params) {
|
|
1003
|
+
return this.bi.log(Object.assign({ evid: 415, src: 5 }, params), { endpoint: '' });
|
|
1004
|
+
}
|
|
1005
|
+
quotesNewProductCancel(params) {
|
|
1006
|
+
return this.bi.log(Object.assign({ evid: 416, src: 5 }, params), { endpoint: '' });
|
|
1007
|
+
}
|
|
1008
|
+
quotesEditProductClick(params) {
|
|
1009
|
+
return this.bi.log(Object.assign({ evid: 417, src: 5 }, params), { endpoint: '' });
|
|
1010
|
+
}
|
|
1011
|
+
quotesDeleteProductClick(params) {
|
|
1012
|
+
return this.bi.log(Object.assign({ evid: 418, src: 5 }, params), { endpoint: '' });
|
|
1013
|
+
}
|
|
1014
|
+
quotesDeleteProductPageOk(params) {
|
|
1015
|
+
return this.bi.log(Object.assign({ evid: 419, src: 5 }, params), { endpoint: '' });
|
|
1016
|
+
}
|
|
1017
|
+
quotesDeleteProductPageCancel(params) {
|
|
1018
|
+
return this.bi.log(Object.assign({ evid: 420, src: 5 }, params), { endpoint: '' });
|
|
1019
|
+
}
|
|
1020
|
+
quotesEditInvoice(params) {
|
|
1021
|
+
return this.bi.log(Object.assign({ evid: 421, src: 5 }, params), { endpoint: '' });
|
|
1022
|
+
}
|
|
1023
|
+
quotesPreviewInvoice(params) {
|
|
1024
|
+
return this.bi.log(Object.assign({ evid: 422, src: 5 }, params), { endpoint: '' });
|
|
1025
|
+
}
|
|
1026
|
+
quotesPrintInvoiceSrc5Evid423(params) {
|
|
1027
|
+
return this.bi.log(Object.assign({ evid: 423, src: 5 }, params), { endpoint: '' });
|
|
1028
|
+
}
|
|
1029
|
+
quotesAddPaymentClick(params) {
|
|
1030
|
+
return this.bi.log(Object.assign({ evid: 424, src: 5 }, params), { endpoint: '' });
|
|
1031
|
+
}
|
|
1032
|
+
quotesAddPaymentPageOk(params) {
|
|
1033
|
+
return this.bi.log(Object.assign({ evid: 425, src: 5 }, params), { endpoint: '' });
|
|
1034
|
+
}
|
|
1035
|
+
quotesAddPaymentPageCancel(params) {
|
|
1036
|
+
return this.bi.log(Object.assign({ evid: 426, src: 5 }, params), { endpoint: '' });
|
|
1037
|
+
}
|
|
1038
|
+
quotesVoidPageOk(params) {
|
|
1039
|
+
return this.bi.log(Object.assign({ evid: 428, src: 5 }, params), { endpoint: '' });
|
|
1040
|
+
}
|
|
1041
|
+
quotesVoidPageCancel(params) {
|
|
1042
|
+
return this.bi.log(Object.assign({ evid: 429, src: 5 }, params), { endpoint: '' });
|
|
1043
|
+
}
|
|
1044
|
+
quotesDeleteInvoiceClick(params) {
|
|
1045
|
+
return this.bi.log(Object.assign({ evid: 430, src: 5 }, params), { endpoint: '' });
|
|
1046
|
+
}
|
|
1047
|
+
quotesDeleteInvoicePageOk(params) {
|
|
1048
|
+
return this.bi.log(Object.assign({ evid: 431, src: 5 }, params), { endpoint: '' });
|
|
1049
|
+
}
|
|
1050
|
+
quotesDeleteInvoicePageCancel(params) {
|
|
1051
|
+
return this.bi.log(Object.assign({ evid: 432, src: 5 }, params), { endpoint: '' });
|
|
1052
|
+
}
|
|
1053
|
+
quotesSettingsNewTaxClick(params) {
|
|
1054
|
+
return this.bi.log(Object.assign({ evid: 433, src: 5 }, params), { endpoint: '' });
|
|
1055
|
+
}
|
|
1056
|
+
quotesSettingsNewTaxPageSave(params) {
|
|
1057
|
+
return this.bi.log(Object.assign({ evid: 434, src: 5 }, params), { endpoint: '' });
|
|
1058
|
+
}
|
|
1059
|
+
quotesSettingsNewTaxPageCancel(params) {
|
|
1060
|
+
return this.bi.log(Object.assign({ evid: 435, src: 5 }, params), { endpoint: '' });
|
|
1061
|
+
}
|
|
1062
|
+
quotesEditTaxClick(params) {
|
|
1063
|
+
return this.bi.log(Object.assign({ evid: 436, src: 5 }, params), { endpoint: '' });
|
|
1064
|
+
}
|
|
1065
|
+
quotesDeleteTaxClick(params) {
|
|
1066
|
+
return this.bi.log(Object.assign({ evid: 437, src: 5 }, params), { endpoint: '' });
|
|
1067
|
+
}
|
|
1068
|
+
quotesDeleteTaxPageOk(params) {
|
|
1069
|
+
return this.bi.log(Object.assign({ evid: 438, src: 5 }, params), { endpoint: '' });
|
|
1070
|
+
}
|
|
1071
|
+
quotesDeleteTaxPageCancel(params) {
|
|
1072
|
+
return this.bi.log(Object.assign({ evid: 439, src: 5 }, params), { endpoint: '' });
|
|
1073
|
+
}
|
|
1074
|
+
quotesShowPaymentPopupPage(params) {
|
|
1075
|
+
return this.bi.log(Object.assign({ evid: 440, src: 5 }, params), { endpoint: '' });
|
|
1076
|
+
}
|
|
1077
|
+
quotesConnectPaymentClick(params) {
|
|
1078
|
+
return this.bi.log(Object.assign({ evid: 441, src: 5 }, params), { endpoint: '' });
|
|
1079
|
+
}
|
|
1080
|
+
quotesCreateAnAccountOfPaymentProvider(params) {
|
|
1081
|
+
return this.bi.log(Object.assign({ evid: 442, src: 5 }, params), { endpoint: '' });
|
|
1082
|
+
}
|
|
1083
|
+
quotesNonValidPaypalAccountPopup(params) {
|
|
1084
|
+
return this.bi.log(Object.assign({ evid: 443, src: 5 }, params), { endpoint: '' });
|
|
1085
|
+
}
|
|
1086
|
+
quotesNonValidPaypalAccountPopupClose(params) {
|
|
1087
|
+
return this.bi.log(Object.assign({ evid: 444, src: 5 }, params), { endpoint: '' });
|
|
1088
|
+
}
|
|
1089
|
+
quotesNonValidPaypalAccountPopupClickLink(params) {
|
|
1090
|
+
return this.bi.log(Object.assign({ evid: 445, src: 5 }, params), { endpoint: '' });
|
|
1091
|
+
}
|
|
1092
|
+
quotesSortInvoices(params) {
|
|
1093
|
+
return this.bi.log(Object.assign({ evid: 446, src: 5 }, params), { endpoint: '' });
|
|
1094
|
+
}
|
|
1095
|
+
quotesFilterInvoices(params) {
|
|
1096
|
+
return this.bi.log(Object.assign({ evid: 447, src: 5 }, params), { endpoint: '' });
|
|
1097
|
+
}
|
|
1098
|
+
quotesSearchInvoices(params) {
|
|
1099
|
+
return this.bi.log(Object.assign({ evid: 448, src: 5 }, params), { endpoint: '' });
|
|
1100
|
+
}
|
|
1101
|
+
quotesDownloadPdf(params) {
|
|
1102
|
+
return this.bi.log(Object.assign({ evid: 449, src: 5 }, params), { endpoint: '' });
|
|
1103
|
+
}
|
|
1104
|
+
quotesResendFromPreviewPage(params) {
|
|
1105
|
+
return this.bi.log(Object.assign({ evid: 450, src: 5 }, params), { endpoint: '' });
|
|
1106
|
+
}
|
|
1107
|
+
quotesRunReportClickGenerateReportClick(params) {
|
|
1108
|
+
return this.bi.log(Object.assign({ evid: 451, src: 5 }, params), { endpoint: '' });
|
|
1109
|
+
}
|
|
1110
|
+
quotesPrintReportClick(params) {
|
|
1111
|
+
return this.bi.log(Object.assign({ evid: 452, src: 5 }, params), { endpoint: '' });
|
|
1112
|
+
}
|
|
1113
|
+
quotesExportReportClick(params) {
|
|
1114
|
+
return this.bi.log(Object.assign({ evid: 453, src: 5 }, params), { endpoint: '' });
|
|
1115
|
+
}
|
|
1116
|
+
quotesPageView(params) {
|
|
1117
|
+
return this.bi.log(Object.assign({ evid: 454, src: 5 }, params), { endpoint: '' });
|
|
1118
|
+
}
|
|
1119
|
+
quotesManagePaymentsBannerDisplayed(params) {
|
|
1120
|
+
return this.bi.log(Object.assign({ evid: 455, src: 5 }, params), { endpoint: '' });
|
|
1121
|
+
}
|
|
1122
|
+
quotesDismissManagePaymentsBanner(params) {
|
|
1123
|
+
return this.bi.log(Object.assign({ evid: 456, src: 5 }, params), { endpoint: '' });
|
|
1124
|
+
}
|
|
1125
|
+
quotesClickCtaInManagePaymentsBanner(params) {
|
|
1126
|
+
return this.bi.log(Object.assign({ evid: 457, src: 5 }, params), { endpoint: '' });
|
|
1127
|
+
}
|
|
1128
|
+
quotesClickViewOrderBooking(params) {
|
|
1129
|
+
return this.bi.log(Object.assign({ evid: 458, src: 5 }, params), { endpoint: '' });
|
|
1130
|
+
}
|
|
1131
|
+
quotesInvoicesAutomaticallyCreateAndSendInvoices(params) {
|
|
1132
|
+
return this.bi.log(Object.assign({ evid: 459, src: 5 }, params), { endpoint: '' });
|
|
1133
|
+
}
|
|
1134
|
+
quotesAddCustomerClick(params) {
|
|
1135
|
+
return this.bi.log(Object.assign({ evid: 460, src: 5 }, params), { endpoint: '' });
|
|
1136
|
+
}
|
|
1137
|
+
quotesChooseACustomer(params) {
|
|
1138
|
+
return this.bi.log(Object.assign({ evid: 461, src: 5 }, params), { endpoint: '' });
|
|
1139
|
+
}
|
|
1140
|
+
quotesRemoveCustomer(params) {
|
|
1141
|
+
return this.bi.log(Object.assign({ evid: 462, src: 5 }, params), { endpoint: '' });
|
|
1142
|
+
}
|
|
1143
|
+
quotesDueDateUpdating(params) {
|
|
1144
|
+
return this.bi.log(Object.assign({ evid: 463, src: 5 }, params), { endpoint: '' });
|
|
1145
|
+
}
|
|
1146
|
+
quotesDateOfIssueUpdating(params) {
|
|
1147
|
+
return this.bi.log(Object.assign({ evid: 464, src: 5 }, params), { endpoint: '' });
|
|
1148
|
+
}
|
|
1149
|
+
quotesAddDiscount(params) {
|
|
1150
|
+
return this.bi.log(Object.assign({ evid: 465, src: 5 }, params), { endpoint: '' });
|
|
1151
|
+
}
|
|
1152
|
+
quotesChooseAProduct(params) {
|
|
1153
|
+
return this.bi.log(Object.assign({ evid: 466, src: 5 }, params), { endpoint: '' });
|
|
1154
|
+
}
|
|
1155
|
+
quotesRemoveProduct(params) {
|
|
1156
|
+
return this.bi.log(Object.assign({ evid: 467, src: 5 }, params), { endpoint: '' });
|
|
1157
|
+
}
|
|
1158
|
+
quotesEditProductOrService(params) {
|
|
1159
|
+
return this.bi.log(Object.assign({ evid: 468, src: 5 }, params), { endpoint: '' });
|
|
1160
|
+
}
|
|
1161
|
+
quotesSelectTax(params) {
|
|
1162
|
+
return this.bi.log(Object.assign({ evid: 469, src: 5 }, params), { endpoint: '' });
|
|
1163
|
+
}
|
|
1164
|
+
quotesAddingBusinessLogo(params) {
|
|
1165
|
+
return this.bi.log(Object.assign({ evid: 470, src: 5 }, params), { endpoint: '' });
|
|
1166
|
+
}
|
|
1167
|
+
quotesAddingBusinessName(params) {
|
|
1168
|
+
return this.bi.log(Object.assign({ evid: 471, src: 5 }, params), { endpoint: '' });
|
|
1169
|
+
}
|
|
1170
|
+
quotesClickSaveOnAddBusinessDetailsPage(params) {
|
|
1171
|
+
return this.bi.log(Object.assign({ evid: 472, src: 5 }, params), { endpoint: '' });
|
|
1172
|
+
}
|
|
1173
|
+
quotesBoardingPageClickClose(params) {
|
|
1174
|
+
return this.bi.log(Object.assign({ evid: 473, src: 5 }, params), { endpoint: '' });
|
|
1175
|
+
}
|
|
1176
|
+
quotesGetTheWixAppBannerDisplayed(params) {
|
|
1177
|
+
return this.bi.log(Object.assign({ evid: 474, src: 5 }, params), { endpoint: '' });
|
|
1178
|
+
}
|
|
1179
|
+
quotesDismissGetWixAppBanner(params) {
|
|
1180
|
+
return this.bi.log(Object.assign({ evid: 475, src: 5 }, params), { endpoint: '' });
|
|
1181
|
+
}
|
|
1182
|
+
quotesClickCtaInGetWixAppBanner(params) {
|
|
1183
|
+
return this.bi.log(Object.assign({ evid: 476, src: 5 }, params), { endpoint: '' });
|
|
1184
|
+
}
|
|
1185
|
+
quotesPrintInvoiceSrc5Evid477(params) {
|
|
1186
|
+
return this.bi.log(Object.assign({ evid: 477, src: 5 }, params), { endpoint: '' });
|
|
1187
|
+
}
|
|
1188
|
+
quotesPayInvoiceClick(params) {
|
|
1189
|
+
return this.bi.log(Object.assign({ evid: 478, src: 5 }, params), { endpoint: '' });
|
|
1190
|
+
}
|
|
1191
|
+
quotesCloseManagePlanBillingTooltip(params) {
|
|
1192
|
+
return this.bi.log(Object.assign({ evid: 479, src: 5 }, params), { endpoint: '' });
|
|
1193
|
+
}
|
|
1194
|
+
quotesCreateInvoiceToggleRecurring(params) {
|
|
1195
|
+
return this.bi.log(Object.assign({ evid: 480, src: 5 }, params), { endpoint: '' });
|
|
1196
|
+
}
|
|
1197
|
+
quotesPrintFromPreviewPage(params) {
|
|
1198
|
+
return this.bi.log(Object.assign({ evid: 481, src: 5 }, params), { endpoint: '' });
|
|
1199
|
+
}
|
|
1200
|
+
quotesPreviewFromInsideTheInvoiceCreation(params) {
|
|
1201
|
+
return this.bi.log(Object.assign({ evid: 482, src: 5 }, params), { endpoint: '' });
|
|
1202
|
+
}
|
|
1203
|
+
quotesCancelFromInsideTheInvoiceCreation(params) {
|
|
1204
|
+
return this.bi.log(Object.assign({ evid: 483, src: 5 }, params), { endpoint: '' });
|
|
1205
|
+
}
|
|
1206
|
+
quotesPreviewFromTable(params) {
|
|
1207
|
+
return this.bi.log(Object.assign({ evid: 484, src: 5 }, params), { endpoint: '' });
|
|
1208
|
+
}
|
|
1209
|
+
mySitesEditSite(params) {
|
|
1210
|
+
return this.bi.log(Object.assign({ evid: 486, src: 5 }, params), { endpoint: '' });
|
|
1211
|
+
}
|
|
1212
|
+
sidebarCategoryItemsShown488(params) {
|
|
1213
|
+
return this.bi.log(Object.assign({ evid: 488, src: 5 }, params), { endpoint: '' });
|
|
1214
|
+
}
|
|
1215
|
+
crmHomeCreateButtonClick(params) {
|
|
1216
|
+
return this.bi.log(Object.assign({ evid: 489, src: 5 }, params), { endpoint: '' });
|
|
1217
|
+
}
|
|
1218
|
+
crmHomeCreateButtonChooseOption(params) {
|
|
1219
|
+
return this.bi.log(Object.assign({ evid: 490, src: 5 }, params), { endpoint: '' });
|
|
1220
|
+
}
|
|
1221
|
+
crmHomeSecondaryCtaClick(params) {
|
|
1222
|
+
return this.bi.log(Object.assign({ evid: 491, src: 5 }, params), { endpoint: '' });
|
|
1223
|
+
}
|
|
1224
|
+
crmHomeCarouselClick(params) {
|
|
1225
|
+
return this.bi.log(Object.assign({ evid: 492, src: 5 }, params), { endpoint: '' });
|
|
1226
|
+
}
|
|
1227
|
+
crmHomeManageYourFinancesChoose(params) {
|
|
1228
|
+
return this.bi.log(Object.assign({ evid: 493, src: 5 }, params), { endpoint: '' });
|
|
1229
|
+
}
|
|
1230
|
+
crmHomeCustomerManagementToolsChoose(params) {
|
|
1231
|
+
return this.bi.log(Object.assign({ evid: 494, src: 5 }, params), { endpoint: '' });
|
|
1232
|
+
}
|
|
1233
|
+
quotesSettingsChangeTabs(params) {
|
|
1234
|
+
return this.bi.log(Object.assign({ evid: 497, src: 5 }, params), { endpoint: '' });
|
|
1235
|
+
}
|
|
1236
|
+
quotesSettingsSuccessToast(params) {
|
|
1237
|
+
return this.bi.log(Object.assign({ evid: 498, src: 5 }, params), { endpoint: '' });
|
|
1238
|
+
}
|
|
1239
|
+
contactEnrichmentTemporaryEvent(params) {
|
|
1240
|
+
return this.bi.log(Object.assign({ evid: 499, src: 5 }, params), { endpoint: '' });
|
|
1241
|
+
}
|
|
1242
|
+
engageEmailSettingsPageView(params) {
|
|
1243
|
+
return this.bi.log(Object.assign({ evid: 540, src: 5 }, params), { endpoint: '' });
|
|
1244
|
+
}
|
|
1245
|
+
engageEmailSettingsUpdateValue(params) {
|
|
1246
|
+
return this.bi.log(Object.assign({ evid: 541, src: 5 }, params), { endpoint: '' });
|
|
1247
|
+
}
|
|
1248
|
+
engageEmailSettingsSaveChangesClick(params) {
|
|
1249
|
+
return this.bi.log(Object.assign({ evid: 542, src: 5 }, params), { endpoint: '' });
|
|
1250
|
+
}
|
|
1251
|
+
engageEmailSettingsCancelBack(params) {
|
|
1252
|
+
return this.bi.log(Object.assign({ evid: 544, src: 5 }, params), { endpoint: '' });
|
|
1253
|
+
}
|
|
1254
|
+
engageEmailSettingsUnsavedChangesDialog(params) {
|
|
1255
|
+
return this.bi.log(Object.assign({ evid: 546, src: 5 }, params), { endpoint: '' });
|
|
1256
|
+
}
|
|
1257
|
+
sideBarItemClick550(params) {
|
|
1258
|
+
return this.bi.log(Object.assign({ evid: 550, src: 5 }, params), { endpoint: '' });
|
|
1259
|
+
}
|
|
1260
|
+
bizManagerBizInfoFieldValueChangedNotSaved(params) {
|
|
1261
|
+
return this.bi.log(Object.assign({ evid: 551, src: 5 }, params), { endpoint: '' });
|
|
1262
|
+
}
|
|
1263
|
+
bizManagerBizInfoClickOnSave(params) {
|
|
1264
|
+
return this.bi.log(Object.assign({ evid: 552, src: 5 }, params), { endpoint: '' });
|
|
1265
|
+
}
|
|
1266
|
+
bizManagerBizInfoSaveSuccess(params) {
|
|
1267
|
+
return this.bi.log(Object.assign({ evid: 553, src: 5 }, params), { endpoint: '' });
|
|
1268
|
+
}
|
|
1269
|
+
bizManagerBizInfoClickOnDiscardButton(params) {
|
|
1270
|
+
return this.bi.log(Object.assign({ evid: 554, src: 5 }, params), { endpoint: '' });
|
|
1271
|
+
}
|
|
1272
|
+
bizManagerBizInfoApproveDiscard(params) {
|
|
1273
|
+
return this.bi.log(Object.assign({ evid: 555, src: 5 }, params), { endpoint: '' });
|
|
1274
|
+
}
|
|
1275
|
+
bizManagerBizInfoCancelDiscard(params) {
|
|
1276
|
+
return this.bi.log(Object.assign({ evid: 556, src: 5 }, params), { endpoint: '' });
|
|
1277
|
+
}
|
|
1278
|
+
bizManagerBizInfoNavigateAwayDialogIsShown(params) {
|
|
1279
|
+
return this.bi.log(Object.assign({ evid: 557, src: 5 }, params), { endpoint: '' });
|
|
1280
|
+
}
|
|
1281
|
+
bizManagerBizInfoNavigateAwayStayInPage(params) {
|
|
1282
|
+
return this.bi.log(Object.assign({ evid: 558, src: 5 }, params), { endpoint: '' });
|
|
1283
|
+
}
|
|
1284
|
+
bizManagerBizInfoClickOnButton(params) {
|
|
1285
|
+
return this.bi.log(Object.assign({ evid: 559, src: 5 }, params), { endpoint: '' });
|
|
1286
|
+
}
|
|
1287
|
+
bizManagerBizInfoNavigateAwayLeaveThisPage(params) {
|
|
1288
|
+
return this.bi.log(Object.assign({ evid: 560, src: 5 }, params), { endpoint: '' });
|
|
1289
|
+
}
|
|
1290
|
+
bizManagerStartLoading(params) {
|
|
1291
|
+
return this.bi.log(Object.assign({ evid: 561, src: 5 }, params), { endpoint: '' });
|
|
1292
|
+
}
|
|
1293
|
+
bizManagerFinishLoading(params) {
|
|
1294
|
+
return this.bi.log(Object.assign({ evid: 562, src: 5 }, params), { endpoint: '' });
|
|
1295
|
+
}
|
|
1296
|
+
bizManagerModuleLoadingStart(params) {
|
|
1297
|
+
return this.bi.log(Object.assign({ evid: 564, src: 5 }, params), { endpoint: '' });
|
|
1298
|
+
}
|
|
1299
|
+
bizManagerModuleLoadingFinish(params) {
|
|
1300
|
+
return this.bi.log(Object.assign({ evid: 565, src: 5 }, params), { endpoint: '' });
|
|
1301
|
+
}
|
|
1302
|
+
bizManagerNavigateToViewStart(params) {
|
|
1303
|
+
return this.bi.log(Object.assign({ evid: 566, src: 5 }, params), { endpoint: '' });
|
|
1304
|
+
}
|
|
1305
|
+
bizManagerClickOnBackInSidebarItem(params) {
|
|
1306
|
+
return this.bi.log(Object.assign({ evid: 570, src: 5 }, params), { endpoint: '' });
|
|
1307
|
+
}
|
|
1308
|
+
bizManagerSetupWidgetIsDisplayed(params) {
|
|
1309
|
+
return this.bi.log(Object.assign({ evid: 573, src: 5 }, params), { endpoint: '' });
|
|
1310
|
+
}
|
|
1311
|
+
bizManagerMinimizeExpandSetupWidget(params) {
|
|
1312
|
+
return this.bi.log(Object.assign({ evid: 574, src: 5 }, params), { endpoint: '' });
|
|
1313
|
+
}
|
|
1314
|
+
bizManagerSetupWidgetShowMessageComplete(params) {
|
|
1315
|
+
return this.bi.log(Object.assign({ evid: 575, src: 5 }, params), { endpoint: '' });
|
|
1316
|
+
}
|
|
1317
|
+
bizManagerSetupWidgetClickCtaAfterShowMessageComplete(params) {
|
|
1318
|
+
return this.bi.log(Object.assign({ evid: 576, src: 5 }, params), { endpoint: '' });
|
|
1319
|
+
}
|
|
1320
|
+
bizManagerDisplayAnalyticsWidget(params) {
|
|
1321
|
+
return this.bi.log(Object.assign({ evid: 577, src: 5 }, params), { endpoint: '' });
|
|
1322
|
+
}
|
|
1323
|
+
bizManagerClickOnHelpCenterInDashboardFooter(params) {
|
|
1324
|
+
return this.bi.log(Object.assign({ evid: 578, src: 5 }, params), { endpoint: '' });
|
|
1325
|
+
}
|
|
1326
|
+
bizManagerClickOnWidgetCta(params) {
|
|
1327
|
+
return this.bi.log(Object.assign({ evid: 579, src: 5 }, params), { endpoint: '' });
|
|
1328
|
+
}
|
|
1329
|
+
bizManagerHtmlLoaded(params) {
|
|
1330
|
+
return this.bi.log(Object.assign({ evid: 580, src: 5 }, params), { endpoint: '' });
|
|
1331
|
+
}
|
|
1332
|
+
bizManagerViewStartLoading(params) {
|
|
1333
|
+
return this.bi.log(Object.assign({ evid: 581, src: 5 }, params), { endpoint: '' });
|
|
1334
|
+
}
|
|
1335
|
+
bizManagerViewFinishLoading(params) {
|
|
1336
|
+
return this.bi.log(Object.assign({ evid: 582, src: 5 }, params), { endpoint: '' });
|
|
1337
|
+
}
|
|
1338
|
+
bizManagerClickLinkFromTooltip(params) {
|
|
1339
|
+
return this.bi.log(Object.assign({ evid: 584, src: 5 }, params), { endpoint: '' });
|
|
1340
|
+
}
|
|
1341
|
+
bizManagerBusinessInfoMergeDialogShown(params) {
|
|
1342
|
+
return this.bi.log(Object.assign({ evid: 585, src: 5 }, params), { endpoint: '' });
|
|
1343
|
+
}
|
|
1344
|
+
bizManagerBusinessInfoMergeDialogApprove(params) {
|
|
1345
|
+
return this.bi.log(Object.assign({ evid: 586, src: 5 }, params), { endpoint: '' });
|
|
1346
|
+
}
|
|
1347
|
+
bizManagerBusinessInfoMergeDialogClose(params) {
|
|
1348
|
+
return this.bi.log(Object.assign({ evid: 587, src: 5 }, params), { endpoint: '' });
|
|
1349
|
+
}
|
|
1350
|
+
managerFullStoryRecordingStarted(params) {
|
|
1351
|
+
return this.bi.log(Object.assign({ evid: 588, src: 5 }, params), { endpoint: '' });
|
|
1352
|
+
}
|
|
1353
|
+
bizManagerDismissTooltip(params) {
|
|
1354
|
+
return this.bi.log(Object.assign({ evid: 589, src: 5 }, params), { endpoint: '' });
|
|
1355
|
+
}
|
|
1356
|
+
bizManagerWhatSNextCloseVideoAsset(params) {
|
|
1357
|
+
return this.bi.log(Object.assign({ evid: 592, src: 5 }, params), { endpoint: '' });
|
|
1358
|
+
}
|
|
1359
|
+
bizManagerShowUrgentMessages(params) {
|
|
1360
|
+
return this.bi.log(Object.assign({ evid: 593, src: 5 }, params), { endpoint: '' });
|
|
1361
|
+
}
|
|
1362
|
+
bizManagerUrgentMessagesClicked(params) {
|
|
1363
|
+
return this.bi.log(Object.assign({ evid: 594, src: 5 }, params), { endpoint: '' });
|
|
1364
|
+
}
|
|
1365
|
+
bizManagerDashboardAssetClickOnArrow(params) {
|
|
1366
|
+
return this.bi.log(Object.assign({ evid: 597, src: 5 }, params), { endpoint: '' });
|
|
1367
|
+
}
|
|
1368
|
+
bizManagerOpenPanelStart(params) {
|
|
1369
|
+
return this.bi.log(Object.assign({ evid: 598, src: 5 }, params), { endpoint: '' });
|
|
1370
|
+
}
|
|
1371
|
+
bizManagerOpenPanelFinish(params) {
|
|
1372
|
+
return this.bi.log(Object.assign({ evid: 599, src: 5 }, params), { endpoint: '' });
|
|
1373
|
+
}
|
|
1374
|
+
dummyEventForSiteMembers(params) {
|
|
1375
|
+
return this.bi.log(Object.assign({ evid: 600, src: 5 }, params), { endpoint: '' });
|
|
1376
|
+
}
|
|
1377
|
+
bizManagerClickOnSetupSkipUndo(params) {
|
|
1378
|
+
return this.bi.log(Object.assign({ evid: 656, src: 5 }, params), { endpoint: '' });
|
|
1379
|
+
}
|
|
1380
|
+
bizManagerOpenPanelInteractive(params) {
|
|
1381
|
+
return this.bi.log(Object.assign({ evid: 657, src: 5 }, params), { endpoint: '' });
|
|
1382
|
+
}
|
|
1383
|
+
phoneVerificationHoverOnMotivation(params) {
|
|
1384
|
+
return this.bi.log(Object.assign({ evid: 660, src: 5 }, params), { endpoint: '' });
|
|
1385
|
+
}
|
|
1386
|
+
mobilePhoneNumberConfirmationPopUpClickOkForSendingSms(params) {
|
|
1387
|
+
return this.bi.log(Object.assign({ evid: 661, src: 5 }, params), { endpoint: '' });
|
|
1388
|
+
}
|
|
1389
|
+
mobilePhoneNumberConfirmationPopUpClickConfirmForSmsCode(params) {
|
|
1390
|
+
return this.bi.log(Object.assign({ evid: 662, src: 5 }, params), { endpoint: '' });
|
|
1391
|
+
}
|
|
1392
|
+
phoneVerificationPhoneValidation(params) {
|
|
1393
|
+
return this.bi.log(Object.assign({ evid: 665, src: 5 }, params), { endpoint: '' });
|
|
1394
|
+
}
|
|
1395
|
+
phoneVerificationCodeValidation(params) {
|
|
1396
|
+
return this.bi.log(Object.assign({ evid: 666, src: 5 }, params), { endpoint: '' });
|
|
1397
|
+
}
|
|
1398
|
+
mobilePhoneNumberConfirmationOpenPopUp(params) {
|
|
1399
|
+
return this.bi.log(Object.assign({ evid: 667, src: 5 }, params), { endpoint: '' });
|
|
1400
|
+
}
|
|
1401
|
+
bizManagerNewBadgeShow(params) {
|
|
1402
|
+
return this.bi.log(Object.assign({ evid: 673, src: 5 }, params), { endpoint: '' });
|
|
1403
|
+
}
|
|
1404
|
+
mobilePhoneNumberConfirmationClickOnEdit(params) {
|
|
1405
|
+
return this.bi.log(Object.assign({ evid: 678, src: 5 }, params), { endpoint: '' });
|
|
1406
|
+
}
|
|
1407
|
+
accountSettingsClickOnManagePreferences(params) {
|
|
1408
|
+
return this.bi.log(Object.assign({ evid: 679, src: 5 }, params), { endpoint: '' });
|
|
1409
|
+
}
|
|
1410
|
+
accountSettingsDeactivateAccountClickOnLearnMore(params) {
|
|
1411
|
+
return this.bi.log(Object.assign({ evid: 680, src: 5 }, params), { endpoint: '' });
|
|
1412
|
+
}
|
|
1413
|
+
twoFactorAuthenticationSetupEnableClick(params) {
|
|
1414
|
+
return this.bi.log(Object.assign({ evid: 681, src: 5 }, params), { endpoint: '' });
|
|
1415
|
+
}
|
|
1416
|
+
accountSettingsUpdatesConfirmEnterPassword(params) {
|
|
1417
|
+
return this.bi.log(Object.assign({ evid: 682, src: 5 }, params), { endpoint: '' });
|
|
1418
|
+
}
|
|
1419
|
+
twoFactorAuthenticationSetupSendCode(params) {
|
|
1420
|
+
return this.bi.log(Object.assign({ evid: 683, src: 5 }, params), { endpoint: '' });
|
|
1421
|
+
}
|
|
1422
|
+
twoFactorAuthenticationSetupConfirmCodeClick(params) {
|
|
1423
|
+
return this.bi.log(Object.assign({ evid: 684, src: 5 }, params), { endpoint: '' });
|
|
1424
|
+
}
|
|
1425
|
+
twoFactorAuthenticationSetupEditNumber(params) {
|
|
1426
|
+
return this.bi.log(Object.assign({ evid: 685, src: 5 }, params), { endpoint: '' });
|
|
1427
|
+
}
|
|
1428
|
+
twoFactorAuthenticationSetupDisableAction(params) {
|
|
1429
|
+
return this.bi.log(Object.assign({ evid: 686, src: 5 }, params), { endpoint: '' });
|
|
1430
|
+
}
|
|
1431
|
+
twoFactorAuthenticationSetupDisableClick(params) {
|
|
1432
|
+
return this.bi.log(Object.assign({ evid: 687, src: 5 }, params), { endpoint: '' });
|
|
1433
|
+
}
|
|
1434
|
+
accountSettingsSetPasswordModalLoad(params) {
|
|
1435
|
+
return this.bi.log(Object.assign({ evid: 688, src: 5 }, params), { endpoint: '' });
|
|
1436
|
+
}
|
|
1437
|
+
accountSettingsOnRequestToUnlockField(params) {
|
|
1438
|
+
return this.bi.log(Object.assign({ evid: 689, src: 5 }, params), { endpoint: '' });
|
|
1439
|
+
}
|
|
1440
|
+
accountSettingsUpdatesConfirmPasswordModalLoad(params) {
|
|
1441
|
+
return this.bi.log(Object.assign({ evid: 690, src: 5 }, params), { endpoint: '' });
|
|
1442
|
+
}
|
|
1443
|
+
accountSettingsForgotPasswordClick(params) {
|
|
1444
|
+
return this.bi.log(Object.assign({ evid: 691, src: 5 }, params), { endpoint: '' });
|
|
1445
|
+
}
|
|
1446
|
+
accountSettingsManagePrivacyPreferences(params) {
|
|
1447
|
+
return this.bi.log(Object.assign({ evid: 695, src: 5 }, params), { endpoint: '' });
|
|
1448
|
+
}
|
|
1449
|
+
accountSettingsTwoFactorAuthenticationSetupSendCodeSuccess(params) {
|
|
1450
|
+
return this.bi.log(Object.assign({ evid: 696, src: 5 }, params), { endpoint: '' });
|
|
1451
|
+
}
|
|
1452
|
+
accountSettingsTwoFactorAuthenticationSetupSendCodeFailed(params) {
|
|
1453
|
+
return this.bi.log(Object.assign({ evid: 697, src: 5 }, params), { endpoint: '' });
|
|
1454
|
+
}
|
|
1455
|
+
mySitesClickOnSelectSite(params) {
|
|
1456
|
+
return this.bi.log(Object.assign({ evid: 715, src: 5 }, params), { endpoint: '' });
|
|
1457
|
+
}
|
|
1458
|
+
quotesClickOnCopyLinkFromMoreActions(params) {
|
|
1459
|
+
return this.bi.log(Object.assign({ evid: 727, src: 5 }, params), { endpoint: '' });
|
|
1460
|
+
}
|
|
1461
|
+
quotesErrorGenerateLinkFromMoreActions(params) {
|
|
1462
|
+
return this.bi.log(Object.assign({ evid: 728, src: 5 }, params), { endpoint: '' });
|
|
1463
|
+
}
|
|
1464
|
+
quotesClickOnCreateLinkFromMoreActions(params) {
|
|
1465
|
+
return this.bi.log(Object.assign({ evid: 729, src: 5 }, params), { endpoint: '' });
|
|
1466
|
+
}
|
|
1467
|
+
quotesSettingsChangeNumbering(params) {
|
|
1468
|
+
return this.bi.log(Object.assign({ evid: 730, src: 5 }, params), { endpoint: '' });
|
|
1469
|
+
}
|
|
1470
|
+
quotesHeaderPreview(params) {
|
|
1471
|
+
return this.bi.log(Object.assign({ evid: 732, src: 5 }, params), { endpoint: '' });
|
|
1472
|
+
}
|
|
1473
|
+
quotesOpenFirstCard(params) {
|
|
1474
|
+
return this.bi.log(Object.assign({ evid: 733, src: 5 }, params), { endpoint: '' });
|
|
1475
|
+
}
|
|
1476
|
+
quotesDropdownOption(params) {
|
|
1477
|
+
return this.bi.log(Object.assign({ evid: 734, src: 5 }, params), { endpoint: '' });
|
|
1478
|
+
}
|
|
1479
|
+
sidebarModalOfFteToTheNewSidebarIsLoaded(params) {
|
|
1480
|
+
return this.bi.log(Object.assign({ evid: 735, src: 5 }, params), { endpoint: '' });
|
|
1481
|
+
}
|
|
1482
|
+
quotesLimit5KCsvDownload(params) {
|
|
1483
|
+
return this.bi.log(Object.assign({ evid: 738, src: 5 }, params), { endpoint: '' });
|
|
1484
|
+
}
|
|
1485
|
+
accountSettingsStep1ToDisablePartnerDashboard(params) {
|
|
1486
|
+
return this.bi.log(Object.assign({ evid: 739, src: 5 }, params), { endpoint: '' });
|
|
1487
|
+
}
|
|
1488
|
+
accountSettingsErrorWhenClickToDisablePartnerDashboard(params) {
|
|
1489
|
+
return this.bi.log(Object.assign({ evid: 740, src: 5 }, params), { endpoint: '' });
|
|
1490
|
+
}
|
|
1491
|
+
accountSettingsDisabledEnabledPartnerDashboard(params) {
|
|
1492
|
+
return this.bi.log(Object.assign({ evid: 741, src: 5 }, params), { endpoint: '' });
|
|
1493
|
+
}
|
|
1494
|
+
crmHomeSendMessageToInbox(params) {
|
|
1495
|
+
return this.bi.log(Object.assign({ evid: 745, src: 5 }, params), { endpoint: '' });
|
|
1496
|
+
}
|
|
1497
|
+
crmHomeAddNewContactWidget(params) {
|
|
1498
|
+
return this.bi.log(Object.assign({ evid: 746, src: 5 }, params), { endpoint: '' });
|
|
1499
|
+
}
|
|
1500
|
+
crmHomeChooseContactFromWidget(params) {
|
|
1501
|
+
return this.bi.log(Object.assign({ evid: 747, src: 5 }, params), { endpoint: '' });
|
|
1502
|
+
}
|
|
1503
|
+
crmHomeSendMessageViaContactsWidget(params) {
|
|
1504
|
+
return this.bi.log(Object.assign({ evid: 748, src: 5 }, params), { endpoint: '' });
|
|
1505
|
+
}
|
|
1506
|
+
uouUnsubscribePageView(params) {
|
|
1507
|
+
return this.bi.log(Object.assign({ evid: 798, src: 5 }, params), { endpoint: '' });
|
|
1508
|
+
}
|
|
1509
|
+
uouUnsubscribeClick(params) {
|
|
1510
|
+
return this.bi.log(Object.assign({ evid: 799, src: 5 }, params), { endpoint: '' });
|
|
1511
|
+
}
|
|
1512
|
+
sampleEventTest(params) {
|
|
1513
|
+
return this.bi.log(Object.assign({ evid: 800, src: 5 }, params), { endpoint: '' });
|
|
1514
|
+
}
|
|
1515
|
+
gdprUouSiteOwnerOpenPrivacyGdprTab(params) {
|
|
1516
|
+
return this.bi.log(Object.assign({ evid: 801, src: 5 }, params), { endpoint: '' });
|
|
1517
|
+
}
|
|
1518
|
+
gdprUouSiteOwnerInitiateGdprRequest(params) {
|
|
1519
|
+
return this.bi.log(Object.assign({ evid: 802, src: 5 }, params), { endpoint: '' });
|
|
1520
|
+
}
|
|
1521
|
+
gdprUouSiteOwnerSelectRequestType(params) {
|
|
1522
|
+
return this.bi.log(Object.assign({ evid: 803, src: 5 }, params), { endpoint: '' });
|
|
1523
|
+
}
|
|
1524
|
+
gdprUouSiteOwnerInsertUouInformation(params) {
|
|
1525
|
+
return this.bi.log(Object.assign({ evid: 804, src: 5 }, params), { endpoint: '' });
|
|
1526
|
+
}
|
|
1527
|
+
gdprUouSiteOwnerReConfirmUouInformation(params) {
|
|
1528
|
+
return this.bi.log(Object.assign({ evid: 805, src: 5 }, params), { endpoint: '' });
|
|
1529
|
+
}
|
|
1530
|
+
gdprUouSiteOwnerUouRequestSubmissionSuccess(params) {
|
|
1531
|
+
return this.bi.log(Object.assign({ evid: 806, src: 5 }, params), { endpoint: '' });
|
|
1532
|
+
}
|
|
1533
|
+
gdprUouSiteOwnerUouRequestSubmissionFailed(params) {
|
|
1534
|
+
return this.bi.log(Object.assign({ evid: 807, src: 5 }, params), { endpoint: '' });
|
|
1535
|
+
}
|
|
1536
|
+
gdprUouSiteOwnerReturnedToPreviousFormStep(params) {
|
|
1537
|
+
return this.bi.log(Object.assign({ evid: 808, src: 5 }, params), { endpoint: '' });
|
|
1538
|
+
}
|
|
1539
|
+
gdprUouSiteOwnerWishToLearnMore(params) {
|
|
1540
|
+
return this.bi.log(Object.assign({ evid: 809, src: 5 }, params), { endpoint: '' });
|
|
1541
|
+
}
|
|
1542
|
+
gdprUsersUserOpenedTheGdprForm(params) {
|
|
1543
|
+
return this.bi.log(Object.assign({ evid: 810, src: 5 }, params), { endpoint: '' });
|
|
1544
|
+
}
|
|
1545
|
+
gdprUsersUserSubmitTheGdprForm(params) {
|
|
1546
|
+
return this.bi.log(Object.assign({ evid: 811, src: 5 }, params), { endpoint: '' });
|
|
1547
|
+
}
|
|
1548
|
+
gdprUsersUserGdprFormSubmissionSuccess(params) {
|
|
1549
|
+
return this.bi.log(Object.assign({ evid: 812, src: 5 }, params), { endpoint: '' });
|
|
1550
|
+
}
|
|
1551
|
+
gdprUsersUserGdprFormSubmissionFailed(params) {
|
|
1552
|
+
return this.bi.log(Object.assign({ evid: 813, src: 5 }, params), { endpoint: '' });
|
|
1553
|
+
}
|
|
1554
|
+
cookiesBannerCta(params) {
|
|
1555
|
+
return this.bi.log(Object.assign({ evid: 814, src: 5 }, params), { endpoint: '' });
|
|
1556
|
+
}
|
|
1557
|
+
cookiesBannerSettingsWindowCta(params) {
|
|
1558
|
+
return this.bi.log(Object.assign({ evid: 815, src: 5 }, params), { endpoint: '' });
|
|
1559
|
+
}
|
|
1560
|
+
cookiesBannerPrivacyPolicyClicked(params) {
|
|
1561
|
+
return this.bi.log(Object.assign({ evid: 816, src: 5 }, params), { endpoint: '' });
|
|
1562
|
+
}
|
|
1563
|
+
cookiesBannerSettingPageCta(params) {
|
|
1564
|
+
return this.bi.log(Object.assign({ evid: 817, src: 5 }, params), { endpoint: '' });
|
|
1565
|
+
}
|
|
1566
|
+
cookiesBannerSettingPageOptOutConfirmation(params) {
|
|
1567
|
+
return this.bi.log(Object.assign({ evid: 818, src: 5 }, params), { endpoint: '' });
|
|
1568
|
+
}
|
|
1569
|
+
crmHomeViewContactViaContactsWidget(params) {
|
|
1570
|
+
return this.bi.log(Object.assign({ evid: 819, src: 5 }, params), { endpoint: '' });
|
|
1571
|
+
}
|
|
1572
|
+
crmHomeSeeAllContactsViaContactsWidget(params) {
|
|
1573
|
+
return this.bi.log(Object.assign({ evid: 820, src: 5 }, params), { endpoint: '' });
|
|
1574
|
+
}
|
|
1575
|
+
crmHomeImportContactsViaContactsBanner(params) {
|
|
1576
|
+
return this.bi.log(Object.assign({ evid: 821, src: 5 }, params), { endpoint: '' });
|
|
1577
|
+
}
|
|
1578
|
+
crmHomeTasksWidgetAddNewTask(params) {
|
|
1579
|
+
return this.bi.log(Object.assign({ evid: 822, src: 5 }, params), { endpoint: '' });
|
|
1580
|
+
}
|
|
1581
|
+
crmHomeTasksWidgetSeeAllTasks(params) {
|
|
1582
|
+
return this.bi.log(Object.assign({ evid: 823, src: 5 }, params), { endpoint: '' });
|
|
1583
|
+
}
|
|
1584
|
+
crmHomeWorkflowsWidgetGoToWorkflows(params) {
|
|
1585
|
+
return this.bi.log(Object.assign({ evid: 844, src: 5 }, params), { endpoint: '' });
|
|
1586
|
+
}
|
|
1587
|
+
crmHomeWorkflowsWidgetUseTemplate(params) {
|
|
1588
|
+
return this.bi.log(Object.assign({ evid: 852, src: 5 }, params), { endpoint: '' });
|
|
1589
|
+
}
|
|
1590
|
+
crmHomeWorkflowsWidgetStartFromScratch(params) {
|
|
1591
|
+
return this.bi.log(Object.assign({ evid: 853, src: 5 }, params), { endpoint: '' });
|
|
1592
|
+
}
|
|
1593
|
+
crmHomeIntegrationsCommunicationsViewAll(params) {
|
|
1594
|
+
return this.bi.log(Object.assign({ evid: 854, src: 5 }, params), { endpoint: '' });
|
|
1595
|
+
}
|
|
1596
|
+
crmHomeIntegrationsCommunicationsConnect(params) {
|
|
1597
|
+
return this.bi.log(Object.assign({ evid: 855, src: 5 }, params), { endpoint: '' });
|
|
1598
|
+
}
|
|
1599
|
+
crmHomeIntegrationsMarketingViewAll(params) {
|
|
1600
|
+
return this.bi.log(Object.assign({ evid: 860, src: 5 }, params), { endpoint: '' });
|
|
1601
|
+
}
|
|
1602
|
+
siteMembersSignupSettingsEditFieldTextSettings(params) {
|
|
1603
|
+
return this.bi.log(Object.assign({ evid: 864, src: 5 }, params), { endpoint: '' });
|
|
1604
|
+
}
|
|
1605
|
+
formBuilderGetSubscribersFormManageSubscribersClick(params) {
|
|
1606
|
+
return this.bi.log(Object.assign({ evid: 867, src: 5 }, params), { endpoint: '' });
|
|
1607
|
+
}
|
|
1608
|
+
formBuilderGetSubscribersFormManageSubscribersActionsClick(params) {
|
|
1609
|
+
return this.bi.log(Object.assign({ evid: 868, src: 5 }, params), { endpoint: '' });
|
|
1610
|
+
}
|
|
1611
|
+
formBuilderCaptachaStatus(params) {
|
|
1612
|
+
return this.bi.log(Object.assign({ evid: 869, src: 5 }, params), { endpoint: '' });
|
|
1613
|
+
}
|
|
1614
|
+
formBuilderTooltipForAddFieldForbiddenWords(params) {
|
|
1615
|
+
return this.bi.log(Object.assign({ evid: 870, src: 5 }, params), { endpoint: '' });
|
|
1616
|
+
}
|
|
1617
|
+
formBuilderManageChoicesUpdateDisplayName(params) {
|
|
1618
|
+
return this.bi.log(Object.assign({ evid: 871, src: 5 }, params), { endpoint: '' });
|
|
1619
|
+
}
|
|
1620
|
+
formBuilderManageChoicesAddAChoiceClick(params) {
|
|
1621
|
+
return this.bi.log(Object.assign({ evid: 872, src: 5 }, params), { endpoint: '' });
|
|
1622
|
+
}
|
|
1623
|
+
formBuilderManageChoicesEditChoice(params) {
|
|
1624
|
+
return this.bi.log(Object.assign({ evid: 873, src: 5 }, params), { endpoint: '' });
|
|
1625
|
+
}
|
|
1626
|
+
formBuilderManageChoicesDeleteChoice(params) {
|
|
1627
|
+
return this.bi.log(Object.assign({ evid: 874, src: 5 }, params), { endpoint: '' });
|
|
1628
|
+
}
|
|
1629
|
+
formBuilderManageChoicesUpdateChoiceName(params) {
|
|
1630
|
+
return this.bi.log(Object.assign({ evid: 875, src: 5 }, params), { endpoint: '' });
|
|
1631
|
+
}
|
|
1632
|
+
formBuilderManageChoicesSetAsDefaultChoice(params) {
|
|
1633
|
+
return this.bi.log(Object.assign({ evid: 876, src: 5 }, params), { endpoint: '' });
|
|
1634
|
+
}
|
|
1635
|
+
formBuilderManageChoicesDuplicateChoiceClick(params) {
|
|
1636
|
+
return this.bi.log(Object.assign({ evid: 877, src: 5 }, params), { endpoint: '' });
|
|
1637
|
+
}
|
|
1638
|
+
formBuilderManageChoicesDuplicateChoiceComplete(params) {
|
|
1639
|
+
return this.bi.log(Object.assign({ evid: 878, src: 5 }, params), { endpoint: '' });
|
|
1640
|
+
}
|
|
1641
|
+
formBuilderManageChoicesReorderChoiceComplete(params) {
|
|
1642
|
+
return this.bi.log(Object.assign({ evid: 879, src: 5 }, params), { endpoint: '' });
|
|
1643
|
+
}
|
|
1644
|
+
formBuilderMultiStepDragStep(params) {
|
|
1645
|
+
return this.bi.log(Object.assign({ evid: 882, src: 5 }, params), { endpoint: '' });
|
|
1646
|
+
}
|
|
1647
|
+
formBuilderMultiStepClickOnManageSteps(params) {
|
|
1648
|
+
return this.bi.log(Object.assign({ evid: 883, src: 5 }, params), { endpoint: '' });
|
|
1649
|
+
}
|
|
1650
|
+
formBuilderMultiStepEditStepActions(params) {
|
|
1651
|
+
return this.bi.log(Object.assign({ evid: 885, src: 5 }, params), { endpoint: '' });
|
|
1652
|
+
}
|
|
1653
|
+
formBuilderMultiStepAddNewStep(params) {
|
|
1654
|
+
return this.bi.log(Object.assign({ evid: 886, src: 5 }, params), { endpoint: '' });
|
|
1655
|
+
}
|
|
1656
|
+
formBuilderMultiStepAddNewField(params) {
|
|
1657
|
+
return this.bi.log(Object.assign({ evid: 887, src: 5 }, params), { endpoint: '' });
|
|
1658
|
+
}
|
|
1659
|
+
formBuilderBackofficeFormSubscriberUserActions(params) {
|
|
1660
|
+
return this.bi.log(Object.assign({ evid: 888, src: 5 }, params), { endpoint: '' });
|
|
1661
|
+
}
|
|
1662
|
+
formBuilderMultiStepClickOnAscendPlan(params) {
|
|
1663
|
+
return this.bi.log(Object.assign({ evid: 889, src: 5 }, params), { endpoint: '' });
|
|
1664
|
+
}
|
|
1665
|
+
formBuilderMultiStepBackNextButtonChangeText(params) {
|
|
1666
|
+
return this.bi.log(Object.assign({ evid: 890, src: 5 }, params), { endpoint: '' });
|
|
1667
|
+
}
|
|
1668
|
+
formBuilderMultiStepBackNextButtonFinishUpdateText(params) {
|
|
1669
|
+
return this.bi.log(Object.assign({ evid: 891, src: 5 }, params), { endpoint: '' });
|
|
1670
|
+
}
|
|
1671
|
+
formBuilderMultiStepUouClickOnBackNextSubmit(params) {
|
|
1672
|
+
return this.bi.log(Object.assign({ evid: 892, src: 5 }, params), { endpoint: '' });
|
|
1673
|
+
}
|
|
1674
|
+
formBuilderBackofficeFormDeleteKeepSubscribeItem(params) {
|
|
1675
|
+
return this.bi.log(Object.assign({ evid: 893, src: 5 }, params), { endpoint: '' });
|
|
1676
|
+
}
|
|
1677
|
+
formBuilderMultiStepClickOnRestoreButtons(params) {
|
|
1678
|
+
return this.bi.log(Object.assign({ evid: 894, src: 5 }, params), { endpoint: '' });
|
|
1679
|
+
}
|
|
1680
|
+
formBuilderSubmitButtonSettingsClickOnSetupPaymentForm(params) {
|
|
1681
|
+
return this.bi.log(Object.assign({ evid: 896, src: 5 }, params), { endpoint: '' });
|
|
1682
|
+
}
|
|
1683
|
+
formBuildrUouSubmitFormClick(params) {
|
|
1684
|
+
return this.bi.log(Object.assign({ evid: 900, src: 5 }, params), { endpoint: '' });
|
|
1685
|
+
}
|
|
1686
|
+
formBuildrUouSubmitFormSuccess(params) {
|
|
1687
|
+
return this.bi.log(Object.assign({ evid: 901, src: 5 }, params), { endpoint: '' });
|
|
1688
|
+
}
|
|
1689
|
+
formBuildrUouSubmitFormError(params) {
|
|
1690
|
+
return this.bi.log(Object.assign({ evid: 902, src: 5 }, params), { endpoint: '' });
|
|
1691
|
+
}
|
|
1692
|
+
formBuilderManageFieldsAddNewFieldCompleted(params) {
|
|
1693
|
+
return this.bi.log(Object.assign({ evid: 903, src: 5 }, params), { endpoint: '' });
|
|
1694
|
+
}
|
|
1695
|
+
formBuildrUouSubmitFormSuccessSendingDataToFormBuilderServer(params) {
|
|
1696
|
+
return this.bi.log(Object.assign({ evid: 904, src: 5 }, params), { endpoint: '' });
|
|
1697
|
+
}
|
|
1698
|
+
formBuilderDesignPanel(params) {
|
|
1699
|
+
return this.bi.log(Object.assign({ evid: 906, src: 5 }, params), { endpoint: '' });
|
|
1700
|
+
}
|
|
1701
|
+
formBuildrComponentLoadTime(params) {
|
|
1702
|
+
return this.bi.log(Object.assign({ evid: 907, src: 5 }, params), { endpoint: '' });
|
|
1703
|
+
}
|
|
1704
|
+
formBuilderDeleteForm(params) {
|
|
1705
|
+
return this.bi.log(Object.assign({ evid: 908, src: 5 }, params), { endpoint: '' });
|
|
1706
|
+
}
|
|
1707
|
+
formBuilderFormCopyAttempt(params) {
|
|
1708
|
+
return this.bi.log(Object.assign({ evid: 909, src: 5 }, params), { endpoint: '' });
|
|
1709
|
+
}
|
|
1710
|
+
formBuilderTemplatePickerOpened(params) {
|
|
1711
|
+
return this.bi.log(Object.assign({ evid: 910, src: 5 }, params), { endpoint: '' });
|
|
1712
|
+
}
|
|
1713
|
+
formBuilderTemplatePickerClickOnTemplate(params) {
|
|
1714
|
+
return this.bi.log(Object.assign({ evid: 911, src: 5 }, params), { endpoint: '' });
|
|
1715
|
+
}
|
|
1716
|
+
formBuilderTemplatePickerChooseTemplate(params) {
|
|
1717
|
+
return this.bi.log(Object.assign({ evid: 912, src: 5 }, params), { endpoint: '' });
|
|
1718
|
+
}
|
|
1719
|
+
formBuilderManageFieldsPanelOpened(params) {
|
|
1720
|
+
return this.bi.log(Object.assign({ evid: 913, src: 5 }, params), { endpoint: '' });
|
|
1721
|
+
}
|
|
1722
|
+
formBuilderManageFieldsDeleteField(params) {
|
|
1723
|
+
return this.bi.log(Object.assign({ evid: 914, src: 5 }, params), { endpoint: '' });
|
|
1724
|
+
}
|
|
1725
|
+
formBuilderManageFieldsAddNewFieldDropDownOpened(params) {
|
|
1726
|
+
return this.bi.log(Object.assign({ evid: 915, src: 5 }, params), { endpoint: '' });
|
|
1727
|
+
}
|
|
1728
|
+
formBuilderManageFieldsAddNewField(params) {
|
|
1729
|
+
return this.bi.log(Object.assign({ evid: 916, src: 5 }, params), { endpoint: '' });
|
|
1730
|
+
}
|
|
1731
|
+
formBuilderEditFieldPanelOpened(params) {
|
|
1732
|
+
return this.bi.log(Object.assign({ evid: 917, src: 5 }, params), { endpoint: '' });
|
|
1733
|
+
}
|
|
1734
|
+
formBuilderEditFieldUpdateValue(params) {
|
|
1735
|
+
return this.bi.log(Object.assign({ evid: 918, src: 5 }, params), { endpoint: '' });
|
|
1736
|
+
}
|
|
1737
|
+
formBuilderEditFieldUpdateMandatoryValue(params) {
|
|
1738
|
+
return this.bi.log(Object.assign({ evid: 919, src: 5 }, params), { endpoint: '' });
|
|
1739
|
+
}
|
|
1740
|
+
formBuilderEditFieldConnectFieldDropDownOpened(params) {
|
|
1741
|
+
return this.bi.log(Object.assign({ evid: 920, src: 5 }, params), { endpoint: '' });
|
|
1742
|
+
}
|
|
1743
|
+
formBuilderEditFieldConnectField(params) {
|
|
1744
|
+
return this.bi.log(Object.assign({ evid: 921, src: 5 }, params), { endpoint: '' });
|
|
1745
|
+
}
|
|
1746
|
+
formBuilderFormSettingsPanelOpened(params) {
|
|
1747
|
+
return this.bi.log(Object.assign({ evid: 922, src: 5 }, params), { endpoint: '' });
|
|
1748
|
+
}
|
|
1749
|
+
formBuilderFormSettingsUpdateValue(params) {
|
|
1750
|
+
return this.bi.log(Object.assign({ evid: 923, src: 5 }, params), { endpoint: '' });
|
|
1751
|
+
}
|
|
1752
|
+
formBuilderFormLayoutOpenAndChange(params) {
|
|
1753
|
+
return this.bi.log(Object.assign({ evid: 924, src: 5 }, params), { endpoint: '' });
|
|
1754
|
+
}
|
|
1755
|
+
formBuilderFormSettingsChangeDuration(params) {
|
|
1756
|
+
return this.bi.log(Object.assign({ evid: 925, src: 5 }, params), { endpoint: '' });
|
|
1757
|
+
}
|
|
1758
|
+
formBuilderFormSettingsMsgLink(params) {
|
|
1759
|
+
return this.bi.log(Object.assign({ evid: 926, src: 5 }, params), { endpoint: '' });
|
|
1760
|
+
}
|
|
1761
|
+
formBuilderFormSettingsLinkSelection(params) {
|
|
1762
|
+
return this.bi.log(Object.assign({ evid: 927, src: 5 }, params), { endpoint: '' });
|
|
1763
|
+
}
|
|
1764
|
+
formBuilderFormSettingsCreateSubmissionsTableRequest(params) {
|
|
1765
|
+
return this.bi.log(Object.assign({ evid: 928, src: 5 }, params), { endpoint: '' });
|
|
1766
|
+
}
|
|
1767
|
+
formBuilderFormSettingsCreateSubmissionsTableSuccess(params) {
|
|
1768
|
+
return this.bi.log(Object.assign({ evid: 929, src: 5 }, params), { endpoint: '' });
|
|
1769
|
+
}
|
|
1770
|
+
formBuilderBizMgrAddNewFormClick(params) {
|
|
1771
|
+
return this.bi.log(Object.assign({ evid: 930, src: 5 }, params), { endpoint: '' });
|
|
1772
|
+
}
|
|
1773
|
+
formBuilderBizMgrViewFormSubmissionsClick(params) {
|
|
1774
|
+
return this.bi.log(Object.assign({ evid: 931, src: 5 }, params), { endpoint: '' });
|
|
1775
|
+
}
|
|
1776
|
+
formBuilderManageFieldsDuplicateField(params) {
|
|
1777
|
+
return this.bi.log(Object.assign({ evid: 932, src: 5 }, params), { endpoint: '' });
|
|
1778
|
+
}
|
|
1779
|
+
formBuilderRemoveSubmitButton(params) {
|
|
1780
|
+
return this.bi.log(Object.assign({ evid: 933, src: 5 }, params), { endpoint: '' });
|
|
1781
|
+
}
|
|
1782
|
+
formBuilderPremiumPanelOpened(params) {
|
|
1783
|
+
return this.bi.log(Object.assign({ evid: 934, src: 5 }, params), { endpoint: '' });
|
|
1784
|
+
}
|
|
1785
|
+
formBuilderPremiumPanelClick(params) {
|
|
1786
|
+
return this.bi.log(Object.assign({ evid: 935, src: 5 }, params), { endpoint: '' });
|
|
1787
|
+
}
|
|
1788
|
+
formBuilderUserSaveAnEditorTemplateWithForm(params) {
|
|
1789
|
+
return this.bi.log(Object.assign({ evid: 936, src: 5 }, params), { endpoint: '' });
|
|
1790
|
+
}
|
|
1791
|
+
formBuilderFormCopyAttemptFailed(params) {
|
|
1792
|
+
return this.bi.log(Object.assign({ evid: 937, src: 5 }, params), { endpoint: '' });
|
|
1793
|
+
}
|
|
1794
|
+
formBuilderSubmitButtonUploadFileClick(params) {
|
|
1795
|
+
return this.bi.log(Object.assign({ evid: 938, src: 5 }, params), { endpoint: '' });
|
|
1796
|
+
}
|
|
1797
|
+
formBuilderPresetGlobalDesignFailed(params) {
|
|
1798
|
+
return this.bi.log(Object.assign({ evid: 939, src: 5 }, params), { endpoint: '' });
|
|
1799
|
+
}
|
|
1800
|
+
formBuilderManageFieldsClickOnFieldButtonLearnAllAboutThis(params) {
|
|
1801
|
+
return this.bi.log(Object.assign({ evid: 940, src: 5 }, params), { endpoint: '' });
|
|
1802
|
+
}
|
|
1803
|
+
formBuilderAdiEditFormClick(params) {
|
|
1804
|
+
return this.bi.log(Object.assign({ evid: 941, src: 5 }, params), { endpoint: '' });
|
|
1805
|
+
}
|
|
1806
|
+
formBuilderAdiEditFormCompleted(params) {
|
|
1807
|
+
return this.bi.log(Object.assign({ evid: 942, src: 5 }, params), { endpoint: '' });
|
|
1808
|
+
}
|
|
1809
|
+
formBuilderAdiReorderFieldClick(params) {
|
|
1810
|
+
return this.bi.log(Object.assign({ evid: 943, src: 5 }, params), { endpoint: '' });
|
|
1811
|
+
}
|
|
1812
|
+
formBuilderAdiReorderFieldComplete(params) {
|
|
1813
|
+
return this.bi.log(Object.assign({ evid: 944, src: 5 }, params), { endpoint: '' });
|
|
1814
|
+
}
|
|
1815
|
+
formBuilderClickOnGfppOfConnectPanel(params) {
|
|
1816
|
+
return this.bi.log(Object.assign({ evid: 945, src: 5 }, params), { endpoint: '' });
|
|
1817
|
+
}
|
|
1818
|
+
formBuilderFormLayoutSpaceBetweenRows(params) {
|
|
1819
|
+
return this.bi.log(Object.assign({ evid: 946, src: 5 }, params), { endpoint: '' });
|
|
1820
|
+
}
|
|
1821
|
+
formBuilderFormLayoutSpaceBetweenColumns(params) {
|
|
1822
|
+
return this.bi.log(Object.assign({ evid: 947, src: 5 }, params), { endpoint: '' });
|
|
1823
|
+
}
|
|
1824
|
+
formBuilderFormLayoutTextAlignment(params) {
|
|
1825
|
+
return this.bi.log(Object.assign({ evid: 948, src: 5 }, params), { endpoint: '' });
|
|
1826
|
+
}
|
|
1827
|
+
formBuilderFormLayoutTitleAndPlaceholderPadding(params) {
|
|
1828
|
+
return this.bi.log(Object.assign({ evid: 949, src: 5 }, params), { endpoint: '' });
|
|
1829
|
+
}
|
|
1830
|
+
formBuilderFormLayoutSpaceBetweenFieldTitleAndInput(params) {
|
|
1831
|
+
return this.bi.log(Object.assign({ evid: 950, src: 5 }, params), { endpoint: '' });
|
|
1832
|
+
}
|
|
1833
|
+
formBuilderFormLayoutFieldTitlePadding(params) {
|
|
1834
|
+
return this.bi.log(Object.assign({ evid: 951, src: 5 }, params), { endpoint: '' });
|
|
1835
|
+
}
|
|
1836
|
+
formBuilderGlobalLayoutShowFieldTitleToggle(params) {
|
|
1837
|
+
return this.bi.log(Object.assign({ evid: 952, src: 5 }, params), { endpoint: '' });
|
|
1838
|
+
}
|
|
1839
|
+
formBuilderFormSettingsInnerTabsClick(params) {
|
|
1840
|
+
return this.bi.log(Object.assign({ evid: 953, src: 5 }, params), { endpoint: '' });
|
|
1841
|
+
}
|
|
1842
|
+
formBuilderFormSettingsSettingsTabsClick(params) {
|
|
1843
|
+
return this.bi.log(Object.assign({ evid: 954, src: 5 }, params), { endpoint: '' });
|
|
1844
|
+
}
|
|
1845
|
+
formBuilderFormSettingsGoToAutomationsClick(params) {
|
|
1846
|
+
return this.bi.log(Object.assign({ evid: 955, src: 5 }, params), { endpoint: '' });
|
|
1847
|
+
}
|
|
1848
|
+
formBuilderFormSettingsContactListClick(params) {
|
|
1849
|
+
return this.bi.log(Object.assign({ evid: 956, src: 5 }, params), { endpoint: '' });
|
|
1850
|
+
}
|
|
1851
|
+
formBuilderFormSettingsSupportAboutWixFormsClick(params) {
|
|
1852
|
+
return this.bi.log(Object.assign({ evid: 957, src: 5 }, params), { endpoint: '' });
|
|
1853
|
+
}
|
|
1854
|
+
formBuilderFormSettingsSupportWixSupportClick(params) {
|
|
1855
|
+
return this.bi.log(Object.assign({ evid: 958, src: 5 }, params), { endpoint: '' });
|
|
1856
|
+
}
|
|
1857
|
+
formBuilderFormSettingsSupportSendYourFeedbackClick(params) {
|
|
1858
|
+
return this.bi.log(Object.assign({ evid: 959, src: 5 }, params), { endpoint: '' });
|
|
1859
|
+
}
|
|
1860
|
+
formBuilderFormSettingsSupportAddAReviewClick(params) {
|
|
1861
|
+
return this.bi.log(Object.assign({ evid: 960, src: 5 }, params), { endpoint: '' });
|
|
1862
|
+
}
|
|
1863
|
+
formBuilderFormSettingsCreateAutomation(params) {
|
|
1864
|
+
return this.bi.log(Object.assign({ evid: 961, src: 5 }, params), { endpoint: '' });
|
|
1865
|
+
}
|
|
1866
|
+
formBuilderFormSettingsInformationIconHoverClick(params) {
|
|
1867
|
+
return this.bi.log(Object.assign({ evid: 962, src: 5 }, params), { endpoint: '' });
|
|
1868
|
+
}
|
|
1869
|
+
formBuilderFormSettingsPublishYourSitePopupPresented(params) {
|
|
1870
|
+
return this.bi.log(Object.assign({ evid: 963, src: 5 }, params), { endpoint: '' });
|
|
1871
|
+
}
|
|
1872
|
+
formBuilderFormSettingsPublishYourSitePopupSelection(params) {
|
|
1873
|
+
return this.bi.log(Object.assign({ evid: 964, src: 5 }, params), { endpoint: '' });
|
|
1874
|
+
}
|
|
1875
|
+
formBuilderFormSettingsSubmitMessageChooseLinkClick(params) {
|
|
1876
|
+
return this.bi.log(Object.assign({ evid: 965, src: 5 }, params), { endpoint: '' });
|
|
1877
|
+
}
|
|
1878
|
+
formBuilderFormSettingsSubmitMessageRestoreSuccessMessage(params) {
|
|
1879
|
+
return this.bi.log(Object.assign({ evid: 966, src: 5 }, params), { endpoint: '' });
|
|
1880
|
+
}
|
|
1881
|
+
formBuilderFormSettingsSubmitMessageRestoreSubmitButton(params) {
|
|
1882
|
+
return this.bi.log(Object.assign({ evid: 967, src: 5 }, params), { endpoint: '' });
|
|
1883
|
+
}
|
|
1884
|
+
formBuilderPaymentFormSettingGetStarted(params) {
|
|
1885
|
+
return this.bi.log(Object.assign({ evid: 968, src: 5 }, params), { endpoint: '' });
|
|
1886
|
+
}
|
|
1887
|
+
formBuilderPaymentFormSettingLearnMore(params) {
|
|
1888
|
+
return this.bi.log(Object.assign({ evid: 969, src: 5 }, params), { endpoint: '' });
|
|
1889
|
+
}
|
|
1890
|
+
formBuilderPaymentFormSetupIsDisplayed(params) {
|
|
1891
|
+
return this.bi.log(Object.assign({ evid: 970, src: 5 }, params), { endpoint: '' });
|
|
1892
|
+
}
|
|
1893
|
+
formBuilderPaymentFormSetupGetStartedClickOnDemoSite(params) {
|
|
1894
|
+
return this.bi.log(Object.assign({ evid: 971, src: 5 }, params), { endpoint: '' });
|
|
1895
|
+
}
|
|
1896
|
+
formBuilderPaymentFormSetupAddUpdateItem(params) {
|
|
1897
|
+
return this.bi.log(Object.assign({ evid: 972, src: 5 }, params), { endpoint: '' });
|
|
1898
|
+
}
|
|
1899
|
+
formBuilderPaymentFormSetupItemPriceChangeCurrency(params) {
|
|
1900
|
+
return this.bi.log(Object.assign({ evid: 973, src: 5 }, params), { endpoint: '' });
|
|
1901
|
+
}
|
|
1902
|
+
formBuilderPaymentFormSetupConnectPaymentMethod(params) {
|
|
1903
|
+
return this.bi.log(Object.assign({ evid: 974, src: 5 }, params), { endpoint: '' });
|
|
1904
|
+
}
|
|
1905
|
+
formBuilderPaymentFormSetupContinueToSetupFromBizmg(params) {
|
|
1906
|
+
return this.bi.log(Object.assign({ evid: 975, src: 5 }, params), { endpoint: '' });
|
|
1907
|
+
}
|
|
1908
|
+
formBuilderPaymentFormSetupChangePaymentMethod(params) {
|
|
1909
|
+
return this.bi.log(Object.assign({ evid: 976, src: 5 }, params), { endpoint: '' });
|
|
1910
|
+
}
|
|
1911
|
+
formBuilderPaymentFormSaveAndRefreshPopUpDisplayed(params) {
|
|
1912
|
+
return this.bi.log(Object.assign({ evid: 977, src: 5 }, params), { endpoint: '' });
|
|
1913
|
+
}
|
|
1914
|
+
formBuilderPaymentFormSaveAndRefreshPopUpUserSelection(params) {
|
|
1915
|
+
return this.bi.log(Object.assign({ evid: 978, src: 5 }, params), { endpoint: '' });
|
|
1916
|
+
}
|
|
1917
|
+
formBuilderPaymentFormViewPublishSitePopUpDisplayed(params) {
|
|
1918
|
+
return this.bi.log(Object.assign({ evid: 979, src: 5 }, params), { endpoint: '' });
|
|
1919
|
+
}
|
|
1920
|
+
formBuilderPaymentFormViewPublishSitePopUpUserSelection(params) {
|
|
1921
|
+
return this.bi.log(Object.assign({ evid: 980, src: 5 }, params), { endpoint: '' });
|
|
1922
|
+
}
|
|
1923
|
+
formBuilderPaymentFormRemovePaymentPopUpDisplayed(params) {
|
|
1924
|
+
return this.bi.log(Object.assign({ evid: 981, src: 5 }, params), { endpoint: '' });
|
|
1925
|
+
}
|
|
1926
|
+
formBuilderPaymentFormRemovePaymentPopUpUserSelection(params) {
|
|
1927
|
+
return this.bi.log(Object.assign({ evid: 982, src: 5 }, params), { endpoint: '' });
|
|
1928
|
+
}
|
|
1929
|
+
formBuilderPaymentFormOpenChangeRemoveDisconnectPayment(params) {
|
|
1930
|
+
return this.bi.log(Object.assign({ evid: 983, src: 5 }, params), { endpoint: '' });
|
|
1931
|
+
}
|
|
1932
|
+
formBuilderPaymentFormClickOnNextInPaymentFormSetup(params) {
|
|
1933
|
+
return this.bi.log(Object.assign({ evid: 984, src: 5 }, params), { endpoint: '' });
|
|
1934
|
+
}
|
|
1935
|
+
formBuilderPaymentFormTooltipHover(params) {
|
|
1936
|
+
return this.bi.log(Object.assign({ evid: 985, src: 5 }, params), { endpoint: '' });
|
|
1937
|
+
}
|
|
1938
|
+
formBuilderSubmissionSettingsPanelOpened(params) {
|
|
1939
|
+
return this.bi.log(Object.assign({ evid: 986, src: 5 }, params), { endpoint: '' });
|
|
1940
|
+
}
|
|
1941
|
+
formBuilderCategoryPickerInAddPanel(params) {
|
|
1942
|
+
return this.bi.log(Object.assign({ evid: 987, src: 5 }, params), { endpoint: '' });
|
|
1943
|
+
}
|
|
1944
|
+
formBuilderPaymentFormClickOnGoToSetup(params) {
|
|
1945
|
+
return this.bi.log(Object.assign({ evid: 988, src: 5 }, params), { endpoint: '' });
|
|
1946
|
+
}
|
|
1947
|
+
formBuilderTemplatePickerChooseTemplateStartToInstall(params) {
|
|
1948
|
+
return this.bi.log(Object.assign({ evid: 989, src: 5 }, params), { endpoint: '' });
|
|
1949
|
+
}
|
|
1950
|
+
formBuilderFormSettingsNotificationsHelpClick(params) {
|
|
1951
|
+
return this.bi.log(Object.assign({ evid: 990, src: 5 }, params), { endpoint: '' });
|
|
1952
|
+
}
|
|
1953
|
+
formBuilderFormSettingsUpdateValueClick(params) {
|
|
1954
|
+
return this.bi.log(Object.assign({ evid: 991, src: 5 }, params), { endpoint: '' });
|
|
1955
|
+
}
|
|
1956
|
+
formBuilderFormSettingsContactListContactLabelsClick(params) {
|
|
1957
|
+
return this.bi.log(Object.assign({ evid: 992, src: 5 }, params), { endpoint: '' });
|
|
1958
|
+
}
|
|
1959
|
+
formBuilderFormSettingsContactListContactLabelsUpdateValue(params) {
|
|
1960
|
+
return this.bi.log(Object.assign({ evid: 993, src: 5 }, params), { endpoint: '' });
|
|
1961
|
+
}
|
|
1962
|
+
formBuilderFormSettingsContactListChooseSavedFieldsClick(params) {
|
|
1963
|
+
return this.bi.log(Object.assign({ evid: 994, src: 5 }, params), { endpoint: '' });
|
|
1964
|
+
}
|
|
1965
|
+
formBuilderFormSettingsContactListChooseSavedFieldsUpdateValue(params) {
|
|
1966
|
+
return this.bi.log(Object.assign({ evid: 995, src: 5 }, params), { endpoint: '' });
|
|
1967
|
+
}
|
|
1968
|
+
formBuilderFormSettingsContactListChooseSavedFieldsSave(params) {
|
|
1969
|
+
return this.bi.log(Object.assign({ evid: 996, src: 5 }, params), { endpoint: '' });
|
|
1970
|
+
}
|
|
1971
|
+
formBuilderHoverOnUpgradeAscend(params) {
|
|
1972
|
+
return this.bi.log(Object.assign({ evid: 997, src: 5 }, params), { endpoint: '' });
|
|
1973
|
+
}
|
|
1974
|
+
formBuilderFormSettingsContactListChooseSavedFieldsCancel(params) {
|
|
1975
|
+
return this.bi.log(Object.assign({ evid: 998, src: 5 }, params), { endpoint: '' });
|
|
1976
|
+
}
|
|
1977
|
+
formBuilderFormSettingsContactListChooseSavedFieldsLearnMore(params) {
|
|
1978
|
+
return this.bi.log(Object.assign({ evid: 999, src: 5 }, params), { endpoint: '' });
|
|
1979
|
+
}
|
|
1980
|
+
formBuilderFormSettingsContactListChooseSavedFieldsHoverYourFormFields(params) {
|
|
1981
|
+
return this.bi.log(Object.assign({ evid: 1010, src: 5 }, params), { endpoint: '' });
|
|
1982
|
+
}
|
|
1983
|
+
formBuilderFormSettingsContactListChooseSavedFieldsHoverFieldsInContactList(params) {
|
|
1984
|
+
return this.bi.log(Object.assign({ evid: 1011, src: 5 }, params), { endpoint: '' });
|
|
1985
|
+
}
|
|
1986
|
+
formBuilderFormSettingsContactListChooseSavedFieldsClickOnDropdownField(params) {
|
|
1987
|
+
return this.bi.log(Object.assign({ evid: 1012, src: 5 }, params), { endpoint: '' });
|
|
1988
|
+
}
|
|
1989
|
+
formBuilderSubmitButtonSettingsUpdateValueOfSubmitButton(params) {
|
|
1990
|
+
return this.bi.log(Object.assign({ evid: 1013, src: 5 }, params), { endpoint: '' });
|
|
1991
|
+
}
|
|
1992
|
+
formBuilderFormSubmitSettingsClick(params) {
|
|
1993
|
+
return this.bi.log(Object.assign({ evid: 1014, src: 5 }, params), { endpoint: '' });
|
|
1994
|
+
}
|
|
1995
|
+
formBuilderFormSettingsDisplayErrorPage(params) {
|
|
1996
|
+
return this.bi.log(Object.assign({ evid: 1015, src: 5 }, params), { endpoint: '' });
|
|
1997
|
+
}
|
|
1998
|
+
formBuilderFormSettingsErrorPageTryAgainClick(params) {
|
|
1999
|
+
return this.bi.log(Object.assign({ evid: 1016, src: 5 }, params), { endpoint: '' });
|
|
2000
|
+
}
|
|
2001
|
+
formBuilderFormSettingsCreateEmailMarketing(params) {
|
|
2002
|
+
return this.bi.log(Object.assign({ evid: 1017, src: 5 }, params), { endpoint: '' });
|
|
2003
|
+
}
|
|
2004
|
+
formBuilderFormSettingsSubscriberDoubleOptIn(params) {
|
|
2005
|
+
return this.bi.log(Object.assign({ evid: 1018, src: 5 }, params), { endpoint: '' });
|
|
2006
|
+
}
|
|
2007
|
+
formBuilderFormSettingsSubscriberDoubleOptInLearnMore(params) {
|
|
2008
|
+
return this.bi.log(Object.assign({ evid: 1019, src: 5 }, params), { endpoint: '' });
|
|
2009
|
+
}
|
|
2010
|
+
formBuilderFormSettingsSubscriberDoubleOptInEnable(params) {
|
|
2011
|
+
return this.bi.log(Object.assign({ evid: 1020, src: 5 }, params), { endpoint: '' });
|
|
2012
|
+
}
|
|
2013
|
+
formBuilderFormSettingsSubscriberDoubleOptInSubmitMessage(params) {
|
|
2014
|
+
return this.bi.log(Object.assign({ evid: 1021, src: 5 }, params), { endpoint: '' });
|
|
2015
|
+
}
|
|
2016
|
+
formBuilderFormSettingsInboxOptInOutWhoToNotify(params) {
|
|
2017
|
+
return this.bi.log(Object.assign({ evid: 1022, src: 5 }, params), { endpoint: '' });
|
|
2018
|
+
}
|
|
2019
|
+
formBuilderFormSettingsInboxOptInOutUpdateEmail(params) {
|
|
2020
|
+
return this.bi.log(Object.assign({ evid: 1023, src: 5 }, params), { endpoint: '' });
|
|
2021
|
+
}
|
|
2022
|
+
formBuilderFormSettingsInboxOptInOutLearnMore(params) {
|
|
2023
|
+
return this.bi.log(Object.assign({ evid: 1024, src: 5 }, params), { endpoint: '' });
|
|
2024
|
+
}
|
|
2025
|
+
formBuilderFormSettingsInboxOptInOutAreYouSure(params) {
|
|
2026
|
+
return this.bi.log(Object.assign({ evid: 1025, src: 5 }, params), { endpoint: '' });
|
|
2027
|
+
}
|
|
2028
|
+
formBuilderFormSettingsInboxOptInOutFindOutMore(params) {
|
|
2029
|
+
return this.bi.log(Object.assign({ evid: 1026, src: 5 }, params), { endpoint: '' });
|
|
2030
|
+
}
|
|
2031
|
+
formBuilderFormSettingsEmailNotificationAddContributer(params) {
|
|
2032
|
+
return this.bi.log(Object.assign({ evid: 1027, src: 5 }, params), { endpoint: '' });
|
|
2033
|
+
}
|
|
2034
|
+
formBuilderFormSettingsEmailNotificationAddNewEmail(params) {
|
|
2035
|
+
return this.bi.log(Object.assign({ evid: 1028, src: 5 }, params), { endpoint: '' });
|
|
2036
|
+
}
|
|
2037
|
+
formBuilderFormSettingsEmailNotificationWantToNotifyDonTShowThisAgain(params) {
|
|
2038
|
+
return this.bi.log(Object.assign({ evid: 1029, src: 5 }, params), { endpoint: '' });
|
|
2039
|
+
}
|
|
2040
|
+
workflowsSettingsClick(params) {
|
|
2041
|
+
return this.bi.log(Object.assign({ evid: 1030, src: 5 }, params), { endpoint: '' });
|
|
2042
|
+
}
|
|
2043
|
+
workflowsSettingsShowArchive(params) {
|
|
2044
|
+
return this.bi.log(Object.assign({ evid: 1031, src: 5 }, params), { endpoint: '' });
|
|
2045
|
+
}
|
|
2046
|
+
workflowsSettingsHideArchive(params) {
|
|
2047
|
+
return this.bi.log(Object.assign({ evid: 1032, src: 5 }, params), { endpoint: '' });
|
|
2048
|
+
}
|
|
2049
|
+
workflowsSettingsSetAutomations(params) {
|
|
2050
|
+
return this.bi.log(Object.assign({ evid: 1033, src: 5 }, params), { endpoint: '' });
|
|
2051
|
+
}
|
|
2052
|
+
workflowsSettingsDeleteWorkflowClick(params) {
|
|
2053
|
+
return this.bi.log(Object.assign({ evid: 1034, src: 5 }, params), { endpoint: '' });
|
|
2054
|
+
}
|
|
2055
|
+
workflowsSettingsDeleteWorkflowConfirmation(params) {
|
|
2056
|
+
return this.bi.log(Object.assign({ evid: 1035, src: 5 }, params), { endpoint: '' });
|
|
2057
|
+
}
|
|
2058
|
+
workflowsSettingsAddNewWorkflow(params) {
|
|
2059
|
+
return this.bi.log(Object.assign({ evid: 1036, src: 5 }, params), { endpoint: '' });
|
|
2060
|
+
}
|
|
2061
|
+
workflowsBoardUpdateBoardNameIconClick(params) {
|
|
2062
|
+
return this.bi.log(Object.assign({ evid: 1037, src: 5 }, params), { endpoint: '' });
|
|
2063
|
+
}
|
|
2064
|
+
workflowsBoardUpdateBoardNameComplete(params) {
|
|
2065
|
+
return this.bi.log(Object.assign({ evid: 1038, src: 5 }, params), { endpoint: '' });
|
|
2066
|
+
}
|
|
2067
|
+
workflowsBoardDropdownIconClick(params) {
|
|
2068
|
+
return this.bi.log(Object.assign({ evid: 1039, src: 5 }, params), { endpoint: '' });
|
|
2069
|
+
}
|
|
2070
|
+
workflowsAddNewPhaseClick(params) {
|
|
2071
|
+
return this.bi.log(Object.assign({ evid: 1040, src: 5 }, params), { endpoint: '' });
|
|
2072
|
+
}
|
|
2073
|
+
workflowsAddNewPhaseSave(params) {
|
|
2074
|
+
return this.bi.log(Object.assign({ evid: 1041, src: 5 }, params), { endpoint: '' });
|
|
2075
|
+
}
|
|
2076
|
+
workflowsAddNewCardClick(params) {
|
|
2077
|
+
return this.bi.log(Object.assign({ evid: 1042, src: 5 }, params), { endpoint: '' });
|
|
2078
|
+
}
|
|
2079
|
+
workflowsAddNewCardSave(params) {
|
|
2080
|
+
return this.bi.log(Object.assign({ evid: 1043, src: 5 }, params), { endpoint: '' });
|
|
2081
|
+
}
|
|
2082
|
+
workflowsPhaseSettingsClick(params) {
|
|
2083
|
+
return this.bi.log(Object.assign({ evid: 1044, src: 5 }, params), { endpoint: '' });
|
|
2084
|
+
}
|
|
2085
|
+
workflowsPhaseSettingsCreateAutomation(params) {
|
|
2086
|
+
return this.bi.log(Object.assign({ evid: 1045, src: 5 }, params), { endpoint: '' });
|
|
2087
|
+
}
|
|
2088
|
+
workflowsPhaseSettingsRenameStepClick(params) {
|
|
2089
|
+
return this.bi.log(Object.assign({ evid: 1046, src: 5 }, params), { endpoint: '' });
|
|
2090
|
+
}
|
|
2091
|
+
workflowsPhaseSettingsRenameStepComplete(params) {
|
|
2092
|
+
return this.bi.log(Object.assign({ evid: 1047, src: 5 }, params), { endpoint: '' });
|
|
2093
|
+
}
|
|
2094
|
+
workflowsPhaseSettingsDeleteStepClick(params) {
|
|
2095
|
+
return this.bi.log(Object.assign({ evid: 1048, src: 5 }, params), { endpoint: '' });
|
|
2096
|
+
}
|
|
2097
|
+
workflowsPhaseSettingsDeleteStepConfirm(params) {
|
|
2098
|
+
return this.bi.log(Object.assign({ evid: 1049, src: 5 }, params), { endpoint: '' });
|
|
2099
|
+
}
|
|
2100
|
+
workflowsCardSettingsClick(params) {
|
|
2101
|
+
return this.bi.log(Object.assign({ evid: 1050, src: 5 }, params), { endpoint: '' });
|
|
2102
|
+
}
|
|
2103
|
+
workflowsCardSettingsCardActions(params) {
|
|
2104
|
+
return this.bi.log(Object.assign({ evid: 1051, src: 5 }, params), { endpoint: '' });
|
|
2105
|
+
}
|
|
2106
|
+
workflowsCardSettingsEditCardNameComplete(params) {
|
|
2107
|
+
return this.bi.log(Object.assign({ evid: 1052, src: 5 }, params), { endpoint: '' });
|
|
2108
|
+
}
|
|
2109
|
+
workflowsBoardSelectABoard(params) {
|
|
2110
|
+
return this.bi.log(Object.assign({ evid: 1053, src: 5 }, params), { endpoint: '' });
|
|
2111
|
+
}
|
|
2112
|
+
workflowsSettingsLearnMoreClick(params) {
|
|
2113
|
+
return this.bi.log(Object.assign({ evid: 1054, src: 5 }, params), { endpoint: '' });
|
|
2114
|
+
}
|
|
2115
|
+
workflowsIntroStep1WorkSmarterWithWorkflows(params) {
|
|
2116
|
+
return this.bi.log(Object.assign({ evid: 1055, src: 5 }, params), { endpoint: '' });
|
|
2117
|
+
}
|
|
2118
|
+
workflowsIntroStep2HowItWorks(params) {
|
|
2119
|
+
return this.bi.log(Object.assign({ evid: 1056, src: 5 }, params), { endpoint: '' });
|
|
2120
|
+
}
|
|
2121
|
+
workflowsIntroStep3MoveCardsAsYouGo(params) {
|
|
2122
|
+
return this.bi.log(Object.assign({ evid: 1057, src: 5 }, params), { endpoint: '' });
|
|
2123
|
+
}
|
|
2124
|
+
workflowsIntroStep4SaveTimeWithAutomations(params) {
|
|
2125
|
+
return this.bi.log(Object.assign({ evid: 1058, src: 5 }, params), { endpoint: '' });
|
|
2126
|
+
}
|
|
2127
|
+
workflowsIntroStep5CompleteSatisfaction(params) {
|
|
2128
|
+
return this.bi.log(Object.assign({ evid: 1059, src: 5 }, params), { endpoint: '' });
|
|
2129
|
+
}
|
|
2130
|
+
workflowsIntroStep6ThatSIt(params) {
|
|
2131
|
+
return this.bi.log(Object.assign({ evid: 1060, src: 5 }, params), { endpoint: '' });
|
|
2132
|
+
}
|
|
2133
|
+
workflowsGoToBoardFromContactPanel(params) {
|
|
2134
|
+
return this.bi.log(Object.assign({ evid: 1061, src: 5 }, params), { endpoint: '' });
|
|
2135
|
+
}
|
|
2136
|
+
workflowsConnectContactToWorkflowFromContactPanel(params) {
|
|
2137
|
+
return this.bi.log(Object.assign({ evid: 1062, src: 5 }, params), { endpoint: '' });
|
|
2138
|
+
}
|
|
2139
|
+
workflowsClickUpdateContactInWfFromContactPanel(params) {
|
|
2140
|
+
return this.bi.log(Object.assign({ evid: 1063, src: 5 }, params), { endpoint: '' });
|
|
2141
|
+
}
|
|
2142
|
+
workflowsClickOnCompletedArchivedFlowsInContactPanel(params) {
|
|
2143
|
+
return this.bi.log(Object.assign({ evid: 1064, src: 5 }, params), { endpoint: '' });
|
|
2144
|
+
}
|
|
2145
|
+
workflowsErrorCardCannotBeRemovedInContactPanel(params) {
|
|
2146
|
+
return this.bi.log(Object.assign({ evid: 1065, src: 5 }, params), { endpoint: '' });
|
|
2147
|
+
}
|
|
2148
|
+
workflowsChangePhaseInContactPanel(params) {
|
|
2149
|
+
return this.bi.log(Object.assign({ evid: 1066, src: 5 }, params), { endpoint: '' });
|
|
2150
|
+
}
|
|
2151
|
+
workflowsClickOnSaveChangesInContactPanel(params) {
|
|
2152
|
+
return this.bi.log(Object.assign({ evid: 1067, src: 5 }, params), { endpoint: '' });
|
|
2153
|
+
}
|
|
2154
|
+
workflowsMoveCard(params) {
|
|
2155
|
+
return this.bi.log(Object.assign({ evid: 1068, src: 5 }, params), { endpoint: '' });
|
|
2156
|
+
}
|
|
2157
|
+
workflowsEmptyStatePageLoaded(params) {
|
|
2158
|
+
return this.bi.log(Object.assign({ evid: 1069, src: 5 }, params), { endpoint: '' });
|
|
2159
|
+
}
|
|
2160
|
+
workflowsEmptyStateClickOnGetStarted(params) {
|
|
2161
|
+
return this.bi.log(Object.assign({ evid: 1070, src: 5 }, params), { endpoint: '' });
|
|
2162
|
+
}
|
|
2163
|
+
workflowsTemplatesModalIsPresented(params) {
|
|
2164
|
+
return this.bi.log(Object.assign({ evid: 1071, src: 5 }, params), { endpoint: '' });
|
|
2165
|
+
}
|
|
2166
|
+
workflowsClickOnUseTemplateOrStartFromScratchOnTemplatesModal(params) {
|
|
2167
|
+
return this.bi.log(Object.assign({ evid: 1072, src: 5 }, params), { endpoint: '' });
|
|
2168
|
+
}
|
|
2169
|
+
workflowsClickOnDismissTemplatesModal(params) {
|
|
2170
|
+
return this.bi.log(Object.assign({ evid: 1073, src: 5 }, params), { endpoint: '' });
|
|
2171
|
+
}
|
|
2172
|
+
cookiesBannerUouUserClickOnVisitorDataOption(params) {
|
|
2173
|
+
return this.bi.log(Object.assign({ evid: 1074, src: 5 }, params), { endpoint: '' });
|
|
2174
|
+
}
|
|
2175
|
+
cookiesBannerUouUserHoverOverTooltip(params) {
|
|
2176
|
+
return this.bi.log(Object.assign({ evid: 1075, src: 5 }, params), { endpoint: '' });
|
|
2177
|
+
}
|
|
2178
|
+
cookiesBannerUouCookieConsentBannerGetStartedClick(params) {
|
|
2179
|
+
return this.bi.log(Object.assign({ evid: 1076, src: 5 }, params), { endpoint: '' });
|
|
2180
|
+
}
|
|
2181
|
+
cookiesBannerUouDisplayCookieBannerOnSiteCta(params) {
|
|
2182
|
+
return this.bi.log(Object.assign({ evid: 1077, src: 5 }, params), { endpoint: '' });
|
|
2183
|
+
}
|
|
2184
|
+
cookiesBannerUouUserClickedOnAdvancedOption(params) {
|
|
2185
|
+
return this.bi.log(Object.assign({ evid: 1078, src: 5 }, params), { endpoint: '' });
|
|
2186
|
+
}
|
|
2187
|
+
cookiesBannerUouUserClickedOnTheGeneralXButton(params) {
|
|
2188
|
+
return this.bi.log(Object.assign({ evid: 1079, src: 5 }, params), { endpoint: '' });
|
|
2189
|
+
}
|
|
2190
|
+
cookiesBannerUouSavePublishClick(params) {
|
|
2191
|
+
return this.bi.log(Object.assign({ evid: 1080, src: 5 }, params), { endpoint: '' });
|
|
2192
|
+
}
|
|
2193
|
+
cookiesBannerUouUserWithPopUpCta(params) {
|
|
2194
|
+
return this.bi.log(Object.assign({ evid: 1081, src: 5 }, params), { endpoint: '' });
|
|
2195
|
+
}
|
|
2196
|
+
cookiesBannerUouAdvancedOptionsCta(params) {
|
|
2197
|
+
return this.bi.log(Object.assign({ evid: 1082, src: 5 }, params), { endpoint: '' });
|
|
2198
|
+
}
|
|
2199
|
+
cookiesBannerUouSetUpAPrivacyPolicyClicks(params) {
|
|
2200
|
+
return this.bi.log(Object.assign({ evid: 1083, src: 5 }, params), { endpoint: '' });
|
|
2201
|
+
}
|
|
2202
|
+
cookiesBannerUouAddADoNotSellDateLinkClick(params) {
|
|
2203
|
+
return this.bi.log(Object.assign({ evid: 1084, src: 5 }, params), { endpoint: '' });
|
|
2204
|
+
}
|
|
2205
|
+
cookiesBannerUouUouClickOnDoNotSellMyDataLink(params) {
|
|
2206
|
+
return this.bi.log(Object.assign({ evid: 1085, src: 5 }, params), { endpoint: '' });
|
|
2207
|
+
}
|
|
2208
|
+
cookiesBannerUouUouDisableDataTransfersPopUpIsDisplay(params) {
|
|
2209
|
+
return this.bi.log(Object.assign({ evid: 1086, src: 5 }, params), { endpoint: '' });
|
|
2210
|
+
}
|
|
2211
|
+
cookiesBannerUouUouWithDisableDataTransfersPopUp(params) {
|
|
2212
|
+
return this.bi.log(Object.assign({ evid: 1087, src: 5 }, params), { endpoint: '' });
|
|
2213
|
+
}
|
|
2214
|
+
cookiesBannerUouUserConsentLogCta(params) {
|
|
2215
|
+
return this.bi.log(Object.assign({ evid: 1088, src: 5 }, params), { endpoint: '' });
|
|
2216
|
+
}
|
|
2217
|
+
cookiesBannerUouExportConsentLogCta(params) {
|
|
2218
|
+
return this.bi.log(Object.assign({ evid: 1089, src: 5 }, params), { endpoint: '' });
|
|
2219
|
+
}
|
|
2220
|
+
cookiesBannerUouAPopUpIsDisplay(params) {
|
|
2221
|
+
return this.bi.log(Object.assign({ evid: 1090, src: 5 }, params), { endpoint: '' });
|
|
2222
|
+
}
|
|
2223
|
+
cookiesBannerUouSearchMembersById(params) {
|
|
2224
|
+
return this.bi.log(Object.assign({ evid: 1091, src: 5 }, params), { endpoint: '' });
|
|
2225
|
+
}
|
|
2226
|
+
cookiesBannerUouReviewRequirementsAlert(params) {
|
|
2227
|
+
return this.bi.log(Object.assign({ evid: 1092, src: 5 }, params), { endpoint: '' });
|
|
2228
|
+
}
|
|
2229
|
+
formBuilderFormAddNewFieldInnerTabsClick(params) {
|
|
2230
|
+
return this.bi.log(Object.assign({ evid: 1093, src: 5 }, params), { endpoint: '' });
|
|
2231
|
+
}
|
|
2232
|
+
formBuilderEditorXAddASubscribeCheckbox(params) {
|
|
2233
|
+
return this.bi.log(Object.assign({ evid: 1094, src: 5 }, params), { endpoint: '' });
|
|
2234
|
+
}
|
|
2235
|
+
formBuilderMigratedFormContactFormToWixFormSuccess(params) {
|
|
2236
|
+
return this.bi.log(Object.assign({ evid: 1095, src: 5 }, params), { endpoint: '' });
|
|
2237
|
+
}
|
|
2238
|
+
formBuilderConditionalFormAddNewRule(params) {
|
|
2239
|
+
return this.bi.log(Object.assign({ evid: 1096, src: 5 }, params), { endpoint: '' });
|
|
2240
|
+
}
|
|
2241
|
+
formBuilderConditionalFormLearnMore(params) {
|
|
2242
|
+
return this.bi.log(Object.assign({ evid: 1097, src: 5 }, params), { endpoint: '' });
|
|
2243
|
+
}
|
|
2244
|
+
formBuilderConditionalFormIfClickOnDropdown(params) {
|
|
2245
|
+
return this.bi.log(Object.assign({ evid: 1098, src: 5 }, params), { endpoint: '' });
|
|
2246
|
+
}
|
|
2247
|
+
formBuilderConditionalFormIfChooseFromDropdown(params) {
|
|
2248
|
+
return this.bi.log(Object.assign({ evid: 1099, src: 5 }, params), { endpoint: '' });
|
|
2249
|
+
}
|
|
2250
|
+
formBuilderConditionalFormIfFilledNotFilled(params) {
|
|
2251
|
+
return this.bi.log(Object.assign({ evid: 1100, src: 5 }, params), { endpoint: '' });
|
|
2252
|
+
}
|
|
2253
|
+
formBuilderConditionalFormIfFilledSelectionOption(params) {
|
|
2254
|
+
return this.bi.log(Object.assign({ evid: 1101, src: 5 }, params), { endpoint: '' });
|
|
2255
|
+
}
|
|
2256
|
+
formBuilderConditionalFormThenClickOnDropdown(params) {
|
|
2257
|
+
return this.bi.log(Object.assign({ evid: 1102, src: 5 }, params), { endpoint: '' });
|
|
2258
|
+
}
|
|
2259
|
+
formBuilderConditionalFormThenChooseFromDropdown(params) {
|
|
2260
|
+
return this.bi.log(Object.assign({ evid: 1103, src: 5 }, params), { endpoint: '' });
|
|
2261
|
+
}
|
|
2262
|
+
formBuilderConditionalFormIsClickOnDropdown(params) {
|
|
2263
|
+
return this.bi.log(Object.assign({ evid: 1104, src: 5 }, params), { endpoint: '' });
|
|
2264
|
+
}
|
|
2265
|
+
formBuilderConditionalFormIsChooseFromDropdown(params) {
|
|
2266
|
+
return this.bi.log(Object.assign({ evid: 1105, src: 5 }, params), { endpoint: '' });
|
|
2267
|
+
}
|
|
2268
|
+
formBuilderConditionalFormSaveRule(params) {
|
|
2269
|
+
return this.bi.log(Object.assign({ evid: 1106, src: 5 }, params), { endpoint: '' });
|
|
2270
|
+
}
|
|
2271
|
+
formBuilderConditionalFormMoreActionClick(params) {
|
|
2272
|
+
return this.bi.log(Object.assign({ evid: 1107, src: 5 }, params), { endpoint: '' });
|
|
2273
|
+
}
|
|
2274
|
+
formBuilderConditionalFormMoreActionChoose(params) {
|
|
2275
|
+
return this.bi.log(Object.assign({ evid: 1108, src: 5 }, params), { endpoint: '' });
|
|
2276
|
+
}
|
|
2277
|
+
formBuilderConditionalFormContradictingRuleWarning(params) {
|
|
2278
|
+
return this.bi.log(Object.assign({ evid: 1109, src: 5 }, params), { endpoint: '' });
|
|
2279
|
+
}
|
|
2280
|
+
formBuilderConditionalFormSaveRuleError(params) {
|
|
2281
|
+
return this.bi.log(Object.assign({ evid: 1110, src: 5 }, params), { endpoint: '' });
|
|
2282
|
+
}
|
|
2283
|
+
formBuilderMigratedFormContactFormToWixFormPhoneNumberIssue(params) {
|
|
2284
|
+
return this.bi.log(Object.assign({ evid: 1111, src: 5 }, params), { endpoint: '' });
|
|
2285
|
+
}
|
|
2286
|
+
formBuilderConditionalFormViewRuleFromFieldSettings(params) {
|
|
2287
|
+
return this.bi.log(Object.assign({ evid: 1112, src: 5 }, params), { endpoint: '' });
|
|
2288
|
+
}
|
|
2289
|
+
formBuilderConditionalFormLearnMoreFromTooltipFieldSettings(params) {
|
|
2290
|
+
return this.bi.log(Object.assign({ evid: 1113, src: 5 }, params), { endpoint: '' });
|
|
2291
|
+
}
|
|
2292
|
+
crmHomeIntegrationsMarketingConnect(params) {
|
|
2293
|
+
return this.bi.log(Object.assign({ evid: 1114, src: 5 }, params), { endpoint: '' });
|
|
2294
|
+
}
|
|
2295
|
+
crmHomeIntegrationsFinanceViewAll(params) {
|
|
2296
|
+
return this.bi.log(Object.assign({ evid: 1115, src: 5 }, params), { endpoint: '' });
|
|
2297
|
+
}
|
|
2298
|
+
crmHomeIntegrationsFinanceConnect(params) {
|
|
2299
|
+
return this.bi.log(Object.assign({ evid: 1116, src: 5 }, params), { endpoint: '' });
|
|
2300
|
+
}
|
|
2301
|
+
accountSettingsDisableSocialAccountConfirmationModalLoad(params) {
|
|
2302
|
+
return this.bi.log(Object.assign({ evid: 1119, src: 5 }, params), { endpoint: '' });
|
|
2303
|
+
}
|
|
2304
|
+
accountSettingsDisableSocialAccountClickDisableInConfirmationModal(params) {
|
|
2305
|
+
return this.bi.log(Object.assign({ evid: 1120, src: 5 }, params), { endpoint: '' });
|
|
2306
|
+
}
|
|
2307
|
+
crmHomeGoToMarketingTools(params) {
|
|
2308
|
+
return this.bi.log(Object.assign({ evid: 1122, src: 5 }, params), { endpoint: '' });
|
|
2309
|
+
}
|
|
2310
|
+
formBuilderPaymentFormMoveStateInFunnel(params) {
|
|
2311
|
+
return this.bi.log(Object.assign({ evid: 1123, src: 5 }, params), { endpoint: '' });
|
|
2312
|
+
}
|
|
2313
|
+
formBuilderPaymentFormCloseFunnel(params) {
|
|
2314
|
+
return this.bi.log(Object.assign({ evid: 1124, src: 5 }, params), { endpoint: '' });
|
|
2315
|
+
}
|
|
2316
|
+
formBuilderPaymentFormQuestionMarkFunnel(params) {
|
|
2317
|
+
return this.bi.log(Object.assign({ evid: 1125, src: 5 }, params), { endpoint: '' });
|
|
2318
|
+
}
|
|
2319
|
+
formBuilderPaymentFormDemoSiteFunnel(params) {
|
|
2320
|
+
return this.bi.log(Object.assign({ evid: 1126, src: 5 }, params), { endpoint: '' });
|
|
2321
|
+
}
|
|
2322
|
+
formBuilderPaymentFormChoosePaymentFormType(params) {
|
|
2323
|
+
return this.bi.log(Object.assign({ evid: 1127, src: 5 }, params), { endpoint: '' });
|
|
2324
|
+
}
|
|
2325
|
+
formBuilderPaymentFormEnterItem(params) {
|
|
2326
|
+
return this.bi.log(Object.assign({ evid: 1128, src: 5 }, params), { endpoint: '' });
|
|
2327
|
+
}
|
|
2328
|
+
formBuilderPaymentFormEnterPrice(params) {
|
|
2329
|
+
return this.bi.log(Object.assign({ evid: 1129, src: 5 }, params), { endpoint: '' });
|
|
2330
|
+
}
|
|
2331
|
+
dummyNameSrc5Evid1130(params) {
|
|
2332
|
+
return this.bi.log(Object.assign({ evid: 1130, src: 5 }, params), { endpoint: '' });
|
|
2333
|
+
}
|
|
2334
|
+
dummyNameSrc5Evid1131(params) {
|
|
2335
|
+
return this.bi.log(Object.assign({ evid: 1131, src: 5 }, params), { endpoint: '' });
|
|
2336
|
+
}
|
|
2337
|
+
notificationInvalidTokens(params) {
|
|
2338
|
+
return this.bi.log(Object.assign({ evid: 1132, src: 5 }, params), { endpoint: '' });
|
|
2339
|
+
}
|
|
2340
|
+
formBuilderPaymentFormHoverPrice(params) {
|
|
2341
|
+
return this.bi.log(Object.assign({ evid: 1133, src: 5 }, params), { endpoint: '' });
|
|
2342
|
+
}
|
|
2343
|
+
formBuilderPaymentFormDeleteItem(params) {
|
|
2344
|
+
return this.bi.log(Object.assign({ evid: 1134, src: 5 }, params), { endpoint: '' });
|
|
2345
|
+
}
|
|
2346
|
+
formBuilderPaymentFormAddAnotherItem(params) {
|
|
2347
|
+
return this.bi.log(Object.assign({ evid: 1135, src: 5 }, params), { endpoint: '' });
|
|
2348
|
+
}
|
|
2349
|
+
formBuilderPaymentFormHoverDeleteItem(params) {
|
|
2350
|
+
return this.bi.log(Object.assign({ evid: 1136, src: 5 }, params), { endpoint: '' });
|
|
2351
|
+
}
|
|
2352
|
+
formBuilderPaymentFormReachLimitOfItems(params) {
|
|
2353
|
+
return this.bi.log(Object.assign({ evid: 1137, src: 5 }, params), { endpoint: '' });
|
|
2354
|
+
}
|
|
2355
|
+
formBuilderPaymentFormTellUsMoreItems(params) {
|
|
2356
|
+
return this.bi.log(Object.assign({ evid: 1138, src: 5 }, params), { endpoint: '' });
|
|
2357
|
+
}
|
|
2358
|
+
formBuilderPaymentFormEnterMinMaxPrice(params) {
|
|
2359
|
+
return this.bi.log(Object.assign({ evid: 1139, src: 5 }, params), { endpoint: '' });
|
|
2360
|
+
}
|
|
2361
|
+
formBuilderPaymentFormConnectPaymentMethod(params) {
|
|
2362
|
+
return this.bi.log(Object.assign({ evid: 1140, src: 5 }, params), { endpoint: '' });
|
|
2363
|
+
}
|
|
2364
|
+
formBuilderPaymentFormLearnMoreStep4(params) {
|
|
2365
|
+
return this.bi.log(Object.assign({ evid: 1141, src: 5 }, params), { endpoint: '' });
|
|
2366
|
+
}
|
|
2367
|
+
formBuilderPaymentFormDashboardContinueGreenBanner(params) {
|
|
2368
|
+
return this.bi.log(Object.assign({ evid: 1142, src: 5 }, params), { endpoint: '' });
|
|
2369
|
+
}
|
|
2370
|
+
formBuilderPaymentFormDashboardCloseGreenBanner(params) {
|
|
2371
|
+
return this.bi.log(Object.assign({ evid: 1143, src: 5 }, params), { endpoint: '' });
|
|
2372
|
+
}
|
|
2373
|
+
formBuilderPaymentFormChangePaymentMethod(params) {
|
|
2374
|
+
return this.bi.log(Object.assign({ evid: 1145, src: 5 }, params), { endpoint: '' });
|
|
2375
|
+
}
|
|
2376
|
+
formBuilderPaymentFormDiscardFunnel(params) {
|
|
2377
|
+
return this.bi.log(Object.assign({ evid: 1146, src: 5 }, params), { endpoint: '' });
|
|
2378
|
+
}
|
|
2379
|
+
formBuilderPaymentFormPaymentSettings(params) {
|
|
2380
|
+
return this.bi.log(Object.assign({ evid: 1147, src: 5 }, params), { endpoint: '' });
|
|
2381
|
+
}
|
|
2382
|
+
formBuilderPaymentFormOpenPaymentOverview(params) {
|
|
2383
|
+
return this.bi.log(Object.assign({ evid: 1148, src: 5 }, params), { endpoint: '' });
|
|
2384
|
+
}
|
|
2385
|
+
formBuilderPaymentFormGeneralSettings(params) {
|
|
2386
|
+
return this.bi.log(Object.assign({ evid: 1149, src: 5 }, params), { endpoint: '' });
|
|
2387
|
+
}
|
|
2388
|
+
formBuilderPaymentFormSettingsAddAnotherItem(params) {
|
|
2389
|
+
return this.bi.log(Object.assign({ evid: 1150, src: 5 }, params), { endpoint: '' });
|
|
2390
|
+
}
|
|
2391
|
+
formBuilderPaymentFormSettingsItemMoreActions(params) {
|
|
2392
|
+
return this.bi.log(Object.assign({ evid: 1151, src: 5 }, params), { endpoint: '' });
|
|
2393
|
+
}
|
|
2394
|
+
formBuilderPaymentFormSettingsItemMoreActionsChoose(params) {
|
|
2395
|
+
return this.bi.log(Object.assign({ evid: 1152, src: 5 }, params), { endpoint: '' });
|
|
2396
|
+
}
|
|
2397
|
+
formBuilderPaymentFormSettingsConnectPaymentWhenPaymentNotConnected(params) {
|
|
2398
|
+
return this.bi.log(Object.assign({ evid: 1153, src: 5 }, params), { endpoint: '' });
|
|
2399
|
+
}
|
|
2400
|
+
formBuilderPaymentFormSettingsRestoreField(params) {
|
|
2401
|
+
return this.bi.log(Object.assign({ evid: 1154, src: 5 }, params), { endpoint: '' });
|
|
2402
|
+
}
|
|
2403
|
+
formBuilderPaymentFormSettingsStopAcceptingPayments(params) {
|
|
2404
|
+
return this.bi.log(Object.assign({ evid: 1155, src: 5 }, params), { endpoint: '' });
|
|
2405
|
+
}
|
|
2406
|
+
settingsLobbySectionIsSeen(params) {
|
|
2407
|
+
return this.bi.log(Object.assign({ evid: 1156, src: 5 }, params), { endpoint: '' });
|
|
2408
|
+
}
|
|
2409
|
+
settingsLobbyClickOnItem(params) {
|
|
2410
|
+
return this.bi.log(Object.assign({ evid: 1158, src: 5 }, params), { endpoint: '' });
|
|
2411
|
+
}
|
|
2412
|
+
formBuilderSubmissionLimitReasonForLimit(params) {
|
|
2413
|
+
return this.bi.log(Object.assign({ evid: 1159, src: 5 }, params), { endpoint: '' });
|
|
2414
|
+
}
|
|
2415
|
+
formBuilderSubmissionLimitReasonForLimitInfoHover(params) {
|
|
2416
|
+
return this.bi.log(Object.assign({ evid: 1160, src: 5 }, params), { endpoint: '' });
|
|
2417
|
+
}
|
|
2418
|
+
formBuilderSubmissionLimitLimitByNumberTotalNumber(params) {
|
|
2419
|
+
return this.bi.log(Object.assign({ evid: 1161, src: 5 }, params), { endpoint: '' });
|
|
2420
|
+
}
|
|
2421
|
+
formBuilderSubmissionLimitLimitByNumberEditMessage(params) {
|
|
2422
|
+
return this.bi.log(Object.assign({ evid: 1162, src: 5 }, params), { endpoint: '' });
|
|
2423
|
+
}
|
|
2424
|
+
formBuilderSubmissionLimitLimitByNumberNumberInfoHover(params) {
|
|
2425
|
+
return this.bi.log(Object.assign({ evid: 1163, src: 5 }, params), { endpoint: '' });
|
|
2426
|
+
}
|
|
2427
|
+
formBuilderSubmissionLimitLimitByNumberMessageInfoHover(params) {
|
|
2428
|
+
return this.bi.log(Object.assign({ evid: 1164, src: 5 }, params), { endpoint: '' });
|
|
2429
|
+
}
|
|
2430
|
+
formBuilderSubmissionLimitLimitByDateEnteredDate(params) {
|
|
2431
|
+
return this.bi.log(Object.assign({ evid: 1165, src: 5 }, params), { endpoint: '' });
|
|
2432
|
+
}
|
|
2433
|
+
formBuilderSubmissionLimitLimitByDateChangeTimeFormat(params) {
|
|
2434
|
+
return this.bi.log(Object.assign({ evid: 1166, src: 5 }, params), { endpoint: '' });
|
|
2435
|
+
}
|
|
2436
|
+
formBuilderSubmissionLimitLimitByDateChangeTimeFormatInvalid(params) {
|
|
2437
|
+
return this.bi.log(Object.assign({ evid: 1167, src: 5 }, params), { endpoint: '' });
|
|
2438
|
+
}
|
|
2439
|
+
formBuilderSubmissionLimitLimitByDateChangeDefaultTime(params) {
|
|
2440
|
+
return this.bi.log(Object.assign({ evid: 1168, src: 5 }, params), { endpoint: '' });
|
|
2441
|
+
}
|
|
2442
|
+
formBuilderSubmissionLimitLimitByDateChangeMessage(params) {
|
|
2443
|
+
return this.bi.log(Object.assign({ evid: 1169, src: 5 }, params), { endpoint: '' });
|
|
2444
|
+
}
|
|
2445
|
+
formBuilderSubmissionLimitLimitByDateTimezoneSettings(params) {
|
|
2446
|
+
return this.bi.log(Object.assign({ evid: 1170, src: 5 }, params), { endpoint: '' });
|
|
2447
|
+
}
|
|
2448
|
+
formBuilderSubmissionLimitRestoreSuccessMessage(params) {
|
|
2449
|
+
return this.bi.log(Object.assign({ evid: 1171, src: 5 }, params), { endpoint: '' });
|
|
2450
|
+
}
|
|
2451
|
+
viewInDashboard(params) {
|
|
2452
|
+
return this.bi.log(Object.assign({ evid: 1172, src: 5 }, params), { endpoint: '' });
|
|
2453
|
+
}
|
|
2454
|
+
formBuilderAutofillMemberEmailsEnableToggle(params) {
|
|
2455
|
+
return this.bi.log(Object.assign({ evid: 1173, src: 5 }, params), { endpoint: '' });
|
|
2456
|
+
}
|
|
2457
|
+
formBuilderAutofillMemberEmailsMembersAreaLearnMore(params) {
|
|
2458
|
+
return this.bi.log(Object.assign({ evid: 1174, src: 5 }, params), { endpoint: '' });
|
|
2459
|
+
}
|
|
2460
|
+
formBuilderAutofillMemberEmailsBrowserAutocompleteLearnMore(params) {
|
|
2461
|
+
return this.bi.log(Object.assign({ evid: 1175, src: 5 }, params), { endpoint: '' });
|
|
2462
|
+
}
|
|
2463
|
+
formBuilderAutofillMemberEmailsMainTooltipHover(params) {
|
|
2464
|
+
return this.bi.log(Object.assign({ evid: 1176, src: 5 }, params), { endpoint: '' });
|
|
2465
|
+
}
|
|
2466
|
+
formBuilderAutofillMemberEmailsLetMembersEdit(params) {
|
|
2467
|
+
return this.bi.log(Object.assign({ evid: 1177, src: 5 }, params), { endpoint: '' });
|
|
2468
|
+
}
|
|
2469
|
+
formBuilderAutofillMemberEmailsDropdownEmail(params) {
|
|
2470
|
+
return this.bi.log(Object.assign({ evid: 1178, src: 5 }, params), { endpoint: '' });
|
|
2471
|
+
}
|
|
2472
|
+
formBuilderAutofillMemberEmailsChooseDifferentEmail(params) {
|
|
2473
|
+
return this.bi.log(Object.assign({ evid: 1179, src: 5 }, params), { endpoint: '' });
|
|
2474
|
+
}
|
|
2475
|
+
formBuilderAutofillMemberEmailsAddAnEmailField(params) {
|
|
2476
|
+
return this.bi.log(Object.assign({ evid: 1180, src: 5 }, params), { endpoint: '' });
|
|
2477
|
+
}
|
|
2478
|
+
formBuilderAutofillMemberEmailsAddedMembersArea(params) {
|
|
2479
|
+
return this.bi.log(Object.assign({ evid: 1181, src: 5 }, params), { endpoint: '' });
|
|
2480
|
+
}
|
|
2481
|
+
formBuilderSubmissionLimitUouSeenLimitMessage(params) {
|
|
2482
|
+
return this.bi.log(Object.assign({ evid: 1182, src: 5 }, params), { endpoint: '' });
|
|
2483
|
+
}
|
|
2484
|
+
sidebarModalOfFteToTheNewSidebarIsLoadedWithSpecificCluster(params) {
|
|
2485
|
+
return this.bi.log(Object.assign({ evid: 1185, src: 5 }, params), { endpoint: '' });
|
|
2486
|
+
}
|
|
2487
|
+
dashboardSiteSettingsLocationsModalPageView(params) {
|
|
2488
|
+
return this.bi.log(Object.assign({ evid: 1189, src: 5 }, params), { endpoint: '' });
|
|
2489
|
+
}
|
|
2490
|
+
formBuilderBizMgrFormsBizTipsClickOnTheTip(params) {
|
|
2491
|
+
return this.bi.log(Object.assign({ evid: 1208, src: 5 }, params), { endpoint: '' });
|
|
2492
|
+
}
|
|
2493
|
+
invoicesAddAProductVariantOpenModal(params) {
|
|
2494
|
+
return this.bi.log(Object.assign({ evid: 1209, src: 5 }, params), { endpoint: '' });
|
|
2495
|
+
}
|
|
2496
|
+
invoicesAddAProductVariantAddToInvoice(params) {
|
|
2497
|
+
return this.bi.log(Object.assign({ evid: 1210, src: 5 }, params), { endpoint: '' });
|
|
2498
|
+
}
|
|
2499
|
+
foldersHoverOverThePermissionIcon1212(params) {
|
|
2500
|
+
return this.bi.log(Object.assign({ evid: 1212, src: 5 }, params), { endpoint: '' });
|
|
2501
|
+
}
|
|
2502
|
+
invoicesCreateOrderNewInvoiceClick(params) {
|
|
2503
|
+
return this.bi.log(Object.assign({ evid: 1213, src: 5 }, params), { endpoint: '' });
|
|
2504
|
+
}
|
|
2505
|
+
dashboardFinishLoadingLoadingTimeFromStartModule(params) {
|
|
2506
|
+
return this.bi.log(Object.assign({ evid: 1215, src: 5 }, params), { endpoint: '' });
|
|
2507
|
+
}
|
|
2508
|
+
sitesListPageFoldersLoaded1216(params) {
|
|
2509
|
+
return this.bi.log(Object.assign({ evid: 1216, src: 5 }, params), { endpoint: '' });
|
|
2510
|
+
}
|
|
2511
|
+
deleteLocationModalIsOpened(params) {
|
|
2512
|
+
return this.bi.log(Object.assign({ evid: 1217, src: 5 }, params), { endpoint: '' });
|
|
2513
|
+
}
|
|
2514
|
+
successfullyDeletedLocation(params) {
|
|
2515
|
+
return this.bi.log(Object.assign({ evid: 1218, src: 5 }, params), { endpoint: '' });
|
|
2516
|
+
}
|
|
2517
|
+
locationModalFloatingNotification(params) {
|
|
2518
|
+
return this.bi.log(Object.assign({ evid: 1225, src: 5 }, params), { endpoint: '' });
|
|
2519
|
+
}
|
|
2520
|
+
apesSaveEditedNotification(params) {
|
|
2521
|
+
return this.bi.log(Object.assign({ evid: 1234, src: 5 }, params), { endpoint: '' });
|
|
2522
|
+
}
|
|
2523
|
+
apesSaveEditedNotificationSrc5Evid1235(params) {
|
|
2524
|
+
return this.bi.log(Object.assign({ evid: 1235, src: 5 }, params), { endpoint: '' });
|
|
2525
|
+
}
|
|
2526
|
+
apesEditNotificationSelectAudience(params) {
|
|
2527
|
+
return this.bi.log(Object.assign({ evid: 1238, src: 5 }, params), { endpoint: '' });
|
|
2528
|
+
}
|
|
2529
|
+
suggestionsFeedbackClickOnNavigationButtonInPopup(params) {
|
|
2530
|
+
return this.bi.log(Object.assign({ evid: 1240, src: 5 }, params), { endpoint: '' });
|
|
2531
|
+
}
|
|
2532
|
+
formBuilderBizMgrClickOnMoreActions(params) {
|
|
2533
|
+
return this.bi.log(Object.assign({ evid: 1243, src: 5 }, params), { endpoint: '' });
|
|
2534
|
+
}
|
|
2535
|
+
formBuilderBizMgrClickOnMoreActionsOfASpecificForm(params) {
|
|
2536
|
+
return this.bi.log(Object.assign({ evid: 1246, src: 5 }, params), { endpoint: '' });
|
|
2537
|
+
}
|
|
2538
|
+
formBuilderBizMgrClickOnViewForm(params) {
|
|
2539
|
+
return this.bi.log(Object.assign({ evid: 1247, src: 5 }, params), { endpoint: '' });
|
|
2540
|
+
}
|
|
2541
|
+
formBuilderBizMgrClickOnEditForm(params) {
|
|
2542
|
+
return this.bi.log(Object.assign({ evid: 1248, src: 5 }, params), { endpoint: '' });
|
|
2543
|
+
}
|
|
2544
|
+
formBuilderBizMgrClickOnDeleteForm(params) {
|
|
2545
|
+
return this.bi.log(Object.assign({ evid: 1249, src: 5 }, params), { endpoint: '' });
|
|
2546
|
+
}
|
|
2547
|
+
customerNotificationsSettingsClickInsidePageWithoutEmailsSections(params) {
|
|
2548
|
+
return this.bi.log(Object.assign({ evid: 1250, src: 5 }, params), { endpoint: '' });
|
|
2549
|
+
}
|
|
2550
|
+
customerNotificationsSettingsClickOnHideUnhide(params) {
|
|
2551
|
+
return this.bi.log(Object.assign({ evid: 1251, src: 5 }, params), { endpoint: '' });
|
|
2552
|
+
}
|
|
2553
|
+
customerNotificationsSettingsPreviewEditClickOnToggle(params) {
|
|
2554
|
+
return this.bi.log(Object.assign({ evid: 1252, src: 5 }, params), { endpoint: '' });
|
|
2555
|
+
}
|
|
2556
|
+
customerNotificationsSettingsPageLoad(params) {
|
|
2557
|
+
return this.bi.log(Object.assign({ evid: 1253, src: 5 }, params), { endpoint: '' });
|
|
2558
|
+
}
|
|
2559
|
+
bizManagerShowWarningMessage(params) {
|
|
2560
|
+
return this.bi.log(Object.assign({ evid: 1254, src: 5 }, params), { endpoint: '' });
|
|
2561
|
+
}
|
|
2562
|
+
formBuilderBizMgrClickOnGoToEditorToPublishYourSite(params) {
|
|
2563
|
+
return this.bi.log(Object.assign({ evid: 1256, src: 5 }, params), { endpoint: '' });
|
|
2564
|
+
}
|
|
2565
|
+
formBuilderBizMgrClickOnGoToEditorToCreateSubmissionTable(params) {
|
|
2566
|
+
return this.bi.log(Object.assign({ evid: 1257, src: 5 }, params), { endpoint: '' });
|
|
2567
|
+
}
|
|
2568
|
+
copyOfFormBuilderBizMgrClickOnGoToEditorToRemoveForm(params) {
|
|
2569
|
+
return this.bi.log(Object.assign({ evid: 1258, src: 5 }, params), { endpoint: '' });
|
|
2570
|
+
}
|
|
2571
|
+
customerNotificationsSettingsPreviewEditShowTooltip(params) {
|
|
2572
|
+
return this.bi.log(Object.assign({ evid: 1259, src: 5 }, params), { endpoint: '' });
|
|
2573
|
+
}
|
|
2574
|
+
formBuilderBizMgrEmptyStateClickOnWatchVideo(params) {
|
|
2575
|
+
return this.bi.log(Object.assign({ evid: 1263, src: 5 }, params), { endpoint: '' });
|
|
2576
|
+
}
|
|
2577
|
+
formBuilderBizMgrClickOnLoadMoreForms(params) {
|
|
2578
|
+
return this.bi.log(Object.assign({ evid: 1264, src: 5 }, params), { endpoint: '' });
|
|
2579
|
+
}
|
|
2580
|
+
formBuilderBizMgrMoreActionsViewRemovedForms(params) {
|
|
2581
|
+
return this.bi.log(Object.assign({ evid: 1265, src: 5 }, params), { endpoint: '' });
|
|
2582
|
+
}
|
|
2583
|
+
formBuilderBizMgrMoreActionsLearnMore(params) {
|
|
2584
|
+
return this.bi.log(Object.assign({ evid: 1266, src: 5 }, params), { endpoint: '' });
|
|
2585
|
+
}
|
|
2586
|
+
formBuilderBizMgrMoreActionsSendFeedback(params) {
|
|
2587
|
+
return this.bi.log(Object.assign({ evid: 1267, src: 5 }, params), { endpoint: '' });
|
|
2588
|
+
}
|
|
2589
|
+
sidebarTooltipOfModalOfFteToTheNewSidebarIsClicked(params) {
|
|
2590
|
+
return this.bi.log(Object.assign({ evid: 1268, src: 5 }, params), { endpoint: '' });
|
|
2591
|
+
}
|
|
2592
|
+
verticalsEmailNotificationSentSrc5Evid1270(params) {
|
|
2593
|
+
return this.bi.log(Object.assign({ evid: 1270, src: 5 }, params), { endpoint: '' });
|
|
2594
|
+
}
|
|
2595
|
+
verticalsEmailNotificationSent(params) {
|
|
2596
|
+
return this.bi.log(Object.assign({ evid: 1271, src: 5 }, params), { endpoint: '' });
|
|
2597
|
+
}
|
|
2598
|
+
verticalsEmailNotificationClicked(params) {
|
|
2599
|
+
return this.bi.log(Object.assign({ evid: 1272, src: 5 }, params), { endpoint: '' });
|
|
2600
|
+
}
|
|
2601
|
+
sidebarTooltipOfModalOfFteToTheNewSidebarIsShown(params) {
|
|
2602
|
+
return this.bi.log(Object.assign({ evid: 1274, src: 5 }, params), { endpoint: '' });
|
|
2603
|
+
}
|
|
2604
|
+
sidebarModalOfFteToTheNewSidebarIsClicked(params) {
|
|
2605
|
+
return this.bi.log(Object.assign({ evid: 1276, src: 5 }, params), { endpoint: '' });
|
|
2606
|
+
}
|
|
2607
|
+
apesLoadSystemNotificationsModalEnd(params) {
|
|
2608
|
+
return this.bi.log(Object.assign({ evid: 1277, src: 5 }, params), { endpoint: '' });
|
|
2609
|
+
}
|
|
2610
|
+
accountSettingsCloseYourWixAccountEnterPage(params) {
|
|
2611
|
+
return this.bi.log(Object.assign({ evid: 1278, src: 5 }, params), { endpoint: '' });
|
|
2612
|
+
}
|
|
2613
|
+
accountSettingsCloseYourWixAccountCloseAccountRequestSubmited(params) {
|
|
2614
|
+
return this.bi.log(Object.assign({ evid: 1279, src: 5 }, params), { endpoint: '' });
|
|
2615
|
+
}
|
|
2616
|
+
formBuilderComplexPhoneSettingsShowCountryCodeDropdownToggle(params) {
|
|
2617
|
+
return this.bi.log(Object.assign({ evid: 1280, src: 5 }, params), { endpoint: '' });
|
|
2618
|
+
}
|
|
2619
|
+
formBuilderComplexPhoneSettingsShowFieldTitleToggle(params) {
|
|
2620
|
+
return this.bi.log(Object.assign({ evid: 1281, src: 5 }, params), { endpoint: '' });
|
|
2621
|
+
}
|
|
2622
|
+
formBuilderComplexPhoneSettingsEnterFieldTitle(params) {
|
|
2623
|
+
return this.bi.log(Object.assign({ evid: 1282, src: 5 }, params), { endpoint: '' });
|
|
2624
|
+
}
|
|
2625
|
+
formBuilderComplexPhoneSettingsShowInitialTextOfThePhoneFieldSelection(params) {
|
|
2626
|
+
return this.bi.log(Object.assign({ evid: 1283, src: 5 }, params), { endpoint: '' });
|
|
2627
|
+
}
|
|
2628
|
+
formBuilderComplexPhoneSettingsPlaceHolderTextOfThePhoneField(params) {
|
|
2629
|
+
return this.bi.log(Object.assign({ evid: 1284, src: 5 }, params), { endpoint: '' });
|
|
2630
|
+
}
|
|
2631
|
+
formBuilderComplexPhoneSettingsIsFieldRequired(params) {
|
|
2632
|
+
return this.bi.log(Object.assign({ evid: 1285, src: 5 }, params), { endpoint: '' });
|
|
2633
|
+
}
|
|
2634
|
+
formBuilderComplexPhoneSettingsCountryCodeEnterFieldTitle(params) {
|
|
2635
|
+
return this.bi.log(Object.assign({ evid: 1286, src: 5 }, params), { endpoint: '' });
|
|
2636
|
+
}
|
|
2637
|
+
formBuilderComplexPhoneSettingsCountryCodeIncludeCodesFrom(params) {
|
|
2638
|
+
return this.bi.log(Object.assign({ evid: 1287, src: 5 }, params), { endpoint: '' });
|
|
2639
|
+
}
|
|
2640
|
+
formBuilderComplexPhoneSettingsCountryCodeShowInitialTextSelection(params) {
|
|
2641
|
+
return this.bi.log(Object.assign({ evid: 1289, src: 5 }, params), { endpoint: '' });
|
|
2642
|
+
}
|
|
2643
|
+
formBuilderComplexPhoneSettingsCountryCodeShowInitialTextValue(params) {
|
|
2644
|
+
return this.bi.log(Object.assign({ evid: 1290, src: 5 }, params), { endpoint: '' });
|
|
2645
|
+
}
|
|
2646
|
+
formBuilderComplexPhoneSettingsSelectNumberFormat(params) {
|
|
2647
|
+
return this.bi.log(Object.assign({ evid: 1291, src: 5 }, params), { endpoint: '' });
|
|
2648
|
+
}
|
|
2649
|
+
formBuilderComplexPhoneSettingsEnteredNumberFormat(params) {
|
|
2650
|
+
return this.bi.log(Object.assign({ evid: 1292, src: 5 }, params), { endpoint: '' });
|
|
2651
|
+
}
|
|
2652
|
+
formBuilderComplexPhoneSettingsCountryCodeClickOnManageCodeList(params) {
|
|
2653
|
+
return this.bi.log(Object.assign({ evid: 1295, src: 5 }, params), { endpoint: '' });
|
|
2654
|
+
}
|
|
2655
|
+
formBuilderComplexPhoneEditFieldClick(params) {
|
|
2656
|
+
return this.bi.log(Object.assign({ evid: 1299, src: 5 }, params), { endpoint: '' });
|
|
2657
|
+
}
|
|
2658
|
+
crmHomeScrollDown(params) {
|
|
2659
|
+
return this.bi.log(Object.assign({ evid: 1300, src: 5 }, params), { endpoint: '' });
|
|
2660
|
+
}
|
|
2661
|
+
financialServicesSettingsChangeTab(params) {
|
|
2662
|
+
return this.bi.log(Object.assign({ evid: 1301, src: 5 }, params), { endpoint: '' });
|
|
2663
|
+
}
|
|
2664
|
+
financialServicesSettingsInvoicesClickCard(params) {
|
|
2665
|
+
return this.bi.log(Object.assign({ evid: 1302, src: 5 }, params), { endpoint: '' });
|
|
2666
|
+
}
|
|
2667
|
+
financialServicesSettingsInvoicesEditNumbering(params) {
|
|
2668
|
+
return this.bi.log(Object.assign({ evid: 1303, src: 5 }, params), { endpoint: '' });
|
|
2669
|
+
}
|
|
2670
|
+
financialServicesSettingsInvoicesEditLogo(params) {
|
|
2671
|
+
return this.bi.log(Object.assign({ evid: 1304, src: 5 }, params), { endpoint: '' });
|
|
2672
|
+
}
|
|
2673
|
+
financialServicesSettingsInvoicesBusinessInfoEditThem(params) {
|
|
2674
|
+
return this.bi.log(Object.assign({ evid: 1305, src: 5 }, params), { endpoint: '' });
|
|
2675
|
+
}
|
|
2676
|
+
financialServicesSettingsInvoicesBusinessInfoEditField(params) {
|
|
2677
|
+
return this.bi.log(Object.assign({ evid: 1306, src: 5 }, params), { endpoint: '' });
|
|
2678
|
+
}
|
|
2679
|
+
financialServicesSettingsInvoicesDefaultsNotesEditNotes(params) {
|
|
2680
|
+
return this.bi.log(Object.assign({ evid: 1307, src: 5 }, params), { endpoint: '' });
|
|
2681
|
+
}
|
|
2682
|
+
financialServicesSettingsInvoicesDefaultsNotesLegalTerms(params) {
|
|
2683
|
+
return this.bi.log(Object.assign({ evid: 1308, src: 5 }, params), { endpoint: '' });
|
|
2684
|
+
}
|
|
2685
|
+
financialServicesSettingsInvoicesDefaultsNotesPreviewInvoice(params) {
|
|
2686
|
+
return this.bi.log(Object.assign({ evid: 1309, src: 5 }, params), { endpoint: '' });
|
|
2687
|
+
}
|
|
2688
|
+
financialServicesSettingsPriceQuotesBusinessDetailsSiteSettings(params) {
|
|
2689
|
+
return this.bi.log(Object.assign({ evid: 1310, src: 5 }, params), { endpoint: '' });
|
|
2690
|
+
}
|
|
2691
|
+
financialServicesSettingsPriceQuotesBusinessDetailsGoToSiteSettings(params) {
|
|
2692
|
+
return this.bi.log(Object.assign({ evid: 1311, src: 5 }, params), { endpoint: '' });
|
|
2693
|
+
}
|
|
2694
|
+
financialServicesSettingsPriceQuotesEditNumbering(params) {
|
|
2695
|
+
return this.bi.log(Object.assign({ evid: 1312, src: 5 }, params), { endpoint: '' });
|
|
2696
|
+
}
|
|
2697
|
+
financialServicesSettingsInvoicesSettingsClick(params) {
|
|
2698
|
+
return this.bi.log(Object.assign({ evid: 1313, src: 5 }, params), { endpoint: '' });
|
|
2699
|
+
}
|
|
2700
|
+
crmHomeGeneralVideo(params) {
|
|
2701
|
+
return this.bi.log(Object.assign({ evid: 1314, src: 5 }, params), { endpoint: '' });
|
|
2702
|
+
}
|
|
2703
|
+
invoicesItemsListChooseAProduct(params) {
|
|
2704
|
+
return this.bi.log(Object.assign({ evid: 1315, src: 5 }, params), { endpoint: '' });
|
|
2705
|
+
}
|
|
2706
|
+
invoicesItemsListAddNewProduct(params) {
|
|
2707
|
+
return this.bi.log(Object.assign({ evid: 1316, src: 5 }, params), { endpoint: '' });
|
|
2708
|
+
}
|
|
2709
|
+
invoicesItemsListLinkInTooltipProducts(params) {
|
|
2710
|
+
return this.bi.log(Object.assign({ evid: 1317, src: 5 }, params), { endpoint: '' });
|
|
2711
|
+
}
|
|
2712
|
+
invoicesWidgetMoreAction(params) {
|
|
2713
|
+
return this.bi.log(Object.assign({ evid: 1320, src: 5 }, params), { endpoint: '' });
|
|
2714
|
+
}
|
|
2715
|
+
invoicesWidgetMoreActionChooseAnAction(params) {
|
|
2716
|
+
return this.bi.log(Object.assign({ evid: 1321, src: 5 }, params), { endpoint: '' });
|
|
2717
|
+
}
|
|
2718
|
+
invoicesWidgetResendViaEmail(params) {
|
|
2719
|
+
return this.bi.log(Object.assign({ evid: 1322, src: 5 }, params), { endpoint: '' });
|
|
2720
|
+
}
|
|
2721
|
+
invoicesWidgetChangeTab(params) {
|
|
2722
|
+
return this.bi.log(Object.assign({ evid: 1323, src: 5 }, params), { endpoint: '' });
|
|
2723
|
+
}
|
|
2724
|
+
invoicesWidgetCreateNew(params) {
|
|
2725
|
+
return this.bi.log(Object.assign({ evid: 1324, src: 5 }, params), { endpoint: '' });
|
|
2726
|
+
}
|
|
2727
|
+
invoicesWidgetPreviewInvoice(params) {
|
|
2728
|
+
return this.bi.log(Object.assign({ evid: 1325, src: 5 }, params), { endpoint: '' });
|
|
2729
|
+
}
|
|
2730
|
+
invoicesWidgetSeeAllInvoices(params) {
|
|
2731
|
+
return this.bi.log(Object.assign({ evid: 1326, src: 5 }, params), { endpoint: '' });
|
|
2732
|
+
}
|
|
2733
|
+
invoicesWidgetReportsViewReport(params) {
|
|
2734
|
+
return this.bi.log(Object.assign({ evid: 1327, src: 5 }, params), { endpoint: '' });
|
|
2735
|
+
}
|
|
2736
|
+
invoicesWidgetReportsTimePicker(params) {
|
|
2737
|
+
return this.bi.log(Object.assign({ evid: 1328, src: 5 }, params), { endpoint: '' });
|
|
2738
|
+
}
|
|
2739
|
+
invoicesEditModesEditInvoice(params) {
|
|
2740
|
+
return this.bi.log(Object.assign({ evid: 1329, src: 5 }, params), { endpoint: '' });
|
|
2741
|
+
}
|
|
2742
|
+
invoicesEditModesEditCustomerInfoModalChoose(params) {
|
|
2743
|
+
return this.bi.log(Object.assign({ evid: 1330, src: 5 }, params), { endpoint: '' });
|
|
2744
|
+
}
|
|
2745
|
+
invoicesEditModesNegativePriceToast(params) {
|
|
2746
|
+
return this.bi.log(Object.assign({ evid: 1331, src: 5 }, params), { endpoint: '' });
|
|
2747
|
+
}
|
|
2748
|
+
crmDiscoverCrmTools(params) {
|
|
2749
|
+
return this.bi.log(Object.assign({ evid: 1333, src: 5 }, params), { endpoint: '' });
|
|
2750
|
+
}
|
|
2751
|
+
formBuilderComplexPhoneLayoutsDesignSelected(params) {
|
|
2752
|
+
return this.bi.log(Object.assign({ evid: 1334, src: 5 }, params), { endpoint: '' });
|
|
2753
|
+
}
|
|
2754
|
+
formBuilderComplexAddressShowTheseSubfields(params) {
|
|
2755
|
+
return this.bi.log(Object.assign({ evid: 1337, src: 5 }, params), { endpoint: '' });
|
|
2756
|
+
}
|
|
2757
|
+
formBuilderComplexAddressIncludeCountriesFrom(params) {
|
|
2758
|
+
return this.bi.log(Object.assign({ evid: 1338, src: 5 }, params), { endpoint: '' });
|
|
2759
|
+
}
|
|
2760
|
+
formBuilderComplexAddressShowSubfieldTitles(params) {
|
|
2761
|
+
return this.bi.log(Object.assign({ evid: 1339, src: 5 }, params), { endpoint: '' });
|
|
2762
|
+
}
|
|
2763
|
+
formBuilderComplexAddressSubfieldTitles(params) {
|
|
2764
|
+
return this.bi.log(Object.assign({ evid: 1340, src: 5 }, params), { endpoint: '' });
|
|
2765
|
+
}
|
|
2766
|
+
formBuilderComplexAddressSubfieldPlaceholder(params) {
|
|
2767
|
+
return this.bi.log(Object.assign({ evid: 1341, src: 5 }, params), { endpoint: '' });
|
|
2768
|
+
}
|
|
2769
|
+
formBuilderComplexAddressGeneralSettingRequired(params) {
|
|
2770
|
+
return this.bi.log(Object.assign({ evid: 1342, src: 5 }, params), { endpoint: '' });
|
|
2771
|
+
}
|
|
2772
|
+
formBuilderComplexAddressSubfieldTitlesEnterText(params) {
|
|
2773
|
+
return this.bi.log(Object.assign({ evid: 1343, src: 5 }, params), { endpoint: '' });
|
|
2774
|
+
}
|
|
2775
|
+
formBuilderComplexAddressSubfieldPlaceholdersEnterText(params) {
|
|
2776
|
+
return this.bi.log(Object.assign({ evid: 1344, src: 5 }, params), { endpoint: '' });
|
|
2777
|
+
}
|
|
2778
|
+
formBuilderComplexAddressSubfieldPlaceholdersDefaultCountryChoose(params) {
|
|
2779
|
+
return this.bi.log(Object.assign({ evid: 1345, src: 5 }, params), { endpoint: '' });
|
|
2780
|
+
}
|
|
2781
|
+
formBuilderComplexAddressManageCountriesList(params) {
|
|
2782
|
+
return this.bi.log(Object.assign({ evid: 1346, src: 5 }, params), { endpoint: '' });
|
|
2783
|
+
}
|
|
2784
|
+
formBuilderComplexAddressManageCountriesListFinish(params) {
|
|
2785
|
+
return this.bi.log(Object.assign({ evid: 1347, src: 5 }, params), { endpoint: '' });
|
|
2786
|
+
}
|
|
2787
|
+
formBuilderComplexAddressSelectRequiredSubfieldOpen(params) {
|
|
2788
|
+
return this.bi.log(Object.assign({ evid: 1348, src: 5 }, params), { endpoint: '' });
|
|
2789
|
+
}
|
|
2790
|
+
formBuilderComplexAddressSelectRequiredSubfieldChoose(params) {
|
|
2791
|
+
return this.bi.log(Object.assign({ evid: 1349, src: 5 }, params), { endpoint: '' });
|
|
2792
|
+
}
|
|
2793
|
+
formBuilderAutocompleteAddressFieldShowFieldTitleToggle(params) {
|
|
2794
|
+
return this.bi.log(Object.assign({ evid: 1353, src: 5 }, params), { endpoint: '' });
|
|
2795
|
+
}
|
|
2796
|
+
formBuilderAutocompleteAddressFieldFieldTitle(params) {
|
|
2797
|
+
return this.bi.log(Object.assign({ evid: 1354, src: 5 }, params), { endpoint: '' });
|
|
2798
|
+
}
|
|
2799
|
+
formBuilderAutocompleteAddressFieldPlaceholderText(params) {
|
|
2800
|
+
return this.bi.log(Object.assign({ evid: 1356, src: 5 }, params), { endpoint: '' });
|
|
2801
|
+
}
|
|
2802
|
+
formBuilderAutocompleteAddressFieldRequired(params) {
|
|
2803
|
+
return this.bi.log(Object.assign({ evid: 1357, src: 5 }, params), { endpoint: '' });
|
|
2804
|
+
}
|
|
2805
|
+
formBuilderAutocompleteAddressFieldCountrySearch(params) {
|
|
2806
|
+
return this.bi.log(Object.assign({ evid: 1358, src: 5 }, params), { endpoint: '' });
|
|
2807
|
+
}
|
|
2808
|
+
formBuilderAutocompleteAddressFieldCountrySearchOption(params) {
|
|
2809
|
+
return this.bi.log(Object.assign({ evid: 1359, src: 5 }, params), { endpoint: '' });
|
|
2810
|
+
}
|
|
2811
|
+
formBuilderAutocompleteAddressFieldAddressLayoutChanged(params) {
|
|
2812
|
+
return this.bi.log(Object.assign({ evid: 1360, src: 5 }, params), { endpoint: '' });
|
|
2813
|
+
}
|
|
2814
|
+
formBuilderAutocompleteAddressFieldViewerChooseAnAddress(params) {
|
|
2815
|
+
return this.bi.log(Object.assign({ evid: 1363, src: 5 }, params), { endpoint: '' });
|
|
2816
|
+
}
|
|
2817
|
+
customerNotificationsSettingsPreviewEditChooseAudience(params) {
|
|
2818
|
+
return this.bi.log(Object.assign({ evid: 1375, src: 5 }, params), { endpoint: '' });
|
|
2819
|
+
}
|
|
2820
|
+
formBuilderComplexPhoneCountryCodeFieldDeleted(params) {
|
|
2821
|
+
return this.bi.log(Object.assign({ evid: 1376, src: 5 }, params), { endpoint: '' });
|
|
2822
|
+
}
|
|
2823
|
+
dashboardSiteSelectorIsOpen(params) {
|
|
2824
|
+
return this.bi.log(Object.assign({ evid: 1377, src: 5 }, params), { endpoint: '' });
|
|
2825
|
+
}
|
|
2826
|
+
dashboardSiteSelectorIsLoadedWithoutScreenshots(params) {
|
|
2827
|
+
return this.bi.log(Object.assign({ evid: 1378, src: 5 }, params), { endpoint: '' });
|
|
2828
|
+
}
|
|
2829
|
+
dashboardSiteSelectorErrorLoading(params) {
|
|
2830
|
+
return this.bi.log(Object.assign({ evid: 1379, src: 5 }, params), { endpoint: '' });
|
|
2831
|
+
}
|
|
2832
|
+
dashboardSiteSelectorClickOnSite(params) {
|
|
2833
|
+
return this.bi.log(Object.assign({ evid: 1380, src: 5 }, params), { endpoint: '' });
|
|
2834
|
+
}
|
|
2835
|
+
dashboardClickInSiteSelector(params) {
|
|
2836
|
+
return this.bi.log(Object.assign({ evid: 1381, src: 5 }, params), { endpoint: '' });
|
|
2837
|
+
}
|
|
2838
|
+
formBuilderComplexAddressEditFieldClick(params) {
|
|
2839
|
+
return this.bi.log(Object.assign({ evid: 1382, src: 5 }, params), { endpoint: '' });
|
|
2840
|
+
}
|
|
2841
|
+
crmHomeInboxViewMessages(params) {
|
|
2842
|
+
return this.bi.log(Object.assign({ evid: 1383, src: 5 }, params), { endpoint: '' });
|
|
2843
|
+
}
|
|
2844
|
+
crmHomeTopCarouselClick(params) {
|
|
2845
|
+
return this.bi.log(Object.assign({ evid: 1384, src: 5 }, params), { endpoint: '' });
|
|
2846
|
+
}
|
|
2847
|
+
crmHomeTopCarouselMainCtaClick(params) {
|
|
2848
|
+
return this.bi.log(Object.assign({ evid: 1385, src: 5 }, params), { endpoint: '' });
|
|
2849
|
+
}
|
|
2850
|
+
crmHomeTopCarouselLoadStart(params) {
|
|
2851
|
+
return this.bi.log(Object.assign({ evid: 1386, src: 5 }, params), { endpoint: '' });
|
|
2852
|
+
}
|
|
2853
|
+
crmHomeTopCarouselLoadEnd(params) {
|
|
2854
|
+
return this.bi.log(Object.assign({ evid: 1387, src: 5 }, params), { endpoint: '' });
|
|
2855
|
+
}
|
|
2856
|
+
formBuilderReportOnSubmissionAsSpam(params) {
|
|
2857
|
+
return this.bi.log(Object.assign({ evid: 1389, src: 5 }, params), { endpoint: '' });
|
|
2858
|
+
}
|
|
2859
|
+
ascendSelectCancelReason(params) {
|
|
2860
|
+
return this.bi.log(Object.assign({ evid: 1390, src: 5 }, params), { endpoint: '' });
|
|
2861
|
+
}
|
|
2862
|
+
ascendCancelWindowApproveCancel(params) {
|
|
2863
|
+
return this.bi.log(Object.assign({ evid: 1391, src: 5 }, params), { endpoint: '' });
|
|
2864
|
+
}
|
|
2865
|
+
rolesAndPermissionsSetUpTeamClick(params) {
|
|
2866
|
+
return this.bi.log(Object.assign({ evid: 1400, src: 5 }, params), { endpoint: '' });
|
|
2867
|
+
}
|
|
2868
|
+
teamManagementTeammatesPageLoad(params) {
|
|
2869
|
+
return this.bi.log(Object.assign({ evid: 1401, src: 5 }, params), { endpoint: '' });
|
|
2870
|
+
}
|
|
2871
|
+
teamManagementFilterByStatus(params) {
|
|
2872
|
+
return this.bi.log(Object.assign({ evid: 1402, src: 5 }, params), { endpoint: '' });
|
|
2873
|
+
}
|
|
2874
|
+
teamManagementFilterByRole(params) {
|
|
2875
|
+
return this.bi.log(Object.assign({ evid: 1403, src: 5 }, params), { endpoint: '' });
|
|
2876
|
+
}
|
|
2877
|
+
teamManagementViewTeamClicked(params) {
|
|
2878
|
+
return this.bi.log(Object.assign({ evid: 1404, src: 5 }, params), { endpoint: '' });
|
|
2879
|
+
}
|
|
2880
|
+
teamManagementChangeRoleOpenDialog(params) {
|
|
2881
|
+
return this.bi.log(Object.assign({ evid: 1405, src: 5 }, params), { endpoint: '' });
|
|
2882
|
+
}
|
|
2883
|
+
teamManagementChangeRoleUpdate(params) {
|
|
2884
|
+
return this.bi.log(Object.assign({ evid: 1406, src: 5 }, params), { endpoint: '' });
|
|
2885
|
+
}
|
|
2886
|
+
teamManagementRemoveTeammateOpenDialog(params) {
|
|
2887
|
+
return this.bi.log(Object.assign({ evid: 1407, src: 5 }, params), { endpoint: '' });
|
|
2888
|
+
}
|
|
2889
|
+
teamManagementRemoveTeammateRemoveSuccess(params) {
|
|
2890
|
+
return this.bi.log(Object.assign({ evid: 1408, src: 5 }, params), { endpoint: '' });
|
|
2891
|
+
}
|
|
2892
|
+
teamManagementInvitePeopleClick(params) {
|
|
2893
|
+
return this.bi.log(Object.assign({ evid: 1409, src: 5 }, params), { endpoint: '' });
|
|
2894
|
+
}
|
|
2895
|
+
teamManagementInvitePeoplePageLoad(params) {
|
|
2896
|
+
return this.bi.log(Object.assign({ evid: 1410, src: 5 }, params), { endpoint: '' });
|
|
2897
|
+
}
|
|
2898
|
+
teamManagementInvitePeopleSendInvite(params) {
|
|
2899
|
+
return this.bi.log(Object.assign({ evid: 1411, src: 5 }, params), { endpoint: '' });
|
|
2900
|
+
}
|
|
2901
|
+
teamManagementInvitePeopleResendInvite(params) {
|
|
2902
|
+
return this.bi.log(Object.assign({ evid: 1412, src: 5 }, params), { endpoint: '' });
|
|
2903
|
+
}
|
|
2904
|
+
teamManagementInvitePeopleGetInviteLink(params) {
|
|
2905
|
+
return this.bi.log(Object.assign({ evid: 1413, src: 5 }, params), { endpoint: '' });
|
|
2906
|
+
}
|
|
2907
|
+
teamManagementManageRolesClick(params) {
|
|
2908
|
+
return this.bi.log(Object.assign({ evid: 1414, src: 5 }, params), { endpoint: '' });
|
|
2909
|
+
}
|
|
2910
|
+
teamManagementManageRolesPageLoad(params) {
|
|
2911
|
+
return this.bi.log(Object.assign({ evid: 1415, src: 5 }, params), { endpoint: '' });
|
|
2912
|
+
}
|
|
2913
|
+
teamManagementManageRolesViewRole(params) {
|
|
2914
|
+
return this.bi.log(Object.assign({ evid: 1416, src: 5 }, params), { endpoint: '' });
|
|
2915
|
+
}
|
|
2916
|
+
teamManagementManageRolesRolePageLoad(params) {
|
|
2917
|
+
return this.bi.log(Object.assign({ evid: 1417, src: 5 }, params), { endpoint: '' });
|
|
2918
|
+
}
|
|
2919
|
+
teamManagementManageRolesDuplicateAndEditRole(params) {
|
|
2920
|
+
return this.bi.log(Object.assign({ evid: 1418, src: 5 }, params), { endpoint: '' });
|
|
2921
|
+
}
|
|
2922
|
+
teamManagementManageRolesEditCustomRole(params) {
|
|
2923
|
+
return this.bi.log(Object.assign({ evid: 1419, src: 5 }, params), { endpoint: '' });
|
|
2924
|
+
}
|
|
2925
|
+
teamManagementManageRolesUpdateRole(params) {
|
|
2926
|
+
return this.bi.log(Object.assign({ evid: 1420, src: 5 }, params), { endpoint: '' });
|
|
2927
|
+
}
|
|
2928
|
+
teamManagementManageRolesCreateNewRoleClick(params) {
|
|
2929
|
+
return this.bi.log(Object.assign({ evid: 1421, src: 5 }, params), { endpoint: '' });
|
|
2930
|
+
}
|
|
2931
|
+
teamManagementManageRolesSaveNewRole(params) {
|
|
2932
|
+
return this.bi.log(Object.assign({ evid: 1422, src: 5 }, params), { endpoint: '' });
|
|
2933
|
+
}
|
|
2934
|
+
teamManagementManageRolesDeleteCustomRoleClick(params) {
|
|
2935
|
+
return this.bi.log(Object.assign({ evid: 1423, src: 5 }, params), { endpoint: '' });
|
|
2936
|
+
}
|
|
2937
|
+
teamManagementManageRolesDeleteCustomRoleSuccess(params) {
|
|
2938
|
+
return this.bi.log(Object.assign({ evid: 1424, src: 5 }, params), { endpoint: '' });
|
|
2939
|
+
}
|
|
2940
|
+
teamManagementManageRolesCannotDeleteRole(params) {
|
|
2941
|
+
return this.bi.log(Object.assign({ evid: 1425, src: 5 }, params), { endpoint: '' });
|
|
2942
|
+
}
|
|
2943
|
+
teamManagementLearnMoreClick(params) {
|
|
2944
|
+
return this.bi.log(Object.assign({ evid: 1426, src: 5 }, params), { endpoint: '' });
|
|
2945
|
+
}
|
|
2946
|
+
teamManagementEditTeamProfileClick(params) {
|
|
2947
|
+
return this.bi.log(Object.assign({ evid: 1427, src: 5 }, params), { endpoint: '' });
|
|
2948
|
+
}
|
|
2949
|
+
teamManagementSaveTeamProfile(params) {
|
|
2950
|
+
return this.bi.log(Object.assign({ evid: 1428, src: 5 }, params), { endpoint: '' });
|
|
2951
|
+
}
|
|
2952
|
+
teamManagementJoinTheTeamPageLoad(params) {
|
|
2953
|
+
return this.bi.log(Object.assign({ evid: 1429, src: 5 }, params), { endpoint: '' });
|
|
2954
|
+
}
|
|
2955
|
+
teamManagementJoinTheTeamClickContinue(params) {
|
|
2956
|
+
return this.bi.log(Object.assign({ evid: 1430, src: 5 }, params), { endpoint: '' });
|
|
2957
|
+
}
|
|
2958
|
+
teamManagementJoinTheTeamClickOnLearnMore(params) {
|
|
2959
|
+
return this.bi.log(Object.assign({ evid: 1431, src: 5 }, params), { endpoint: '' });
|
|
2960
|
+
}
|
|
2961
|
+
rolesAndPermissionsClickOnUpgradeButton(params) {
|
|
2962
|
+
return this.bi.log(Object.assign({ evid: 1432, src: 5 }, params), { endpoint: '' });
|
|
2963
|
+
}
|
|
2964
|
+
rolesAndPermissionsInvitePeopleError(params) {
|
|
2965
|
+
return this.bi.log(Object.assign({ evid: 1433, src: 5 }, params), { endpoint: '' });
|
|
2966
|
+
}
|
|
2967
|
+
rolesAndPermissionsUpgradePopUpLoad(params) {
|
|
2968
|
+
return this.bi.log(Object.assign({ evid: 1434, src: 5 }, params), { endpoint: '' });
|
|
2969
|
+
}
|
|
2970
|
+
rolesAndPermissionsAcceptInviteFromMobilePageLoad(params) {
|
|
2971
|
+
return this.bi.log(Object.assign({ evid: 1435, src: 5 }, params), { endpoint: '' });
|
|
2972
|
+
}
|
|
2973
|
+
rolesAndPermissionsAcceptInviteFromMobileClickContinueToSite(params) {
|
|
2974
|
+
return this.bi.log(Object.assign({ evid: 1436, src: 5 }, params), { endpoint: '' });
|
|
2975
|
+
}
|
|
2976
|
+
rolesAndPermissionsAcceptInviteFromMobileClickManageSiteOnTheWixApp(params) {
|
|
2977
|
+
return this.bi.log(Object.assign({ evid: 1437, src: 5 }, params), { endpoint: '' });
|
|
2978
|
+
}
|
|
2979
|
+
rolesAndPermissionsInvitePeopleAnswerOnInvitePurpose(params) {
|
|
2980
|
+
return this.bi.log(Object.assign({ evid: 1438, src: 5 }, params), { endpoint: '' });
|
|
2981
|
+
}
|
|
2982
|
+
rolesAndPermissionsInvitePeopleSkipOnInvitePurposeQuestion(params) {
|
|
2983
|
+
return this.bi.log(Object.assign({ evid: 1439, src: 5 }, params), { endpoint: '' });
|
|
2984
|
+
}
|
|
2985
|
+
rolesAndPermissionsSitesAndFoldersSelectSitesAndFoldersModalLoad(params) {
|
|
2986
|
+
return this.bi.log(Object.assign({ evid: 1440, src: 5 }, params), { endpoint: '' });
|
|
2987
|
+
}
|
|
2988
|
+
rolesAndPermissionsSitesAndFoldersClickOnSelectInSfModal(params) {
|
|
2989
|
+
return this.bi.log(Object.assign({ evid: 1441, src: 5 }, params), { endpoint: '' });
|
|
2990
|
+
}
|
|
2991
|
+
rolesAndPermissionsSitesAndFoldersClickOnSelectMore(params) {
|
|
2992
|
+
return this.bi.log(Object.assign({ evid: 1442, src: 5 }, params), { endpoint: '' });
|
|
2993
|
+
}
|
|
2994
|
+
rolesAndPermissionsSitesAndFoldersClickOnShowMoreSites(params) {
|
|
2995
|
+
return this.bi.log(Object.assign({ evid: 1443, src: 5 }, params), { endpoint: '' });
|
|
2996
|
+
}
|
|
2997
|
+
rolesAndPermissionsSitesAndFoldersRemoveSiteFolderClick(params) {
|
|
2998
|
+
return this.bi.log(Object.assign({ evid: 1444, src: 5 }, params), { endpoint: '' });
|
|
2999
|
+
}
|
|
3000
|
+
rolesAndPermissionsSitesAndFoldersClickOnAssignMoreRoles(params) {
|
|
3001
|
+
return this.bi.log(Object.assign({ evid: 1445, src: 5 }, params), { endpoint: '' });
|
|
3002
|
+
}
|
|
3003
|
+
rolesAndPermissionsSitesAndFoldersSiteRpWithTeamModalLoad(params) {
|
|
3004
|
+
return this.bi.log(Object.assign({ evid: 1446, src: 5 }, params), { endpoint: '' });
|
|
3005
|
+
}
|
|
3006
|
+
rolesAndPermissionsSitesAndFoldersChooseActionInSiteRpWithTeamModal(params) {
|
|
3007
|
+
return this.bi.log(Object.assign({ evid: 1447, src: 5 }, params), { endpoint: '' });
|
|
3008
|
+
}
|
|
3009
|
+
rolesAndPermissionsPeoplePermissionsComponentLoad(params) {
|
|
3010
|
+
return this.bi.log(Object.assign({ evid: 1448, src: 5 }, params), { endpoint: '' });
|
|
3011
|
+
}
|
|
3012
|
+
rolesAndPermissionsPeoplePermissionsComponentClickOnManage(params) {
|
|
3013
|
+
return this.bi.log(Object.assign({ evid: 1449, src: 5 }, params), { endpoint: '' });
|
|
3014
|
+
}
|
|
3015
|
+
rolesAndPermissionsTeamManagementSearchText(params) {
|
|
3016
|
+
return this.bi.log(Object.assign({ evid: 1450, src: 5 }, params), { endpoint: '' });
|
|
3017
|
+
}
|
|
3018
|
+
headerLoaded(params) {
|
|
3019
|
+
return this.bi.log(Object.assign({ evid: 1452, src: 5 }, params), { endpoint: '' });
|
|
3020
|
+
}
|
|
3021
|
+
formBuilderCaptchaBoxModalLoadedClient(params) {
|
|
3022
|
+
return this.bi.log(Object.assign({ evid: 1453, src: 5 }, params), { endpoint: '' });
|
|
3023
|
+
}
|
|
3024
|
+
formBuilderCaptchaBoxModalClosedClient(params) {
|
|
3025
|
+
return this.bi.log(Object.assign({ evid: 1454, src: 5 }, params), { endpoint: '' });
|
|
3026
|
+
}
|
|
3027
|
+
customerNotificationsSettingsPreviewEditLoadingTime(params) {
|
|
3028
|
+
return this.bi.log(Object.assign({ evid: 1455, src: 5 }, params), { endpoint: '' });
|
|
3029
|
+
}
|
|
3030
|
+
settingsLobbyHoverOverAnItem(params) {
|
|
3031
|
+
return this.bi.log(Object.assign({ evid: 1457, src: 5 }, params), { endpoint: '' });
|
|
3032
|
+
}
|
|
3033
|
+
bizmgrComponentRequestToLoad(params) {
|
|
3034
|
+
return this.bi.log(Object.assign({ evid: 1458, src: 5 }, params), { endpoint: '' });
|
|
3035
|
+
}
|
|
3036
|
+
bizmgrComponentLoadingStart(params) {
|
|
3037
|
+
return this.bi.log(Object.assign({ evid: 1459, src: 5 }, params), { endpoint: '' });
|
|
3038
|
+
}
|
|
3039
|
+
bizmgrComponentLoadingFinish(params) {
|
|
3040
|
+
return this.bi.log(Object.assign({ evid: 1460, src: 5 }, params), { endpoint: '' });
|
|
3041
|
+
}
|
|
3042
|
+
bizmgrComponentLoadingWithAnError(params) {
|
|
3043
|
+
return this.bi.log(Object.assign({ evid: 1461, src: 5 }, params), { endpoint: '' });
|
|
3044
|
+
}
|
|
3045
|
+
bizmgrComponentComponentWasShown(params) {
|
|
3046
|
+
return this.bi.log(Object.assign({ evid: 1462, src: 5 }, params), { endpoint: '' });
|
|
3047
|
+
}
|
|
3048
|
+
dashboardFinishLoadingBasicDashboardWidgets(params) {
|
|
3049
|
+
return this.bi.log(Object.assign({ evid: 1463, src: 5 }, params), { endpoint: '' });
|
|
3050
|
+
}
|
|
3051
|
+
invoicesSetBusinessInfoModalClickOnAddContinue(params) {
|
|
3052
|
+
return this.bi.log(Object.assign({ evid: 1464, src: 5 }, params), { endpoint: '' });
|
|
3053
|
+
}
|
|
3054
|
+
invoicesSetBusinessInfoModalClickOnCancel(params) {
|
|
3055
|
+
return this.bi.log(Object.assign({ evid: 1465, src: 5 }, params), { endpoint: '' });
|
|
3056
|
+
}
|
|
3057
|
+
headerFullyLoaded(params) {
|
|
3058
|
+
return this.bi.log(Object.assign({ evid: 1467, src: 5 }, params), { endpoint: '' });
|
|
3059
|
+
}
|
|
3060
|
+
rolesAndPermissionsInvitePeopleAddRemoveAnotherRoleOnDiffSiteClick(params) {
|
|
3061
|
+
return this.bi.log(Object.assign({ evid: 1472, src: 5 }, params), { endpoint: '' });
|
|
3062
|
+
}
|
|
3063
|
+
formBuilderBizManagerChooseAForm(params) {
|
|
3064
|
+
return this.bi.log(Object.assign({ evid: 1493, src: 5 }, params), { endpoint: '' });
|
|
3065
|
+
}
|
|
3066
|
+
formBuilderBackofficeFormChooseATemplate(params) {
|
|
3067
|
+
return this.bi.log(Object.assign({ evid: 1494, src: 5 }, params), { endpoint: '' });
|
|
3068
|
+
}
|
|
3069
|
+
formBuilderBackofficeFormChooseElement(params) {
|
|
3070
|
+
return this.bi.log(Object.assign({ evid: 1496, src: 5 }, params), { endpoint: '' });
|
|
3071
|
+
}
|
|
3072
|
+
formBuilderBackofficeFormDeleteElement(params) {
|
|
3073
|
+
return this.bi.log(Object.assign({ evid: 1497, src: 5 }, params), { endpoint: '' });
|
|
3074
|
+
}
|
|
3075
|
+
formBuilderBackofficeFormCloneElement(params) {
|
|
3076
|
+
return this.bi.log(Object.assign({ evid: 1498, src: 5 }, params), { endpoint: '' });
|
|
3077
|
+
}
|
|
3078
|
+
formBuilderBackofficeFormSaveForm(params) {
|
|
3079
|
+
return this.bi.log(Object.assign({ evid: 1501, src: 5 }, params), { endpoint: '' });
|
|
3080
|
+
}
|
|
3081
|
+
formBuilderBackofficeFormShareForm(params) {
|
|
3082
|
+
return this.bi.log(Object.assign({ evid: 1504, src: 5 }, params), { endpoint: '' });
|
|
3083
|
+
}
|
|
3084
|
+
formBuilderBackofficeFormPreviewForm(params) {
|
|
3085
|
+
return this.bi.log(Object.assign({ evid: 1505, src: 5 }, params), { endpoint: '' });
|
|
3086
|
+
}
|
|
3087
|
+
formBuilderBackofficeFormFormSettings(params) {
|
|
3088
|
+
return this.bi.log(Object.assign({ evid: 1506, src: 5 }, params), { endpoint: '' });
|
|
3089
|
+
}
|
|
3090
|
+
formBuilderBackofficeFormEditTitleDescription(params) {
|
|
3091
|
+
return this.bi.log(Object.assign({ evid: 1507, src: 5 }, params), { endpoint: '' });
|
|
3092
|
+
}
|
|
3093
|
+
crmHomeSuggestionsCarouselClickCta(params) {
|
|
3094
|
+
return this.bi.log(Object.assign({ evid: 1511, src: 5 }, params), { endpoint: '' });
|
|
3095
|
+
}
|
|
3096
|
+
crmHomeSuggestionsCarouselCloseBanner(params) {
|
|
3097
|
+
return this.bi.log(Object.assign({ evid: 1512, src: 5 }, params), { endpoint: '' });
|
|
3098
|
+
}
|
|
3099
|
+
crmHomeSuggestionsCarouselClickOnCarousel(params) {
|
|
3100
|
+
return this.bi.log(Object.assign({ evid: 1513, src: 5 }, params), { endpoint: '' });
|
|
3101
|
+
}
|
|
3102
|
+
formBuilderBackofficeFormSubmissionClick(params) {
|
|
3103
|
+
return this.bi.log(Object.assign({ evid: 1531, src: 5 }, params), { endpoint: '' });
|
|
3104
|
+
}
|
|
3105
|
+
formBuilderBackofficeFormSubmissionSuccess(params) {
|
|
3106
|
+
return this.bi.log(Object.assign({ evid: 1532, src: 5 }, params), { endpoint: '' });
|
|
3107
|
+
}
|
|
3108
|
+
formBuilderBackofficeFormSubmissionFailed(params) {
|
|
3109
|
+
return this.bi.log(Object.assign({ evid: 1533, src: 5 }, params), { endpoint: '' });
|
|
3110
|
+
}
|
|
3111
|
+
formBuilderBackofficeFormReorderElements(params) {
|
|
3112
|
+
return this.bi.log(Object.assign({ evid: 1534, src: 5 }, params), { endpoint: '' });
|
|
3113
|
+
}
|
|
3114
|
+
formBuilderBackofficeFormViewSubmissionTableFromSettings(params) {
|
|
3115
|
+
return this.bi.log(Object.assign({ evid: 1535, src: 5 }, params), { endpoint: '' });
|
|
3116
|
+
}
|
|
3117
|
+
formBuilderBackofficeFormAddEmailInSettings(params) {
|
|
3118
|
+
return this.bi.log(Object.assign({ evid: 1536, src: 5 }, params), { endpoint: '' });
|
|
3119
|
+
}
|
|
3120
|
+
formBuilderBackofficeFormSettingsToggleEmailType(params) {
|
|
3121
|
+
return this.bi.log(Object.assign({ evid: 1539, src: 5 }, params), { endpoint: '' });
|
|
3122
|
+
}
|
|
3123
|
+
quotesCreateInvoiceEnterItemDescription(params) {
|
|
3124
|
+
return this.bi.log(Object.assign({ evid: 1540, src: 5 }, params), { endpoint: '' });
|
|
3125
|
+
}
|
|
3126
|
+
quotesCreateInvoiceClickOnSeeMoreItems(params) {
|
|
3127
|
+
return this.bi.log(Object.assign({ evid: 1541, src: 5 }, params), { endpoint: '' });
|
|
3128
|
+
}
|
|
3129
|
+
quotesCreateInvoiceRearrangeItems(params) {
|
|
3130
|
+
return this.bi.log(Object.assign({ evid: 1542, src: 5 }, params), { endpoint: '' });
|
|
3131
|
+
}
|
|
3132
|
+
quotesCreateInvoiceClickOnAddTax(params) {
|
|
3133
|
+
return this.bi.log(Object.assign({ evid: 1543, src: 5 }, params), { endpoint: '' });
|
|
3134
|
+
}
|
|
3135
|
+
quotesCreateInvoiceTaxSelected(params) {
|
|
3136
|
+
return this.bi.log(Object.assign({ evid: 1544, src: 5 }, params), { endpoint: '' });
|
|
3137
|
+
}
|
|
3138
|
+
quotesCreateInvoiceClickOnInvoiceSettings(params) {
|
|
3139
|
+
return this.bi.log(Object.assign({ evid: 1545, src: 5 }, params), { endpoint: '' });
|
|
3140
|
+
}
|
|
3141
|
+
quotesCreateInvoiceAddRemoveDiscount(params) {
|
|
3142
|
+
return this.bi.log(Object.assign({ evid: 1546, src: 5 }, params), { endpoint: '' });
|
|
3143
|
+
}
|
|
3144
|
+
quotesCreateInvoiceLeavingCreateInvoicePagePopUpAppears(params) {
|
|
3145
|
+
return this.bi.log(Object.assign({ evid: 1547, src: 5 }, params), { endpoint: '' });
|
|
3146
|
+
}
|
|
3147
|
+
quotesCreateInvoiceLeavingCreateInvoicePagePopUpResolution(params) {
|
|
3148
|
+
return this.bi.log(Object.assign({ evid: 1548, src: 5 }, params), { endpoint: '' });
|
|
3149
|
+
}
|
|
3150
|
+
quotesPreviewInvoiceClickInPreviewPageMenu(params) {
|
|
3151
|
+
return this.bi.log(Object.assign({ evid: 1549, src: 5 }, params), { endpoint: '' });
|
|
3152
|
+
}
|
|
3153
|
+
quotesCreateInvoiceUserClickOnSendInvoice(params) {
|
|
3154
|
+
return this.bi.log(Object.assign({ evid: 1550, src: 5 }, params), { endpoint: '' });
|
|
3155
|
+
}
|
|
3156
|
+
quotesCreateInvoiceSendInvoiceModalResolution(params) {
|
|
3157
|
+
return this.bi.log(Object.assign({ evid: 1551, src: 5 }, params), { endpoint: '' });
|
|
3158
|
+
}
|
|
3159
|
+
quotesCreateInvoiceSendInvoiceModalFieldChange(params) {
|
|
3160
|
+
return this.bi.log(Object.assign({ evid: 1552, src: 5 }, params), { endpoint: '' });
|
|
3161
|
+
}
|
|
3162
|
+
quotesCreateInvoiceAdditionalInfoFieldChange(params) {
|
|
3163
|
+
return this.bi.log(Object.assign({ evid: 1553, src: 5 }, params), { endpoint: '' });
|
|
3164
|
+
}
|
|
3165
|
+
quotesCreateInvoiceChangingEmailOfAContactForPaidInvoice(params) {
|
|
3166
|
+
return this.bi.log(Object.assign({ evid: 1554, src: 5 }, params), { endpoint: '' });
|
|
3167
|
+
}
|
|
3168
|
+
quotesCreateInvoiceAdditionalInfoHoverOnTooltipShown(params) {
|
|
3169
|
+
return this.bi.log(Object.assign({ evid: 1555, src: 5 }, params), { endpoint: '' });
|
|
3170
|
+
}
|
|
3171
|
+
notificationClickOnAccountNotification(params) {
|
|
3172
|
+
return this.bi.log(Object.assign({ evid: 1556, src: 5 }, params), { endpoint: '' });
|
|
3173
|
+
}
|
|
3174
|
+
formBuilderBackofficeFormSettingsContactSync(params) {
|
|
3175
|
+
return this.bi.log(Object.assign({ evid: 1557, src: 5 }, params), { endpoint: '' });
|
|
3176
|
+
}
|
|
3177
|
+
formBuilderBackofficeFormRemoveDescription(params) {
|
|
3178
|
+
return this.bi.log(Object.assign({ evid: 1560, src: 5 }, params), { endpoint: '' });
|
|
3179
|
+
}
|
|
3180
|
+
invoicesNewRecurrentInvoiceClick(params) {
|
|
3181
|
+
return this.bi.log(Object.assign({ evid: 1564, src: 5 }, params), { endpoint: '' });
|
|
3182
|
+
}
|
|
3183
|
+
invoicesChooseADueDateRecurringInvoices(params) {
|
|
3184
|
+
return this.bi.log(Object.assign({ evid: 1565, src: 5 }, params), { endpoint: '' });
|
|
3185
|
+
}
|
|
3186
|
+
invoicesRecurringSelectABillingCycle(params) {
|
|
3187
|
+
return this.bi.log(Object.assign({ evid: 1566, src: 5 }, params), { endpoint: '' });
|
|
3188
|
+
}
|
|
3189
|
+
invoicesRecurringSelectNumberOfOccurrences(params) {
|
|
3190
|
+
return this.bi.log(Object.assign({ evid: 1567, src: 5 }, params), { endpoint: '' });
|
|
3191
|
+
}
|
|
3192
|
+
invoicesRecurringSelectCustomNumberOfOccurrences(params) {
|
|
3193
|
+
return this.bi.log(Object.assign({ evid: 1568, src: 5 }, params), { endpoint: '' });
|
|
3194
|
+
}
|
|
3195
|
+
invoicesRecurringIsAutoCharge(params) {
|
|
3196
|
+
return this.bi.log(Object.assign({ evid: 1569, src: 5 }, params), { endpoint: '' });
|
|
3197
|
+
}
|
|
3198
|
+
invoicesRecurringClickOnGetStarted(params) {
|
|
3199
|
+
return this.bi.log(Object.assign({ evid: 1570, src: 5 }, params), { endpoint: '' });
|
|
3200
|
+
}
|
|
3201
|
+
invoicesRecurringClickOnHowDoRecurringInvoicesWork(params) {
|
|
3202
|
+
return this.bi.log(Object.assign({ evid: 1571, src: 5 }, params), { endpoint: '' });
|
|
3203
|
+
}
|
|
3204
|
+
invoicesRecurringSetPaymentTermsPageClickOnNext(params) {
|
|
3205
|
+
return this.bi.log(Object.assign({ evid: 1572, src: 5 }, params), { endpoint: '' });
|
|
3206
|
+
}
|
|
3207
|
+
invoicesRecurringSetPaymentTermsPageClickOnCancel(params) {
|
|
3208
|
+
return this.bi.log(Object.assign({ evid: 1573, src: 5 }, params), { endpoint: '' });
|
|
3209
|
+
}
|
|
3210
|
+
invoicesRecurringClickOnBackToastInNewRecurringInvoicesCreationPage(params) {
|
|
3211
|
+
return this.bi.log(Object.assign({ evid: 1574, src: 5 }, params), { endpoint: '' });
|
|
3212
|
+
}
|
|
3213
|
+
invoicesRecurringClickOnConnectNowForAutoCharging(params) {
|
|
3214
|
+
return this.bi.log(Object.assign({ evid: 1575, src: 5 }, params), { endpoint: '' });
|
|
3215
|
+
}
|
|
3216
|
+
invoicesRecurringClickOnLearnMoreAboutAutomaticCharging(params) {
|
|
3217
|
+
return this.bi.log(Object.assign({ evid: 1576, src: 5 }, params), { endpoint: '' });
|
|
3218
|
+
}
|
|
3219
|
+
invoicesRecurringFilterInvoices(params) {
|
|
3220
|
+
return this.bi.log(Object.assign({ evid: 1577, src: 5 }, params), { endpoint: '' });
|
|
3221
|
+
}
|
|
3222
|
+
invoicesRecurringTableActions(params) {
|
|
3223
|
+
return this.bi.log(Object.assign({ evid: 1578, src: 5 }, params), { endpoint: '' });
|
|
3224
|
+
}
|
|
3225
|
+
invoicesRecurringSearchInvoices(params) {
|
|
3226
|
+
return this.bi.log(Object.assign({ evid: 1579, src: 5 }, params), { endpoint: '' });
|
|
3227
|
+
}
|
|
3228
|
+
invoicesRecurringCancelSubscription(params) {
|
|
3229
|
+
return this.bi.log(Object.assign({ evid: 1580, src: 5 }, params), { endpoint: '' });
|
|
3230
|
+
}
|
|
3231
|
+
invoicesRecurringClickOnNewRecurringInvoiceSrc5Evid1581(params) {
|
|
3232
|
+
return this.bi.log(Object.assign({ evid: 1581, src: 5 }, params), { endpoint: '' });
|
|
3233
|
+
}
|
|
3234
|
+
invoicesRecurringHoverOnNextWhenNotConnectedToPaymentMethod(params) {
|
|
3235
|
+
return this.bi.log(Object.assign({ evid: 1582, src: 5 }, params), { endpoint: '' });
|
|
3236
|
+
}
|
|
3237
|
+
invoicesRecurringBackToRecurringInvoiceFromConnectPayment(params) {
|
|
3238
|
+
return this.bi.log(Object.assign({ evid: 1583, src: 5 }, params), { endpoint: '' });
|
|
3239
|
+
}
|
|
3240
|
+
cookieBannerThemeClicked(params) {
|
|
3241
|
+
return this.bi.log(Object.assign({ evid: 1584, src: 5 }, params), { endpoint: '' });
|
|
3242
|
+
}
|
|
3243
|
+
formBuilderFormSettingsNotificationsClickOnButton(params) {
|
|
3244
|
+
return this.bi.log(Object.assign({ evid: 1586, src: 5 }, params), { endpoint: '' });
|
|
3245
|
+
}
|
|
3246
|
+
invoicesRecurringClickOnNewRecurringInvoice(params) {
|
|
3247
|
+
return this.bi.log(Object.assign({ evid: 1587, src: 5 }, params), { endpoint: '' });
|
|
3248
|
+
}
|
|
3249
|
+
formBuilderFormSettingsNotificationsToggle(params) {
|
|
3250
|
+
return this.bi.log(Object.assign({ evid: 1588, src: 5 }, params), { endpoint: '' });
|
|
3251
|
+
}
|
|
3252
|
+
inAppTipsGenericExposureEvent(params) {
|
|
3253
|
+
return this.bi.log(Object.assign({ evid: 1590, src: 5 }, params), { endpoint: '' });
|
|
3254
|
+
}
|
|
3255
|
+
invoicesOwnerappClickOnCreateNewInvoice(params) {
|
|
3256
|
+
return this.bi.log(Object.assign({ evid: 1592, src: 5 }, params), { endpoint: '' });
|
|
3257
|
+
}
|
|
3258
|
+
invoicesOwnerappClickOnInvoice(params) {
|
|
3259
|
+
return this.bi.log(Object.assign({ evid: 1593, src: 5 }, params), { endpoint: '' });
|
|
3260
|
+
}
|
|
3261
|
+
invoicesOwnerappClickOnViewAllInvoice(params) {
|
|
3262
|
+
return this.bi.log(Object.assign({ evid: 1594, src: 5 }, params), { endpoint: '' });
|
|
3263
|
+
}
|
|
3264
|
+
invoicesOwnerappClickOnTabs(params) {
|
|
3265
|
+
return this.bi.log(Object.assign({ evid: 1595, src: 5 }, params), { endpoint: '' });
|
|
3266
|
+
}
|
|
3267
|
+
dashboardSiteSelectorStartLoading(params) {
|
|
3268
|
+
return this.bi.log(Object.assign({ evid: 1596, src: 5 }, params), { endpoint: '' });
|
|
3269
|
+
}
|
|
3270
|
+
dashboardSiteSelectorSearch(params) {
|
|
3271
|
+
return this.bi.log(Object.assign({ evid: 1597, src: 5 }, params), { endpoint: '' });
|
|
3272
|
+
}
|
|
3273
|
+
dashboardSiteSelectorSearchResults(params) {
|
|
3274
|
+
return this.bi.log(Object.assign({ evid: 1598, src: 5 }, params), { endpoint: '' });
|
|
3275
|
+
}
|
|
3276
|
+
dashboardSiteSelectorUserNotification(params) {
|
|
3277
|
+
return this.bi.log(Object.assign({ evid: 1599, src: 5 }, params), { endpoint: '' });
|
|
3278
|
+
}
|
|
3279
|
+
headerStartLoading(params) {
|
|
3280
|
+
return this.bi.log(Object.assign({ evid: 1601, src: 5 }, params), { endpoint: '' });
|
|
3281
|
+
}
|
|
3282
|
+
invoicesRecurringMessagePresentedWhenUserReachesMaxNumberOfRecurringInvoices(params) {
|
|
3283
|
+
return this.bi.log(Object.assign({ evid: 1602, src: 5 }, params), { endpoint: '' });
|
|
3284
|
+
}
|
|
3285
|
+
formBuilderWixDataCheck(params) {
|
|
3286
|
+
return this.bi.log(Object.assign({ evid: 1607, src: 5 }, params), { endpoint: '' });
|
|
3287
|
+
}
|
|
3288
|
+
dashboardSiteSelectorMoreSitesLoadedSuccessfully(params) {
|
|
3289
|
+
return this.bi.log(Object.assign({ evid: 1608, src: 5 }, params), { endpoint: '' });
|
|
3290
|
+
}
|
|
3291
|
+
formBuilderBackofficeFormPostSaveForm(params) {
|
|
3292
|
+
return this.bi.log(Object.assign({ evid: 1611, src: 5 }, params), { endpoint: '' });
|
|
3293
|
+
}
|
|
3294
|
+
formBuilderBackOfficeFormClickEditForm(params) {
|
|
3295
|
+
return this.bi.log(Object.assign({ evid: 1618, src: 5 }, params), { endpoint: '' });
|
|
3296
|
+
}
|
|
3297
|
+
formBuilderBackofficeFormShareOpenForm(params) {
|
|
3298
|
+
return this.bi.log(Object.assign({ evid: 1621, src: 5 }, params), { endpoint: '' });
|
|
3299
|
+
}
|
|
3300
|
+
formBuilderBackofficeFormShareCopyLink(params) {
|
|
3301
|
+
return this.bi.log(Object.assign({ evid: 1622, src: 5 }, params), { endpoint: '' });
|
|
3302
|
+
}
|
|
3303
|
+
rolesAndPermissionsInvitePeopleClickOnGetYourMailbox(params) {
|
|
3304
|
+
return this.bi.log(Object.assign({ evid: 1625, src: 5 }, params), { endpoint: '' });
|
|
3305
|
+
}
|
|
3306
|
+
rolesAndPermissionsMarkAsAClient(params) {
|
|
3307
|
+
return this.bi.log(Object.assign({ evid: 1626, src: 5 }, params), { endpoint: '' });
|
|
3308
|
+
}
|
|
3309
|
+
dashboardDuplicateSiteActionWindowNavigationClick(params) {
|
|
3310
|
+
return this.bi.log(Object.assign({ evid: 1627, src: 5 }, params), { endpoint: '' });
|
|
3311
|
+
}
|
|
3312
|
+
formBuilderBackofficeFormCloseNote(params) {
|
|
3313
|
+
return this.bi.log(Object.assign({ evid: 1628, src: 5 }, params), { endpoint: '' });
|
|
3314
|
+
}
|
|
3315
|
+
formBuilderBackofficeFormClickOnLink(params) {
|
|
3316
|
+
return this.bi.log(Object.assign({ evid: 1631, src: 5 }, params), { endpoint: '' });
|
|
3317
|
+
}
|
|
3318
|
+
invoicesRecurringSelectPremiumPlanIncludedOnlyServices(params) {
|
|
3319
|
+
return this.bi.log(Object.assign({ evid: 1632, src: 5 }, params), { endpoint: '' });
|
|
3320
|
+
}
|
|
3321
|
+
invoicesRecurringAddPremiumPlanClick(params) {
|
|
3322
|
+
return this.bi.log(Object.assign({ evid: 1633, src: 5 }, params), { endpoint: '' });
|
|
3323
|
+
}
|
|
3324
|
+
invoicesRecurringPremiumPlanSelected(params) {
|
|
3325
|
+
return this.bi.log(Object.assign({ evid: 1634, src: 5 }, params), { endpoint: '' });
|
|
3326
|
+
}
|
|
3327
|
+
invoicesRecurringErrorMessageForInvoiceAmountLowerThenPremium(params) {
|
|
3328
|
+
return this.bi.log(Object.assign({ evid: 1635, src: 5 }, params), { endpoint: '' });
|
|
3329
|
+
}
|
|
3330
|
+
invoicesRecurringTableActionsCancelModalClick(params) {
|
|
3331
|
+
return this.bi.log(Object.assign({ evid: 1636, src: 5 }, params), { endpoint: '' });
|
|
3332
|
+
}
|
|
3333
|
+
cookieBannerCustomColorInaccessible(params) {
|
|
3334
|
+
return this.bi.log(Object.assign({ evid: 1644, src: 5 }, params), { endpoint: '' });
|
|
3335
|
+
}
|
|
3336
|
+
bizManagerSidebarItemSelectedHighlighted(params) {
|
|
3337
|
+
return this.bi.log(Object.assign({ evid: 1649, src: 5 }, params), { endpoint: '' });
|
|
3338
|
+
}
|
|
3339
|
+
cookieBannerUouRestoreDefaultText(params) {
|
|
3340
|
+
return this.bi.log(Object.assign({ evid: 1650, src: 5 }, params), { endpoint: '' });
|
|
3341
|
+
}
|
|
3342
|
+
invoicesRecurringClientSelected(params) {
|
|
3343
|
+
return this.bi.log(Object.assign({ evid: 1651, src: 5 }, params), { endpoint: '' });
|
|
3344
|
+
}
|
|
3345
|
+
invoicesRecurringSiteOfClientSelected(params) {
|
|
3346
|
+
return this.bi.log(Object.assign({ evid: 1652, src: 5 }, params), { endpoint: '' });
|
|
3347
|
+
}
|
|
3348
|
+
formBuilderBizMgrFromTheAdditionalActionMenuClickAction(params) {
|
|
3349
|
+
return this.bi.log(Object.assign({ evid: 1654, src: 5 }, params), { endpoint: '' });
|
|
3350
|
+
}
|
|
3351
|
+
formBuilderBizMgrFormDeletion(params) {
|
|
3352
|
+
return this.bi.log(Object.assign({ evid: 1656, src: 5 }, params), { endpoint: '' });
|
|
3353
|
+
}
|
|
3354
|
+
chatSettingsPcfOfflineOnlineFormChevron(params) {
|
|
3355
|
+
return this.bi.log(Object.assign({ evid: 1658, src: 5 }, params), { endpoint: '' });
|
|
3356
|
+
}
|
|
3357
|
+
siteActionsDropDownListShown(params) {
|
|
3358
|
+
return this.bi.log(Object.assign({ evid: 1662, src: 5 }, params), { endpoint: '' });
|
|
3359
|
+
}
|
|
3360
|
+
teamManagementSwitchToStudioPageLoad(params) {
|
|
3361
|
+
return this.bi.log(Object.assign({ evid: 1664, src: 5 }, params), { endpoint: '' });
|
|
3362
|
+
}
|
|
3363
|
+
formBuilderBackofficeFormUserChangeLtrRtl(params) {
|
|
3364
|
+
return this.bi.log(Object.assign({ evid: 1665, src: 5 }, params), { endpoint: '' });
|
|
3365
|
+
}
|
|
3366
|
+
formBuilderBackofficeFormAutoAddressRadioButton(params) {
|
|
3367
|
+
return this.bi.log(Object.assign({ evid: 1666, src: 5 }, params), { endpoint: '' });
|
|
3368
|
+
}
|
|
3369
|
+
cookieBannerCustomFontAndSizeClicked(params) {
|
|
3370
|
+
return this.bi.log(Object.assign({ evid: 1669, src: 5 }, params), { endpoint: '' });
|
|
3371
|
+
}
|
|
3372
|
+
bizManagerSetupWidgetSectionCompleted(params) {
|
|
3373
|
+
return this.bi.log(Object.assign({ evid: 1671, src: 5 }, params), { endpoint: '' });
|
|
3374
|
+
}
|
|
3375
|
+
ssoSettingsChangeActivationStatus(params) {
|
|
3376
|
+
return this.bi.log(Object.assign({ evid: 1684, src: 5 }, params), { endpoint: '' });
|
|
3377
|
+
}
|
|
3378
|
+
ssoSettingsIsMandatoryToggleStatus(params) {
|
|
3379
|
+
return this.bi.log(Object.assign({ evid: 1685, src: 5 }, params), { endpoint: '' });
|
|
3380
|
+
}
|
|
3381
|
+
mySitesUnableToMoveSiteToTrashMessageShown(params) {
|
|
3382
|
+
return this.bi.log(Object.assign({ evid: 1686, src: 5 }, params), { endpoint: '' });
|
|
3383
|
+
}
|
|
3384
|
+
financialSettingsGoToInvoicesPriceQuotes(params) {
|
|
3385
|
+
return this.bi.log(Object.assign({ evid: 1688, src: 5 }, params), { endpoint: '' });
|
|
3386
|
+
}
|
|
3387
|
+
invoicesFirstTimeExpirienceGetStarted(params) {
|
|
3388
|
+
return this.bi.log(Object.assign({ evid: 1689, src: 5 }, params), { endpoint: '' });
|
|
3389
|
+
}
|
|
3390
|
+
invoicesFirstTimeExpirienceLearnMore(params) {
|
|
3391
|
+
return this.bi.log(Object.assign({ evid: 1690, src: 5 }, params), { endpoint: '' });
|
|
3392
|
+
}
|
|
3393
|
+
invoicesDepositRequestDeposit(params) {
|
|
3394
|
+
return this.bi.log(Object.assign({ evid: 1692, src: 5 }, params), { endpoint: '' });
|
|
3395
|
+
}
|
|
3396
|
+
invoicesDepositChooseFlatOrPercentageDeposit(params) {
|
|
3397
|
+
return this.bi.log(Object.assign({ evid: 1693, src: 5 }, params), { endpoint: '' });
|
|
3398
|
+
}
|
|
3399
|
+
invoicesDepositLearnMore(params) {
|
|
3400
|
+
return this.bi.log(Object.assign({ evid: 1694, src: 5 }, params), { endpoint: '' });
|
|
3401
|
+
}
|
|
3402
|
+
invoicesConnectPaymentLearnMore(params) {
|
|
3403
|
+
return this.bi.log(Object.assign({ evid: 1695, src: 5 }, params), { endpoint: '' });
|
|
3404
|
+
}
|
|
3405
|
+
invoicesDepositDropDeposit(params) {
|
|
3406
|
+
return this.bi.log(Object.assign({ evid: 1697, src: 5 }, params), { endpoint: '' });
|
|
3407
|
+
}
|
|
3408
|
+
pingPingWidgetLoadedInEditNotificationDialog(params) {
|
|
3409
|
+
return this.bi.log(Object.assign({ evid: 1698, src: 5 }, params), { endpoint: '' });
|
|
3410
|
+
}
|
|
3411
|
+
pingSaveInEditNotificationDialog(params) {
|
|
3412
|
+
return this.bi.log(Object.assign({ evid: 1699, src: 5 }, params), { endpoint: '' });
|
|
3413
|
+
}
|
|
3414
|
+
apesUpdateTooltip(params) {
|
|
3415
|
+
return this.bi.log(Object.assign({ evid: 1701, src: 5 }, params), { endpoint: '' });
|
|
3416
|
+
}
|
|
3417
|
+
apesVersioningPreviewNewEmail(params) {
|
|
3418
|
+
return this.bi.log(Object.assign({ evid: 1702, src: 5 }, params), { endpoint: '' });
|
|
3419
|
+
}
|
|
3420
|
+
apesVersioningUpdateNewVersion(params) {
|
|
3421
|
+
return this.bi.log(Object.assign({ evid: 1703, src: 5 }, params), { endpoint: '' });
|
|
3422
|
+
}
|
|
3423
|
+
apesVersioningUpdateNewVersionError(params) {
|
|
3424
|
+
return this.bi.log(Object.assign({ evid: 1704, src: 5 }, params), { endpoint: '' });
|
|
3425
|
+
}
|
|
3426
|
+
apesVersioningSaveAnUpdateError(params) {
|
|
3427
|
+
return this.bi.log(Object.assign({ evid: 1705, src: 5 }, params), { endpoint: '' });
|
|
3428
|
+
}
|
|
3429
|
+
dashboardAfterSiteSelectorStartedLoadingAndBeforeFinished(params) {
|
|
3430
|
+
return this.bi.log(Object.assign({ evid: 1706, src: 5 }, params), { endpoint: '' });
|
|
3431
|
+
}
|
|
3432
|
+
formBuilderEmailSettingsInSchemaButExperimentClosed(params) {
|
|
3433
|
+
return this.bi.log(Object.assign({ evid: 1708, src: 5 }, params), { endpoint: '' });
|
|
3434
|
+
}
|
|
3435
|
+
siteSelectorSiteChosen(params) {
|
|
3436
|
+
return this.bi.log(Object.assign({ evid: 1709, src: 5 }, params), { endpoint: '' });
|
|
3437
|
+
}
|
|
3438
|
+
mySitesClickOnUrl(params) {
|
|
3439
|
+
return this.bi.log(Object.assign({ evid: 1713, src: 5 }, params), { endpoint: '' });
|
|
3440
|
+
}
|
|
3441
|
+
dashboardSiteCategoryShown(params) {
|
|
3442
|
+
return this.bi.log(Object.assign({ evid: 1714, src: 5 }, params), { endpoint: '' });
|
|
3443
|
+
}
|
|
3444
|
+
dashboardSiteSelectorClickForDebuggingPurposes(params) {
|
|
3445
|
+
return this.bi.log(Object.assign({ evid: 1715, src: 5 }, params), { endpoint: '' });
|
|
3446
|
+
}
|
|
3447
|
+
dashboardSiteSelectorLoadedSuccessfullyForDebuggingPurposes(params) {
|
|
3448
|
+
return this.bi.log(Object.assign({ evid: 1716, src: 5 }, params), { endpoint: '' });
|
|
3449
|
+
}
|
|
3450
|
+
dashboardLabelingPointInSiteSelectorForDebuggingPurposes(params) {
|
|
3451
|
+
return this.bi.log(Object.assign({ evid: 1719, src: 5 }, params), { endpoint: '' });
|
|
3452
|
+
}
|
|
3453
|
+
formBuilderPdfAttachmentsClickOnCheckbox(params) {
|
|
3454
|
+
return this.bi.log(Object.assign({ evid: 1721, src: 5 }, params), { endpoint: '' });
|
|
3455
|
+
}
|
|
3456
|
+
bmACallForTokenRefreshIsFailing(params) {
|
|
3457
|
+
return this.bi.log(Object.assign({ evid: 1722, src: 5 }, params), { endpoint: '' });
|
|
3458
|
+
}
|
|
3459
|
+
transferSiteSiteCanTBeTransferredPopUpView(params) {
|
|
3460
|
+
return this.bi.log(Object.assign({ evid: 1725, src: 5 }, params), { endpoint: '' });
|
|
3461
|
+
}
|
|
3462
|
+
cookiesBannerSettingsWindowChange(params) {
|
|
3463
|
+
return this.bi.log(Object.assign({ evid: 1727, src: 5 }, params), { endpoint: '' });
|
|
3464
|
+
}
|
|
3465
|
+
finishFocusWidgetSection(params) {
|
|
3466
|
+
return this.bi.log(Object.assign({ evid: 1728, src: 5 }, params), { endpoint: '' });
|
|
3467
|
+
}
|
|
3468
|
+
focusWidgetClickViewAll(params) {
|
|
3469
|
+
return this.bi.log(Object.assign({ evid: 1730, src: 5 }, params), { endpoint: '' });
|
|
3470
|
+
}
|
|
3471
|
+
mySitesWhenDialogPopsUp(params) {
|
|
3472
|
+
return this.bi.log(Object.assign({ evid: 1732, src: 5 }, params), { endpoint: '' });
|
|
3473
|
+
}
|
|
3474
|
+
focusWidgetItemViewedInList(params) {
|
|
3475
|
+
return this.bi.log(Object.assign({ evid: 1733, src: 5 }, params), { endpoint: '' });
|
|
3476
|
+
}
|
|
3477
|
+
mySitesClickOnButtonInDialog(params) {
|
|
3478
|
+
return this.bi.log(Object.assign({ evid: 1735, src: 5 }, params), { endpoint: '' });
|
|
3479
|
+
}
|
|
3480
|
+
dashboardFinishLoadingAllWidgets(params) {
|
|
3481
|
+
return this.bi.log(Object.assign({ evid: 1736, src: 5 }, params), { endpoint: '' });
|
|
3482
|
+
}
|
|
3483
|
+
sapir1(params) {
|
|
3484
|
+
return this.bi.log(Object.assign({ evid: 1748, src: 5 }, params), { endpoint: '' });
|
|
3485
|
+
}
|
|
3486
|
+
formBuilderBizMgrSafShareOptions(params) {
|
|
3487
|
+
return this.bi.log(Object.assign({ evid: 1751, src: 5 }, params), { endpoint: '' });
|
|
3488
|
+
}
|
|
3489
|
+
formFormsInContactPanelViewSubmission(params) {
|
|
3490
|
+
return this.bi.log(Object.assign({ evid: 1753, src: 5 }, params), { endpoint: '' });
|
|
3491
|
+
}
|
|
3492
|
+
formFormsInContactPanelViewSubmissionsList(params) {
|
|
3493
|
+
return this.bi.log(Object.assign({ evid: 1754, src: 5 }, params), { endpoint: '' });
|
|
3494
|
+
}
|
|
3495
|
+
formFormsInContactPanelDownloadFileFormSubmission(params) {
|
|
3496
|
+
return this.bi.log(Object.assign({ evid: 1755, src: 5 }, params), { endpoint: '' });
|
|
3497
|
+
}
|
|
3498
|
+
formBuilderPaymentFormClickDoneAfterEnterItem(params) {
|
|
3499
|
+
return this.bi.log(Object.assign({ evid: 1757, src: 5 }, params), { endpoint: '' });
|
|
3500
|
+
}
|
|
3501
|
+
formBuilderPaymentFormHoverNextButtonAdi(params) {
|
|
3502
|
+
return this.bi.log(Object.assign({ evid: 1759, src: 5 }, params), { endpoint: '' });
|
|
3503
|
+
}
|
|
3504
|
+
headerClickOnItemInOneOfTheHeaderDialogsDropDownMenus(params) {
|
|
3505
|
+
return this.bi.log(Object.assign({ evid: 1768, src: 5 }, params), { endpoint: '' });
|
|
3506
|
+
}
|
|
3507
|
+
mySitesUnableToMoveSitesToTrashModalIsShownOnBulkMoveToTrashOrSingleSiteMoveToTrash(params) {
|
|
3508
|
+
return this.bi.log(Object.assign({ evid: 1771, src: 5 }, params), { endpoint: '' });
|
|
3509
|
+
}
|
|
3510
|
+
formBuilderOneAppModalShown(params) {
|
|
3511
|
+
return this.bi.log(Object.assign({ evid: 1790, src: 5 }, params), { endpoint: '' });
|
|
3512
|
+
}
|
|
3513
|
+
formBuilderOneAppModalAction(params) {
|
|
3514
|
+
return this.bi.log(Object.assign({ evid: 1791, src: 5 }, params), { endpoint: '' });
|
|
3515
|
+
}
|
|
3516
|
+
formBuilderOneAppFormSelectorEmptyState(params) {
|
|
3517
|
+
return this.bi.log(Object.assign({ evid: 1792, src: 5 }, params), { endpoint: '' });
|
|
3518
|
+
}
|
|
3519
|
+
formBuilderFormSectionLoadedInSpacesApp(params) {
|
|
3520
|
+
return this.bi.log(Object.assign({ evid: 1794, src: 5 }, params), { endpoint: '' });
|
|
3521
|
+
}
|
|
3522
|
+
formBuilderOneAppLearnMoreClick(params) {
|
|
3523
|
+
return this.bi.log(Object.assign({ evid: 1796, src: 5 }, params), { endpoint: '' });
|
|
3524
|
+
}
|
|
3525
|
+
formBuilderOneApp3DotsSwipe(params) {
|
|
3526
|
+
return this.bi.log(Object.assign({ evid: 1797, src: 5 }, params), { endpoint: '' });
|
|
3527
|
+
}
|
|
3528
|
+
formBuilderOneAppClickInsideSwipeAction(params) {
|
|
3529
|
+
return this.bi.log(Object.assign({ evid: 1800, src: 5 }, params), { endpoint: '' });
|
|
3530
|
+
}
|
|
3531
|
+
formBuilderOneAppWidgetClick(params) {
|
|
3532
|
+
return this.bi.log(Object.assign({ evid: 1805, src: 5 }, params), { endpoint: '' });
|
|
3533
|
+
}
|
|
3534
|
+
formBuilderOneAppFormsListPageOpened(params) {
|
|
3535
|
+
return this.bi.log(Object.assign({ evid: 1806, src: 5 }, params), { endpoint: '' });
|
|
3536
|
+
}
|
|
3537
|
+
formBuilderOneAppSubmissionsListPageOpened(params) {
|
|
3538
|
+
return this.bi.log(Object.assign({ evid: 1807, src: 5 }, params), { endpoint: '' });
|
|
3539
|
+
}
|
|
3540
|
+
focusWidgetHoverOverProgressBarToShowPopover(params) {
|
|
3541
|
+
return this.bi.log(Object.assign({ evid: 1812, src: 5 }, params), { endpoint: '' });
|
|
3542
|
+
}
|
|
3543
|
+
formBuilderOneAppFormsResultsPageOpened(params) {
|
|
3544
|
+
return this.bi.log(Object.assign({ evid: 1814, src: 5 }, params), { endpoint: '' });
|
|
3545
|
+
}
|
|
3546
|
+
formBuilderOneAppFormsResultsPageActions(params) {
|
|
3547
|
+
return this.bi.log(Object.assign({ evid: 1815, src: 5 }, params), { endpoint: '' });
|
|
3548
|
+
}
|
|
3549
|
+
teamManagementSwitchToStudioClickToSwitch(params) {
|
|
3550
|
+
return this.bi.log(Object.assign({ evid: 1838, src: 5 }, params), { endpoint: '' });
|
|
3551
|
+
}
|
|
3552
|
+
teamManagementSwitchToStudioLearnMore(params) {
|
|
3553
|
+
return this.bi.log(Object.assign({ evid: 1839, src: 5 }, params), { endpoint: '' });
|
|
3554
|
+
}
|
|
3555
|
+
microActionAdditionalInfo(params) {
|
|
3556
|
+
return this.bi.log(Object.assign({ evid: 1895, src: 5 }, params), { endpoint: '' });
|
|
3557
|
+
}
|
|
3558
|
+
newFormsFormListTabOpenedOldFormsForms(params) {
|
|
3559
|
+
return this.bi.log(Object.assign({ evid: 1901, src: 5 }, params), { endpoint: '' });
|
|
3560
|
+
}
|
|
3561
|
+
websitePageChecklistInteractWithStepInAList(params) {
|
|
3562
|
+
return this.bi.log(Object.assign({ evid: 1902, src: 5 }, params), { endpoint: '' });
|
|
3563
|
+
}
|
|
3564
|
+
dashboardFetchDealerLayoutFailed(params) {
|
|
3565
|
+
return this.bi.log(Object.assign({ evid: 1999, src: 5 }, params), { endpoint: '' });
|
|
3566
|
+
}
|
|
3567
|
+
mySitesClickInUnableToMoveSitesToTrashDialog(params) {
|
|
3568
|
+
return this.bi.log(Object.assign({ evid: 2000, src: 5 }, params), { endpoint: '' });
|
|
3569
|
+
}
|
|
3570
|
+
clickingOnQuickActionButtonThreeDots(params) {
|
|
3571
|
+
return this.bi.log(Object.assign({ evid: 2001, src: 5 }, params), { endpoint: '' });
|
|
3572
|
+
}
|
|
3573
|
+
tooltipForOwnerApp(params) {
|
|
3574
|
+
return this.bi.log(Object.assign({ evid: 2002, src: 5 }, params), { endpoint: '' });
|
|
3575
|
+
}
|
|
3576
|
+
tooltipForOwnerAppClick(params) {
|
|
3577
|
+
return this.bi.log(Object.assign({ evid: 2003, src: 5 }, params), { endpoint: '' });
|
|
3578
|
+
}
|
|
3579
|
+
downloadModal(params) {
|
|
3580
|
+
return this.bi.log(Object.assign({ evid: 2004, src: 5 }, params), { endpoint: '' });
|
|
3581
|
+
}
|
|
3582
|
+
downloadModalClick(params) {
|
|
3583
|
+
return this.bi.log(Object.assign({ evid: 2005, src: 5 }, params), { endpoint: '' });
|
|
3584
|
+
}
|
|
3585
|
+
downloadModalSuccessMessage(params) {
|
|
3586
|
+
return this.bi.log(Object.assign({ evid: 2006, src: 5 }, params), { endpoint: '' });
|
|
3587
|
+
}
|
|
3588
|
+
downloadModalErrorMessage(params) {
|
|
3589
|
+
return this.bi.log(Object.assign({ evid: 2007, src: 5 }, params), { endpoint: '' });
|
|
3590
|
+
}
|
|
3591
|
+
automationMainTableUserSearchFocusOut(params) {
|
|
3592
|
+
return this.bi.log(Object.assign({ evid: 2008, src: 5 }, params), { endpoint: '' });
|
|
3593
|
+
}
|
|
3594
|
+
waiverClientAppWaiverStatusDropdown(params) {
|
|
3595
|
+
return this.bi.log(Object.assign({ evid: 2501, src: 5 }, params), { endpoint: '' });
|
|
3596
|
+
}
|
|
3597
|
+
waiverClientAppWaiverStatusChangedManually(params) {
|
|
3598
|
+
return this.bi.log(Object.assign({ evid: 2502, src: 5 }, params), { endpoint: '' });
|
|
3599
|
+
}
|
|
3600
|
+
waiverClientAppSendWaiverToClient(params) {
|
|
3601
|
+
return this.bi.log(Object.assign({ evid: 2503, src: 5 }, params), { endpoint: '' });
|
|
3602
|
+
}
|
|
3603
|
+
dashboardEntryFeeding(params) {
|
|
3604
|
+
return this.bi.log(Object.assign({ evid: 3000, src: 5 }, params), { endpoint: '' });
|
|
3605
|
+
}
|
|
3606
|
+
searchQuery(params) {
|
|
3607
|
+
return this.bi.log(Object.assign({ evid: 3500, src: 5 }, params), { endpoint: '' });
|
|
3608
|
+
}
|
|
3609
|
+
exposureForAnalyticsTests(params) {
|
|
3610
|
+
return this.bi.log(Object.assign({ evid: 3701, src: 5 }, params), { endpoint: '' });
|
|
3611
|
+
}
|
|
3612
|
+
submitGdprForm(params) {
|
|
3613
|
+
return this.bi.log(Object.assign({ evid: 4101, src: 5 }, params), { endpoint: '' });
|
|
3614
|
+
}
|
|
3615
|
+
submitGdprFormSrc5Evid4102(params) {
|
|
3616
|
+
return this.bi.log(Object.assign({ evid: 4102, src: 5 }, params), { endpoint: '' });
|
|
3617
|
+
}
|
|
3618
|
+
cookiesBannerBannerDisplayed(params) {
|
|
3619
|
+
return this.bi.log(Object.assign({ evid: 4200, src: 5 }, params), { endpoint: '' });
|
|
3620
|
+
}
|
|
3621
|
+
cookiesBannerPolicyApplied(params) {
|
|
3622
|
+
return this.bi.log(Object.assign({ evid: 4201, src: 5 }, params), { endpoint: '' });
|
|
3623
|
+
}
|
|
3624
|
+
exposureEventGoogleConnectSeo(params) {
|
|
3625
|
+
return this.bi.log(Object.assign({ evid: 6900, src: 5 }, params), { endpoint: '' });
|
|
3626
|
+
}
|
|
3627
|
+
dummyNameSrc5Evid7100(params) {
|
|
3628
|
+
return this.bi.log(Object.assign({ evid: 7100, src: 5 }, params), { endpoint: '' });
|
|
3629
|
+
}
|
|
3630
|
+
dummyNameSrc5Evid7500(params) {
|
|
3631
|
+
return this.bi.log(Object.assign({ evid: 7500, src: 5 }, params), { endpoint: '' });
|
|
3632
|
+
}
|
|
3633
|
+
enableDisablePartnersDhasboard(params) {
|
|
3634
|
+
return this.bi.log(Object.assign({ evid: 7600, src: 5 }, params), { endpoint: '' });
|
|
3635
|
+
}
|
|
3636
|
+
deprecatedUpdateOrCreateLocation(params) {
|
|
3637
|
+
return this.bi.log(Object.assign({ evid: 7700, src: 5 }, params), { endpoint: '' });
|
|
3638
|
+
}
|
|
3639
|
+
deleteLocation(params) {
|
|
3640
|
+
return this.bi.log(Object.assign({ evid: 7701, src: 5 }, params), { endpoint: '' });
|
|
3641
|
+
}
|
|
3642
|
+
setADefaultLocation(params) {
|
|
3643
|
+
return this.bi.log(Object.assign({ evid: 7702, src: 5 }, params), { endpoint: '' });
|
|
3644
|
+
}
|
|
3645
|
+
updateOrCreateMultilocationSrc5Evid7703(params) {
|
|
3646
|
+
return this.bi.log(Object.assign({ evid: 7703, src: 5 }, params), { endpoint: '' });
|
|
3647
|
+
}
|
|
3648
|
+
updateOrCreateMultilocationSrc5Evid7704(params) {
|
|
3649
|
+
return this.bi.log(Object.assign({ evid: 7704, src: 5 }, params), { endpoint: '' });
|
|
3650
|
+
}
|
|
3651
|
+
updateOrCreateMultilocation(params) {
|
|
3652
|
+
return this.bi.log(Object.assign({ evid: 7705, src: 5 }, params), { endpoint: '' });
|
|
3653
|
+
}
|
|
3654
|
+
automationsSecurityCheckForAmountOfEmailInGetNotifiedAction(params) {
|
|
3655
|
+
return this.bi.log(Object.assign({ evid: 7901, src: 5 }, params), { endpoint: '' });
|
|
3656
|
+
}
|
|
3657
|
+
dummyNameSrc5Evid8100(params) {
|
|
3658
|
+
return this.bi.log(Object.assign({ evid: 8100, src: 5 }, params), { endpoint: '' });
|
|
3659
|
+
}
|
|
3660
|
+
sendFaqMessage(params) {
|
|
3661
|
+
return this.bi.log(Object.assign({ evid: 8400, src: 5 }, params), { endpoint: '' });
|
|
3662
|
+
}
|
|
3663
|
+
dummyNameSrc5Evid8600(params) {
|
|
3664
|
+
return this.bi.log(Object.assign({ evid: 8600, src: 5 }, params), { endpoint: '' });
|
|
3665
|
+
}
|
|
3666
|
+
startLoading8702(params) {
|
|
3667
|
+
return this.bi.log(Object.assign({ evid: 8702, src: 5 }, params), { endpoint: '' });
|
|
3668
|
+
}
|
|
3669
|
+
finishLoading8900(params) {
|
|
3670
|
+
return this.bi.log(Object.assign({ evid: 8900, src: 5 }, params), { endpoint: '' });
|
|
3671
|
+
}
|
|
3672
|
+
exposureEventForPaginationTest(params) {
|
|
3673
|
+
return this.bi.log(Object.assign({ evid: 8906, src: 5 }, params), { endpoint: '' });
|
|
3674
|
+
}
|
|
3675
|
+
invoiceSettingsSelectTaxDetailsCustomFieldCheckbox(params) {
|
|
3676
|
+
return this.bi.log(Object.assign({ evid: 8917, src: 5 }, params), { endpoint: '' });
|
|
3677
|
+
}
|
|
3678
|
+
invoiceSettingsClickOnLink(params) {
|
|
3679
|
+
return this.bi.log(Object.assign({ evid: 8918, src: 5 }, params), { endpoint: '' });
|
|
3680
|
+
}
|
|
3681
|
+
bookingAnywhereNoPermission(params) {
|
|
3682
|
+
return this.bi.log(Object.assign({ evid: 8920, src: 5 }, params), { endpoint: '' });
|
|
3683
|
+
}
|
|
3684
|
+
mySitesMainPageFinishLoading(params) {
|
|
3685
|
+
return this.bi.log(Object.assign({ evid: 8921, src: 5 }, params), { endpoint: '' });
|
|
3686
|
+
}
|
|
3687
|
+
addNoteTermClick(params) {
|
|
3688
|
+
return this.bi.log(Object.assign({ evid: 8923, src: 5 }, params), { endpoint: '' });
|
|
3689
|
+
}
|
|
3690
|
+
mySitesSiteLessLoaded(params) {
|
|
3691
|
+
return this.bi.log(Object.assign({ evid: 8926, src: 5 }, params), { endpoint: '' });
|
|
3692
|
+
}
|
|
3693
|
+
wixInvoicesClickingOnGroupsDropDownInSettings(params) {
|
|
3694
|
+
return this.bi.log(Object.assign({ evid: 8929, src: 5 }, params), { endpoint: '' });
|
|
3695
|
+
}
|
|
3696
|
+
invoicesSettingsSaveButton(params) {
|
|
3697
|
+
return this.bi.log(Object.assign({ evid: 8930, src: 5 }, params), { endpoint: '' });
|
|
3698
|
+
}
|
|
3699
|
+
manageFolderDropDownListShown(params) {
|
|
3700
|
+
return this.bi.log(Object.assign({ evid: 8933, src: 5 }, params), { endpoint: '' });
|
|
3701
|
+
}
|
|
3702
|
+
wixInvoicesLeavingSettingsWithoutSavingPopUp(params) {
|
|
3703
|
+
return this.bi.log(Object.assign({ evid: 8934, src: 5 }, params), { endpoint: '' });
|
|
3704
|
+
}
|
|
3705
|
+
discardModalClick(params) {
|
|
3706
|
+
return this.bi.log(Object.assign({ evid: 8935, src: 5 }, params), { endpoint: '' });
|
|
3707
|
+
}
|
|
3708
|
+
wixInvoicesClickOnTabsToChoseProductFrom(params) {
|
|
3709
|
+
return this.bi.log(Object.assign({ evid: 8936, src: 5 }, params), { endpoint: '' });
|
|
3710
|
+
}
|
|
3711
|
+
invoiceSettingsSaveButtonClick(params) {
|
|
3712
|
+
return this.bi.log(Object.assign({ evid: 8937, src: 5 }, params), { endpoint: '' });
|
|
3713
|
+
}
|
|
3714
|
+
wixInvoicesSavingItemDescription(params) {
|
|
3715
|
+
return this.bi.log(Object.assign({ evid: 8938, src: 5 }, params), { endpoint: '' });
|
|
3716
|
+
}
|
|
3717
|
+
gizaApiCallReceived(params) {
|
|
3718
|
+
return this.bi.log(Object.assign({ evid: 8939, src: 5 }, params), { endpoint: '' });
|
|
3719
|
+
}
|
|
3720
|
+
clickDoneToEditFilterView(params) {
|
|
3721
|
+
return this.bi.log(Object.assign({ evid: 8940, src: 5 }, params), { endpoint: '' });
|
|
3722
|
+
}
|
|
3723
|
+
clickOnSaveView(params) {
|
|
3724
|
+
return this.bi.log(Object.assign({ evid: 8941, src: 5 }, params), { endpoint: '' });
|
|
3725
|
+
}
|
|
3726
|
+
mySitesEditCustomizeColumnView(params) {
|
|
3727
|
+
return this.bi.log(Object.assign({ evid: 8942, src: 5 }, params), { endpoint: '' });
|
|
3728
|
+
}
|
|
3729
|
+
mySitesClickOnGoToDashboardLink(params) {
|
|
3730
|
+
return this.bi.log(Object.assign({ evid: 8943, src: 5 }, params), { endpoint: '' });
|
|
3731
|
+
}
|
|
3732
|
+
mySitesClickOnBackToMySitesFromAnEmptyFolder(params) {
|
|
3733
|
+
return this.bi.log(Object.assign({ evid: 8944, src: 5 }, params), { endpoint: '' });
|
|
3734
|
+
}
|
|
3735
|
+
mySitesSiteListPageStartLoading(params) {
|
|
3736
|
+
return this.bi.log(Object.assign({ evid: 8945, src: 5 }, params), { endpoint: '' });
|
|
3737
|
+
}
|
|
3738
|
+
mySitesSiteListFolderNavigation(params) {
|
|
3739
|
+
return this.bi.log(Object.assign({ evid: 8946, src: 5 }, params), { endpoint: '' });
|
|
3740
|
+
}
|
|
3741
|
+
mySitesClickSiteItem(params) {
|
|
3742
|
+
return this.bi.log(Object.assign({ evid: 8947, src: 5 }, params), { endpoint: '' });
|
|
3743
|
+
}
|
|
3744
|
+
mySitesClicksActionsInSidePanel(params) {
|
|
3745
|
+
return this.bi.log(Object.assign({ evid: 8948, src: 5 }, params), { endpoint: '' });
|
|
3746
|
+
}
|
|
3747
|
+
clickStartGuideOrCloseDoItWithMeTool(params) {
|
|
3748
|
+
return this.bi.log(Object.assign({ evid: 8949, src: 5 }, params), { endpoint: '' });
|
|
3749
|
+
}
|
|
3750
|
+
wixInvoicesChargeWithCreditCardClick(params) {
|
|
3751
|
+
return this.bi.log(Object.assign({ evid: 8954, src: 5 }, params), { endpoint: '' });
|
|
3752
|
+
}
|
|
3753
|
+
wixInvoicesPaymentMethodClick(params) {
|
|
3754
|
+
return this.bi.log(Object.assign({ evid: 8956, src: 5 }, params), { endpoint: '' });
|
|
3755
|
+
}
|
|
3756
|
+
wixInvoicesToastIsShown(params) {
|
|
3757
|
+
return this.bi.log(Object.assign({ evid: 8957, src: 5 }, params), { endpoint: '' });
|
|
3758
|
+
}
|
|
3759
|
+
wixInvoicesRequestPaymentClickInAutomation(params) {
|
|
3760
|
+
return this.bi.log(Object.assign({ evid: 8958, src: 5 }, params), { endpoint: '' });
|
|
3761
|
+
}
|
|
3762
|
+
wixInvoicesChargeWithCreditCardClickInTheModalMoto(params) {
|
|
3763
|
+
return this.bi.log(Object.assign({ evid: 8959, src: 5 }, params), { endpoint: '' });
|
|
3764
|
+
}
|
|
3765
|
+
wixInvoicesMotoCashierWidgetIsShown(params) {
|
|
3766
|
+
return this.bi.log(Object.assign({ evid: 8960, src: 5 }, params), { endpoint: '' });
|
|
3767
|
+
}
|
|
3768
|
+
wixInvoicesMotoPaidModal(params) {
|
|
3769
|
+
return this.bi.log(Object.assign({ evid: 8961, src: 5 }, params), { endpoint: '' });
|
|
3770
|
+
}
|
|
3771
|
+
mySitesRefreshAfterMoveToFolder(params) {
|
|
3772
|
+
return this.bi.log(Object.assign({ evid: 8962, src: 5 }, params), { endpoint: '' });
|
|
3773
|
+
}
|
|
3774
|
+
wixInvoicesAutomationDynamicValueClick(params) {
|
|
3775
|
+
return this.bi.log(Object.assign({ evid: 8963, src: 5 }, params), { endpoint: '' });
|
|
3776
|
+
}
|
|
3777
|
+
mySitesErrorPage(params) {
|
|
3778
|
+
return this.bi.log(Object.assign({ evid: 8964, src: 5 }, params), { endpoint: '' });
|
|
3779
|
+
}
|
|
3780
|
+
wixInvoicesClickingOnNextMobile(params) {
|
|
3781
|
+
return this.bi.log(Object.assign({ evid: 8965, src: 5 }, params), { endpoint: '' });
|
|
3782
|
+
}
|
|
3783
|
+
wixInvoicesBannerToUpgradeToPremiumShown(params) {
|
|
3784
|
+
return this.bi.log(Object.assign({ evid: 8966, src: 5 }, params), { endpoint: '' });
|
|
3785
|
+
}
|
|
3786
|
+
wixInvoicesBannerToUpgradeToPremiumClick(params) {
|
|
3787
|
+
return this.bi.log(Object.assign({ evid: 8967, src: 5 }, params), { endpoint: '' });
|
|
3788
|
+
}
|
|
3789
|
+
wixInvoicesOpenShareLinkModal(params) {
|
|
3790
|
+
return this.bi.log(Object.assign({ evid: 8968, src: 5 }, params), { endpoint: '' });
|
|
3791
|
+
}
|
|
3792
|
+
wixInvoicesBannerToConnectPaymentMethods(params) {
|
|
3793
|
+
return this.bi.log(Object.assign({ evid: 8969, src: 5 }, params), { endpoint: '' });
|
|
3794
|
+
}
|
|
3795
|
+
wixInvoicesBannerToConnectPaymentMethodClick(params) {
|
|
3796
|
+
return this.bi.log(Object.assign({ evid: 8970, src: 5 }, params), { endpoint: '' });
|
|
3797
|
+
}
|
|
3798
|
+
gizaFirstBiteIsShown(params) {
|
|
3799
|
+
return this.bi.log(Object.assign({ evid: 8971, src: 5 }, params), { endpoint: '' });
|
|
3800
|
+
}
|
|
3801
|
+
gizaFirstInteractionInTheSessionIsAvailable(params) {
|
|
3802
|
+
return this.bi.log(Object.assign({ evid: 8972, src: 5 }, params), { endpoint: '' });
|
|
3803
|
+
}
|
|
3804
|
+
wixInvoicesClickOnDynamicValueInAutomation(params) {
|
|
3805
|
+
return this.bi.log(Object.assign({ evid: 8973, src: 5 }, params), { endpoint: '' });
|
|
3806
|
+
}
|
|
3807
|
+
priorityASuggestionCarouselInteraction(params) {
|
|
3808
|
+
return this.bi.log(Object.assign({ evid: 8974, src: 5 }, params), { endpoint: '' });
|
|
3809
|
+
}
|
|
3810
|
+
priorityAEssentialShown(params) {
|
|
3811
|
+
return this.bi.log(Object.assign({ evid: 8975, src: 5 }, params), { endpoint: '' });
|
|
3812
|
+
}
|
|
3813
|
+
clickOnCreateNewFolder(params) {
|
|
3814
|
+
return this.bi.log(Object.assign({ evid: 8978, src: 5 }, params), { endpoint: '' });
|
|
3815
|
+
}
|
|
3816
|
+
createNewSiteCreationMenuIsShown(params) {
|
|
3817
|
+
return this.bi.log(Object.assign({ evid: 8989, src: 5 }, params), { endpoint: '' });
|
|
3818
|
+
}
|
|
3819
|
+
clickOnAddAtTheDynamicFieldModal(params) {
|
|
3820
|
+
return this.bi.log(Object.assign({ evid: 8993, src: 5 }, params), { endpoint: '' });
|
|
3821
|
+
}
|
|
3822
|
+
getBrandedAppAlertIsShownAutomationSendAPushNotification(params) {
|
|
3823
|
+
return this.bi.log(Object.assign({ evid: 8995, src: 5 }, params), { endpoint: '' });
|
|
3824
|
+
}
|
|
3825
|
+
sdkLoaded9000(params) {
|
|
3826
|
+
return this.bi.log(Object.assign({ evid: 9000, src: 5 }, params), { endpoint: '' });
|
|
3827
|
+
}
|
|
3828
|
+
gizaPageStartLoading9001(params) {
|
|
3829
|
+
return this.bi.log(Object.assign({ evid: 9001, src: 5 }, params), { endpoint: '' });
|
|
3830
|
+
}
|
|
3831
|
+
gizaPageFinishLoading9002(params) {
|
|
3832
|
+
return this.bi.log(Object.assign({ evid: 9002, src: 5 }, params), { endpoint: '' });
|
|
3833
|
+
}
|
|
3834
|
+
mySitesEditTemplateButtonClick(params) {
|
|
3835
|
+
return this.bi.log(Object.assign({ evid: 9012, src: 5 }, params), { endpoint: '' });
|
|
3836
|
+
}
|
|
3837
|
+
mySitesClickOnSeeAllTemplates(params) {
|
|
3838
|
+
return this.bi.log(Object.assign({ evid: 9013, src: 5 }, params), { endpoint: '' });
|
|
3839
|
+
}
|
|
3840
|
+
createNewWorkspace(params) {
|
|
3841
|
+
return this.bi.log(Object.assign({ evid: 9014, src: 5 }, params), { endpoint: '' });
|
|
3842
|
+
}
|
|
3843
|
+
workspaceSelectorSelectWorkspace(params) {
|
|
3844
|
+
return this.bi.log(Object.assign({ evid: 9015, src: 5 }, params), { endpoint: '' });
|
|
3845
|
+
}
|
|
3846
|
+
workspaceActionMenuDropDownListShown(params) {
|
|
3847
|
+
return this.bi.log(Object.assign({ evid: 9016, src: 5 }, params), { endpoint: '' });
|
|
3848
|
+
}
|
|
3849
|
+
workspaceActionMenuItemClick(params) {
|
|
3850
|
+
return this.bi.log(Object.assign({ evid: 9017, src: 5 }, params), { endpoint: '' });
|
|
3851
|
+
}
|
|
3852
|
+
workspaceSelectorClickOnLearnMoreInTooltips(params) {
|
|
3853
|
+
return this.bi.log(Object.assign({ evid: 9018, src: 5 }, params), { endpoint: '' });
|
|
3854
|
+
}
|
|
3855
|
+
workspaceSelectorWorkspaceSettingClick(params) {
|
|
3856
|
+
return this.bi.log(Object.assign({ evid: 9019, src: 5 }, params), { endpoint: '' });
|
|
3857
|
+
}
|
|
3858
|
+
accountSettingsCloseYourWorkspacePageLoad(params) {
|
|
3859
|
+
return this.bi.log(Object.assign({ evid: 9021, src: 5 }, params), { endpoint: '' });
|
|
3860
|
+
}
|
|
3861
|
+
accountSettingsCloseYourWorkspaceCloseWorkspaceRequestSummited(params) {
|
|
3862
|
+
return this.bi.log(Object.assign({ evid: 9022, src: 5 }, params), { endpoint: '' });
|
|
3863
|
+
}
|
|
3864
|
+
workspaceSettingsDeleteAccountWorkspace(params) {
|
|
3865
|
+
return this.bi.log(Object.assign({ evid: 9023, src: 5 }, params), { endpoint: '' });
|
|
3866
|
+
}
|
|
3867
|
+
workspaceSettingsChangesSaved(params) {
|
|
3868
|
+
return this.bi.log(Object.assign({ evid: 9024, src: 5 }, params), { endpoint: '' });
|
|
3869
|
+
}
|
|
3870
|
+
wixInvoicesBannerWhenCreatingInvoiceOrder(params) {
|
|
3871
|
+
return this.bi.log(Object.assign({ evid: 9025, src: 5 }, params), { endpoint: '' });
|
|
3872
|
+
}
|
|
3873
|
+
allPageLoadersAreDown9029(params) {
|
|
3874
|
+
return this.bi.log(Object.assign({ evid: 9029, src: 5 }, params), { endpoint: '' });
|
|
3875
|
+
}
|
|
3876
|
+
invoicesSettingsSelectPaymentsReceivedOption(params) {
|
|
3877
|
+
return this.bi.log(Object.assign({ evid: 9032, src: 5 }, params), { endpoint: '' });
|
|
3878
|
+
}
|
|
3879
|
+
mySitesDebuggingEvent(params) {
|
|
3880
|
+
return this.bi.log(Object.assign({ evid: 9034, src: 5 }, params), { endpoint: '' });
|
|
3881
|
+
}
|
|
3882
|
+
searchInSitesDropdown(params) {
|
|
3883
|
+
return this.bi.log(Object.assign({ evid: 9039, src: 5 }, params), { endpoint: '' });
|
|
3884
|
+
}
|
|
3885
|
+
searchInSitesDropdownEndProcess(params) {
|
|
3886
|
+
return this.bi.log(Object.assign({ evid: 9040, src: 5 }, params), { endpoint: '' });
|
|
3887
|
+
}
|
|
3888
|
+
devModeOnEntryPoint(params) {
|
|
3889
|
+
return this.bi.log(Object.assign({ evid: 9041, src: 5 }, params), { endpoint: '' });
|
|
3890
|
+
}
|
|
3891
|
+
gizaClickOnCollapseExpandSidebar(params) {
|
|
3892
|
+
return this.bi.log(Object.assign({ evid: 9042, src: 5 }, params), { endpoint: '' });
|
|
3893
|
+
}
|
|
3894
|
+
dummyNameSrc5Evid9100(params) {
|
|
3895
|
+
return this.bi.log(Object.assign({ evid: 9100, src: 5 }, params), { endpoint: '' });
|
|
3896
|
+
}
|
|
3897
|
+
appInstallationInitiate(params) {
|
|
3898
|
+
return this.bi.log(Object.assign({ evid: 9201, src: 5 }, params), { endpoint: '' });
|
|
3899
|
+
}
|
|
3900
|
+
appInstallationCompleted(params) {
|
|
3901
|
+
return this.bi.log(Object.assign({ evid: 9202, src: 5 }, params), { endpoint: '' });
|
|
3902
|
+
}
|
|
3903
|
+
appsBulkInstallationInitiate(params) {
|
|
3904
|
+
return this.bi.log(Object.assign({ evid: 9203, src: 5 }, params), { endpoint: '' });
|
|
3905
|
+
}
|
|
3906
|
+
appsBulkInstallationsCompleted(params) {
|
|
3907
|
+
return this.bi.log(Object.assign({ evid: 9204, src: 5 }, params), { endpoint: '' });
|
|
3908
|
+
}
|
|
3909
|
+
biProfileDataForSiteDetailsActionsWidget(params) {
|
|
3910
|
+
return this.bi.log(Object.assign({ evid: 9400, src: 5 }, params), { endpoint: '' });
|
|
3911
|
+
}
|
|
3912
|
+
unsubscriptionPageIsShown(params) {
|
|
3913
|
+
return this.bi.log(Object.assign({ evid: 9700, src: 5 }, params), { endpoint: '' });
|
|
3914
|
+
}
|
|
3915
|
+
unsubscriptionPageClickOnUnsubscribeButton(params) {
|
|
3916
|
+
return this.bi.log(Object.assign({ evid: 9701, src: 5 }, params), { endpoint: '' });
|
|
3917
|
+
}
|
|
3918
|
+
dummyNameSrc5Evid10600(params) {
|
|
3919
|
+
return this.bi.log(Object.assign({ evid: 10600, src: 5 }, params), { endpoint: '' });
|
|
3920
|
+
}
|
|
3921
|
+
reportNetwork(params) {
|
|
3922
|
+
return this.bi.log(Object.assign({ evid: 11601, src: 5 }, params), { endpoint: '' });
|
|
3923
|
+
}
|
|
3924
|
+
veloIdeModalIsOpened(params) {
|
|
3925
|
+
return this.bi.log(Object.assign({ evid: 11801, src: 5 }, params), { endpoint: '' });
|
|
3926
|
+
}
|
|
3927
|
+
veloIdeCodeHasBeenUpdated(params) {
|
|
3928
|
+
return this.bi.log(Object.assign({ evid: 11802, src: 5 }, params), { endpoint: '' });
|
|
3929
|
+
}
|
|
3930
|
+
veloIdeClickOnMoreActions(params) {
|
|
3931
|
+
return this.bi.log(Object.assign({ evid: 11803, src: 5 }, params), { endpoint: '' });
|
|
3932
|
+
}
|
|
3933
|
+
veloIdeClickOnATab(params) {
|
|
3934
|
+
return this.bi.log(Object.assign({ evid: 11804, src: 5 }, params), { endpoint: '' });
|
|
3935
|
+
}
|
|
3936
|
+
veloIdeModalEndOfProcess(params) {
|
|
3937
|
+
return this.bi.log(Object.assign({ evid: 11805, src: 5 }, params), { endpoint: '' });
|
|
3938
|
+
}
|
|
3939
|
+
veloIdeModalClickOnLinks(params) {
|
|
3940
|
+
return this.bi.log(Object.assign({ evid: 11806, src: 5 }, params), { endpoint: '' });
|
|
3941
|
+
}
|
|
3942
|
+
veloIdeModalUnsuccessfulSave(params) {
|
|
3943
|
+
return this.bi.log(Object.assign({ evid: 11807, src: 5 }, params), { endpoint: '' });
|
|
3944
|
+
}
|
|
3945
|
+
workspaceSelectorSelectWorkspaceModalView(params) {
|
|
3946
|
+
return this.bi.log(Object.assign({ evid: 12002, src: 5 }, params), { endpoint: '' });
|
|
3947
|
+
}
|
|
3948
|
+
workspaceSelectorSelectWorkspaceModalCta(params) {
|
|
3949
|
+
return this.bi.log(Object.assign({ evid: 12003, src: 5 }, params), { endpoint: '' });
|
|
3950
|
+
}
|
|
3951
|
+
workspaceSelectorSelectWorkspaceModalClose(params) {
|
|
3952
|
+
return this.bi.log(Object.assign({ evid: 12004, src: 5 }, params), { endpoint: '' });
|
|
3953
|
+
}
|
|
3954
|
+
switchWorkspaceModalSelectWorkspaceModalView(params) {
|
|
3955
|
+
return this.bi.log(Object.assign({ evid: 12010, src: 5 }, params), { endpoint: '' });
|
|
3956
|
+
}
|
|
3957
|
+
switchWorkspaceModalSelectWorkspaceModalCta(params) {
|
|
3958
|
+
return this.bi.log(Object.assign({ evid: 12011, src: 5 }, params), { endpoint: '' });
|
|
3959
|
+
}
|
|
3960
|
+
switchWorkspaceModalWorkspaceModalClose(params) {
|
|
3961
|
+
return this.bi.log(Object.assign({ evid: 12012, src: 5 }, params), { endpoint: '' });
|
|
3962
|
+
}
|
|
3963
|
+
samplingPageFeatures(params) {
|
|
3964
|
+
return this.bi.log(Object.assign({ evid: 20000, src: 5 }, params), { endpoint: '' });
|
|
3965
|
+
}
|
|
3966
|
+
unsubscribeEmailPageView(params) {
|
|
3967
|
+
return this.bi.log(Object.assign({ evid: 1006, src: 19 }, params), { endpoint: '' });
|
|
3968
|
+
}
|
|
3969
|
+
unsubscribeEmailPageClick(params) {
|
|
3970
|
+
return this.bi.log(Object.assign({ evid: 1007, src: 19 }, params), { endpoint: '' });
|
|
3971
|
+
}
|
|
3972
|
+
unsubscribeEmailPersonalizePreferencesClick(params) {
|
|
3973
|
+
return this.bi.log(Object.assign({ evid: 1008, src: 19 }, params), { endpoint: '' });
|
|
3974
|
+
}
|
|
3975
|
+
homeNotificationCreatedNew(params) {
|
|
3976
|
+
return this.bi.log(Object.assign({ evid: 1125, src: 19 }, params), { endpoint: '' });
|
|
3977
|
+
}
|
|
3978
|
+
pingNotificationCreationRequest(params) {
|
|
3979
|
+
return this.bi.log(Object.assign({ evid: 1129, src: 19 }, params), { endpoint: '' });
|
|
3980
|
+
}
|
|
3981
|
+
pingNotificationSend(params) {
|
|
3982
|
+
return this.bi.log(Object.assign({ evid: 1130, src: 19 }, params), { endpoint: '' });
|
|
3983
|
+
}
|
|
3984
|
+
pingNotificationFiltered(params) {
|
|
3985
|
+
return this.bi.log(Object.assign({ evid: 1133, src: 19 }, params), { endpoint: '' });
|
|
3986
|
+
}
|
|
3987
|
+
androidNotificationReceivedSrc19Evid1134(params) {
|
|
3988
|
+
return this.bi.log(Object.assign({ evid: 1134, src: 19 }, params), { endpoint: '' });
|
|
3989
|
+
}
|
|
3990
|
+
androidNotificationReceived(params) {
|
|
3991
|
+
return this.bi.log(Object.assign({ evid: 1135, src: 19 }, params), { endpoint: '' });
|
|
3992
|
+
}
|
|
3993
|
+
pingReviewSendingList(params) {
|
|
3994
|
+
return this.bi.log(Object.assign({ evid: 1136, src: 19 }, params), { endpoint: '' });
|
|
3995
|
+
}
|
|
3996
|
+
pingNotificationFilteredBeforeCreatedStage(params) {
|
|
3997
|
+
return this.bi.log(Object.assign({ evid: 1137, src: 19 }, params), { endpoint: '' });
|
|
3998
|
+
}
|
|
3999
|
+
mobileAppSettingsChangeStatusOfNotificationCategoryInOsNotificationsSettings(params) {
|
|
4000
|
+
return this.bi.log(Object.assign({ evid: 1333, src: 19 }, params), { endpoint: '' });
|
|
4001
|
+
}
|
|
4002
|
+
pingMarketingConsentUnsubscribeClickSrc19Evid10001(params) {
|
|
4003
|
+
return this.bi.log(Object.assign({ evid: 10001, src: 19 }, params), { endpoint: '' });
|
|
4004
|
+
}
|
|
4005
|
+
smsStatusDeliveredToPingByTwilio(params) {
|
|
4006
|
+
return this.bi.log(Object.assign({ evid: 40000, src: 19 }, params), { endpoint: '' });
|
|
4007
|
+
}
|
|
4008
|
+
devCenterWebhookSubscribed(params) {
|
|
4009
|
+
return this.bi.log(Object.assign({ evid: 1030, src: 96 }, params), { endpoint: '' });
|
|
4010
|
+
}
|
|
4011
|
+
dcWebhookUpdated(params) {
|
|
4012
|
+
return this.bi.log(Object.assign({ evid: 1031, src: 96 }, params), { endpoint: '' });
|
|
4013
|
+
}
|
|
4014
|
+
devCenterComponentTranslationAddingTranslatableComponent(params) {
|
|
4015
|
+
return this.bi.log(Object.assign({ evid: 11401, src: 96 }, params), { endpoint: '' });
|
|
4016
|
+
}
|
|
4017
|
+
devCenterComponentTranslationAddLanguageToAnApp(params) {
|
|
4018
|
+
return this.bi.log(Object.assign({ evid: 11402, src: 96 }, params), { endpoint: '' });
|
|
4019
|
+
}
|
|
4020
|
+
devCenterComponentTranslationAddTranslationToAComponent(params) {
|
|
4021
|
+
return this.bi.log(Object.assign({ evid: 11403, src: 96 }, params), { endpoint: '' });
|
|
4022
|
+
}
|
|
4023
|
+
dummyName(params) {
|
|
4024
|
+
return this.bi.log(Object.assign({ evid: 11700, src: 96 }, params), { endpoint: '' });
|
|
4025
|
+
}
|
|
4026
|
+
dcAppVersionsVersionAdded(params) {
|
|
4027
|
+
return this.bi.log(Object.assign({ evid: 11701, src: 96 }, params), { endpoint: '' });
|
|
4028
|
+
}
|
|
4029
|
+
dcAppVersionsStatusUpdated(params) {
|
|
4030
|
+
return this.bi.log(Object.assign({ evid: 11702, src: 96 }, params), { endpoint: '' });
|
|
4031
|
+
}
|
|
4032
|
+
dummyNameSrc96Evid11900(params) {
|
|
4033
|
+
return this.bi.log(Object.assign({ evid: 11900, src: 96 }, params), { endpoint: '' });
|
|
4034
|
+
}
|
|
4035
|
+
dummyNameSrc96Evid12200(params) {
|
|
4036
|
+
return this.bi.log(Object.assign({ evid: 12200, src: 96 }, params), { endpoint: '' });
|
|
4037
|
+
}
|
|
4038
|
+
wixPatternsSummaryBarIsShownSrc144Evid1(params) {
|
|
4039
|
+
return this.bi.log(Object.assign({ evid: 1, src: 144 }, params), { endpoint: '' });
|
|
4040
|
+
}
|
|
4041
|
+
wixPatternsSectionHeaderPrimaryActionClicked(params) {
|
|
4042
|
+
return this.bi.log(Object.assign({ evid: 2, src: 144 }, params), { endpoint: '' });
|
|
4043
|
+
}
|
|
4044
|
+
pickerModalUsability(params) {
|
|
4045
|
+
return this.bi.log(Object.assign({ evid: 103, src: 144 }, params), { endpoint: '' });
|
|
4046
|
+
}
|
|
4047
|
+
pickerPickModalCtaButtonClickOrImmediateCta(params) {
|
|
4048
|
+
return this.bi.log(Object.assign({ evid: 104, src: 144 }, params), { endpoint: '' });
|
|
4049
|
+
}
|
|
4050
|
+
pickerPickerOpenButton(params) {
|
|
4051
|
+
return this.bi.log(Object.assign({ evid: 105, src: 144 }, params), { endpoint: '' });
|
|
4052
|
+
}
|
|
4053
|
+
newItemCreationStart(params) {
|
|
4054
|
+
return this.bi.log(Object.assign({ evid: 106, src: 144 }, params), { endpoint: '' });
|
|
4055
|
+
}
|
|
4056
|
+
newItemCreationEnd(params) {
|
|
4057
|
+
return this.bi.log(Object.assign({ evid: 107, src: 144 }, params), { endpoint: '' });
|
|
4058
|
+
}
|
|
4059
|
+
pikachuCategoriesDropdownButtonClicked(params) {
|
|
4060
|
+
return this.bi.log(Object.assign({ evid: 108, src: 144 }, params), { endpoint: '' });
|
|
4061
|
+
}
|
|
4062
|
+
pikachuItemCategorySelected(params) {
|
|
4063
|
+
return this.bi.log(Object.assign({ evid: 109, src: 144 }, params), { endpoint: '' });
|
|
4064
|
+
}
|
|
4065
|
+
loadStart(params) {
|
|
4066
|
+
return this.bi.log(Object.assign({ evid: 110, src: 144 }, params), { endpoint: '' });
|
|
4067
|
+
}
|
|
4068
|
+
loadEnd(params) {
|
|
4069
|
+
return this.bi.log(Object.assign({ evid: 111, src: 144 }, params), { endpoint: '' });
|
|
4070
|
+
}
|
|
4071
|
+
loadMore(params) {
|
|
4072
|
+
return this.bi.log(Object.assign({ evid: 112, src: 144 }, params), { endpoint: '' });
|
|
4073
|
+
}
|
|
4074
|
+
componentDismissed(params) {
|
|
4075
|
+
return this.bi.log(Object.assign({ evid: 113, src: 144 }, params), { endpoint: '' });
|
|
4076
|
+
}
|
|
4077
|
+
cairoItemSelectionToggled(params) {
|
|
4078
|
+
return this.bi.log(Object.assign({ evid: 114, src: 144 }, params), { endpoint: '' });
|
|
4079
|
+
}
|
|
4080
|
+
cairoCtaClicked(params) {
|
|
4081
|
+
return this.bi.log(Object.assign({ evid: 115, src: 144 }, params), { endpoint: '' });
|
|
4082
|
+
}
|
|
4083
|
+
cairoSearchResults(params) {
|
|
4084
|
+
return this.bi.log(Object.assign({ evid: 116, src: 144 }, params), { endpoint: '' });
|
|
4085
|
+
}
|
|
4086
|
+
cairoFilterToggled(params) {
|
|
4087
|
+
return this.bi.log(Object.assign({ evid: 117, src: 144 }, params), { endpoint: '' });
|
|
4088
|
+
}
|
|
4089
|
+
cairoAllFiltersCleared(params) {
|
|
4090
|
+
return this.bi.log(Object.assign({ evid: 118, src: 144 }, params), { endpoint: '' });
|
|
4091
|
+
}
|
|
4092
|
+
cairoFiltersPanelUsed(params) {
|
|
4093
|
+
return this.bi.log(Object.assign({ evid: 119, src: 144 }, params), { endpoint: '' });
|
|
4094
|
+
}
|
|
4095
|
+
cairoComponentSorted(params) {
|
|
4096
|
+
return this.bi.log(Object.assign({ evid: 120, src: 144 }, params), { endpoint: '' });
|
|
4097
|
+
}
|
|
4098
|
+
cairoTabSelected(params) {
|
|
4099
|
+
return this.bi.log(Object.assign({ evid: 121, src: 144 }, params), { endpoint: '' });
|
|
4100
|
+
}
|
|
4101
|
+
cairoViewSaved(params) {
|
|
4102
|
+
return this.bi.log(Object.assign({ evid: 122, src: 144 }, params), { endpoint: '' });
|
|
4103
|
+
}
|
|
4104
|
+
cairoViewSelected(params) {
|
|
4105
|
+
return this.bi.log(Object.assign({ evid: 123, src: 144 }, params), { endpoint: '' });
|
|
4106
|
+
}
|
|
4107
|
+
cairoViewDeleted(params) {
|
|
4108
|
+
return this.bi.log(Object.assign({ evid: 124, src: 144 }, params), { endpoint: '' });
|
|
4109
|
+
}
|
|
4110
|
+
cairoExportCtaClicked(params) {
|
|
4111
|
+
return this.bi.log(Object.assign({ evid: 125, src: 144 }, params), { endpoint: '' });
|
|
4112
|
+
}
|
|
4113
|
+
cairoItemToggledInExportModal(params) {
|
|
4114
|
+
return this.bi.log(Object.assign({ evid: 126, src: 144 }, params), { endpoint: '' });
|
|
4115
|
+
}
|
|
4116
|
+
cairoExportModalCtaClicked(params) {
|
|
4117
|
+
return this.bi.log(Object.assign({ evid: 127, src: 144 }, params), { endpoint: '' });
|
|
4118
|
+
}
|
|
4119
|
+
cairoExportProcessStart(params) {
|
|
4120
|
+
return this.bi.log(Object.assign({ evid: 128, src: 144 }, params), { endpoint: '' });
|
|
4121
|
+
}
|
|
4122
|
+
cairoUserAttemptsToCancelTheExport(params) {
|
|
4123
|
+
return this.bi.log(Object.assign({ evid: 129, src: 144 }, params), { endpoint: '' });
|
|
4124
|
+
}
|
|
4125
|
+
cairoCancelExportModalCtaClicked(params) {
|
|
4126
|
+
return this.bi.log(Object.assign({ evid: 130, src: 144 }, params), { endpoint: '' });
|
|
4127
|
+
}
|
|
4128
|
+
cairoExportProcessEnd(params) {
|
|
4129
|
+
return this.bi.log(Object.assign({ evid: 131, src: 144 }, params), { endpoint: '' });
|
|
4130
|
+
}
|
|
4131
|
+
cairoFileDownloadToastDisplayed(params) {
|
|
4132
|
+
return this.bi.log(Object.assign({ evid: 132, src: 144 }, params), { endpoint: '' });
|
|
4133
|
+
}
|
|
4134
|
+
cairoFileDownloadToastDismissed(params) {
|
|
4135
|
+
return this.bi.log(Object.assign({ evid: 133, src: 144 }, params), { endpoint: '' });
|
|
4136
|
+
}
|
|
4137
|
+
cairoFileDownloadToastDownloadButtonClicked(params) {
|
|
4138
|
+
return this.bi.log(Object.assign({ evid: 134, src: 144 }, params), { endpoint: '' });
|
|
4139
|
+
}
|
|
4140
|
+
cairoExportFailedModalCtaClicked(params) {
|
|
4141
|
+
return this.bi.log(Object.assign({ evid: 135, src: 144 }, params), { endpoint: '' });
|
|
4142
|
+
}
|
|
4143
|
+
cairoTableTopNotificationDisplayed(params) {
|
|
4144
|
+
return this.bi.log(Object.assign({ evid: 136, src: 144 }, params), { endpoint: '' });
|
|
4145
|
+
}
|
|
4146
|
+
cairoTableTopNotificationDismissed(params) {
|
|
4147
|
+
return this.bi.log(Object.assign({ evid: 137, src: 144 }, params), { endpoint: '' });
|
|
4148
|
+
}
|
|
4149
|
+
cairoDragItem(params) {
|
|
4150
|
+
return this.bi.log(Object.assign({ evid: 138, src: 144 }, params), { endpoint: '' });
|
|
4151
|
+
}
|
|
4152
|
+
cairoDragItemEndDrop(params) {
|
|
4153
|
+
return this.bi.log(Object.assign({ evid: 139, src: 144 }, params), { endpoint: '' });
|
|
4154
|
+
}
|
|
4155
|
+
cairoDragActionUnsuccessfulUpdateInServer(params) {
|
|
4156
|
+
return this.bi.log(Object.assign({ evid: 140, src: 144 }, params), { endpoint: '' });
|
|
4157
|
+
}
|
|
4158
|
+
cairoTryAgainClicked(params) {
|
|
4159
|
+
return this.bi.log(Object.assign({ evid: 141, src: 144 }, params), { endpoint: '' });
|
|
4160
|
+
}
|
|
4161
|
+
cairoManageViewClicked(params) {
|
|
4162
|
+
return this.bi.log(Object.assign({ evid: 142, src: 144 }, params), { endpoint: '' });
|
|
4163
|
+
}
|
|
4164
|
+
cairoManageViewActionSelected(params) {
|
|
4165
|
+
return this.bi.log(Object.assign({ evid: 143, src: 144 }, params), { endpoint: '' });
|
|
4166
|
+
}
|
|
4167
|
+
cairoUndoClicked(params) {
|
|
4168
|
+
return this.bi.log(Object.assign({ evid: 144, src: 144 }, params), { endpoint: '' });
|
|
4169
|
+
}
|
|
4170
|
+
cairoViewsUnsuccessfulUpdateInServer(params) {
|
|
4171
|
+
return this.bi.log(Object.assign({ evid: 145, src: 144 }, params), { endpoint: '' });
|
|
4172
|
+
}
|
|
4173
|
+
cairoSortPanelUsed(params) {
|
|
4174
|
+
return this.bi.log(Object.assign({ evid: 146, src: 144 }, params), { endpoint: '' });
|
|
4175
|
+
}
|
|
4176
|
+
cairoReorderingSortColumns(params) {
|
|
4177
|
+
return this.bi.log(Object.assign({ evid: 147, src: 144 }, params), { endpoint: '' });
|
|
4178
|
+
}
|
|
4179
|
+
cairoSortUnsuccessfulUpdateInServer(params) {
|
|
4180
|
+
return this.bi.log(Object.assign({ evid: 148, src: 144 }, params), { endpoint: '' });
|
|
4181
|
+
}
|
|
4182
|
+
cairoApiRequestDataLoadEnd(params) {
|
|
4183
|
+
return this.bi.log(Object.assign({ evid: 149, src: 144 }, params), { endpoint: '' });
|
|
4184
|
+
}
|
|
4185
|
+
cairoPageCtaClicked(params) {
|
|
4186
|
+
return this.bi.log(Object.assign({ evid: 150, src: 144 }, params), { endpoint: '' });
|
|
4187
|
+
}
|
|
4188
|
+
cairoSearchViewInViews(params) {
|
|
4189
|
+
return this.bi.log(Object.assign({ evid: 151, src: 144 }, params), { endpoint: '' });
|
|
4190
|
+
}
|
|
4191
|
+
cairoPageBackOrBreadcrumbClicked(params) {
|
|
4192
|
+
return this.bi.log(Object.assign({ evid: 152, src: 144 }, params), { endpoint: '' });
|
|
4193
|
+
}
|
|
4194
|
+
cairoSectionCtaClicked(params) {
|
|
4195
|
+
return this.bi.log(Object.assign({ evid: 153, src: 144 }, params), { endpoint: '' });
|
|
4196
|
+
}
|
|
4197
|
+
cairoTpaSCtaClicked(params) {
|
|
4198
|
+
return this.bi.log(Object.assign({ evid: 154, src: 144 }, params), { endpoint: '' });
|
|
4199
|
+
}
|
|
4200
|
+
cairoDataExAddCustomField(params) {
|
|
4201
|
+
return this.bi.log(Object.assign({ evid: 155, src: 144 }, params), { endpoint: '' });
|
|
4202
|
+
}
|
|
4203
|
+
cairoDataExCustomFieldEndProcess(params) {
|
|
4204
|
+
return this.bi.log(Object.assign({ evid: 156, src: 144 }, params), { endpoint: '' });
|
|
4205
|
+
}
|
|
4206
|
+
cairoDataExCustomFieldAdvancesSettings(params) {
|
|
4207
|
+
return this.bi.log(Object.assign({ evid: 157, src: 144 }, params), { endpoint: '' });
|
|
4208
|
+
}
|
|
4209
|
+
cairoLearnMore(params) {
|
|
4210
|
+
return this.bi.log(Object.assign({ evid: 158, src: 144 }, params), { endpoint: '' });
|
|
4211
|
+
}
|
|
4212
|
+
cairoApplyButtonClicked(params) {
|
|
4213
|
+
return this.bi.log(Object.assign({ evid: 159, src: 144 }, params), { endpoint: '' });
|
|
4214
|
+
}
|
|
4215
|
+
cairoChangesBeforeApply(params) {
|
|
4216
|
+
return this.bi.log(Object.assign({ evid: 160, src: 144 }, params), { endpoint: '' });
|
|
4217
|
+
}
|
|
4218
|
+
cairoDiscardChangesBeforeApply(params) {
|
|
4219
|
+
return this.bi.log(Object.assign({ evid: 161, src: 144 }, params), { endpoint: '' });
|
|
4220
|
+
}
|
|
4221
|
+
cairoModalCtaClicked(params) {
|
|
4222
|
+
return this.bi.log(Object.assign({ evid: 162, src: 144 }, params), { endpoint: '' });
|
|
4223
|
+
}
|
|
4224
|
+
cairoDataExtensionUnsuccessfulUpdateInServer(params) {
|
|
4225
|
+
return this.bi.log(Object.assign({ evid: 163, src: 144 }, params), { endpoint: '' });
|
|
4226
|
+
}
|
|
4227
|
+
cairoErrorInLoadingAComponent(params) {
|
|
4228
|
+
return this.bi.log(Object.assign({ evid: 164, src: 144 }, params), { endpoint: '' });
|
|
4229
|
+
}
|
|
4230
|
+
cairoNestedTableCollapseAndExpand(params) {
|
|
4231
|
+
return this.bi.log(Object.assign({ evid: 165, src: 144 }, params), { endpoint: '' });
|
|
4232
|
+
}
|
|
4233
|
+
cairoTagsModalStartLoad(params) {
|
|
4234
|
+
return this.bi.log(Object.assign({ evid: 166, src: 144 }, params), { endpoint: '' });
|
|
4235
|
+
}
|
|
4236
|
+
cairoTagsModalEndProcess(params) {
|
|
4237
|
+
return this.bi.log(Object.assign({ evid: 167, src: 144 }, params), { endpoint: '' });
|
|
4238
|
+
}
|
|
4239
|
+
cairoTagsAddDeleteTag(params) {
|
|
4240
|
+
return this.bi.log(Object.assign({ evid: 168, src: 144 }, params), { endpoint: '' });
|
|
4241
|
+
}
|
|
4242
|
+
cairoTagsUnsuccessfulUpdateInServer(params) {
|
|
4243
|
+
return this.bi.log(Object.assign({ evid: 169, src: 144 }, params), { endpoint: '' });
|
|
4244
|
+
}
|
|
4245
|
+
cairoSearchForTags(params) {
|
|
4246
|
+
return this.bi.log(Object.assign({ evid: 170, src: 144 }, params), { endpoint: '' });
|
|
4247
|
+
}
|
|
4248
|
+
cairoTagsWidgetLoaded(params) {
|
|
4249
|
+
return this.bi.log(Object.assign({ evid: 171, src: 144 }, params), { endpoint: '' });
|
|
4250
|
+
}
|
|
4251
|
+
cairoTagsWidgetClickOnCta(params) {
|
|
4252
|
+
return this.bi.log(Object.assign({ evid: 172, src: 144 }, params), { endpoint: '' });
|
|
4253
|
+
}
|
|
4254
|
+
cairoTagsAssignTag(params) {
|
|
4255
|
+
return this.bi.log(Object.assign({ evid: 173, src: 144 }, params), { endpoint: '' });
|
|
4256
|
+
}
|
|
4257
|
+
cairoPageDiscardChangesBeforeSave(params) {
|
|
4258
|
+
return this.bi.log(Object.assign({ evid: 174, src: 144 }, params), { endpoint: '' });
|
|
4259
|
+
}
|
|
4260
|
+
cairoAssignTagsToEntities(params) {
|
|
4261
|
+
return this.bi.log(Object.assign({ evid: 175, src: 144 }, params), { endpoint: '' });
|
|
4262
|
+
}
|
|
4263
|
+
cairoReloadErrorState(params) {
|
|
4264
|
+
return this.bi.log(Object.assign({ evid: 176, src: 144 }, params), { endpoint: '' });
|
|
4265
|
+
}
|
|
4266
|
+
cairoCustomizeColumnsInSidePanel(params) {
|
|
4267
|
+
return this.bi.log(Object.assign({ evid: 177, src: 144 }, params), { endpoint: '' });
|
|
4268
|
+
}
|
|
4269
|
+
}
|
|
4270
|
+
exports.Logger = Logger;
|
|
4271
|
+
exports.default = init;
|
|
4272
|
+
function getLoggerConf() {
|
|
4273
|
+
return {
|
|
4274
|
+
src: 5,
|
|
4275
|
+
endpoint: ''
|
|
4276
|
+
};
|
|
4277
|
+
}
|
|
4278
|
+
exports.getLoggerConf = getLoggerConf;
|
|
4279
|
+
//# sourceMappingURL=index.js.map
|