@codebards/ik-embeddable-form 0.0.2678861976-qa → 0.0.2679018970-qa
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/dist/embed.js +4 -5
- package/dist/embed.js.map +1 -1
- package/package.json +1 -1
package/dist/embed.js
CHANGED
|
@@ -1673,8 +1673,6 @@ var IKEmbeddableFormBundle = function(exports) {
|
|
|
1673
1673
|
};
|
|
1674
1674
|
const STEP_VIEW_CLICK_IDS = {
|
|
1675
1675
|
"slot-selection": "webinar-modal_button_show-webinar-slots",
|
|
1676
|
-
"profile-details": "Gql-form_button_gql-registration-step",
|
|
1677
|
-
"goals-details": "Gql-form_button_gql-qualification-step",
|
|
1678
1676
|
"consultation-prefs": "Gql-form-button_finish"
|
|
1679
1677
|
};
|
|
1680
1678
|
const WORDPRESS_BACK_CLICK_ID = "webinar-modal_button_go-back";
|
|
@@ -1684,7 +1682,6 @@ var IKEmbeddableFormBundle = function(exports) {
|
|
|
1684
1682
|
const PROCEED_CLICK_IDS = {
|
|
1685
1683
|
"contact-details": "webinar-modal_button_show-webinar-slots",
|
|
1686
1684
|
"slot-selection": "Webinar-modal_button_open-gql",
|
|
1687
|
-
"profile-details": "webinar-modal_button_show-profile-details",
|
|
1688
1685
|
"goals-details": "webinar-modal_button_show-goals-details",
|
|
1689
1686
|
"consultation-prefs": "webinar-modal_button_finish-gql"
|
|
1690
1687
|
};
|
|
@@ -2360,7 +2357,9 @@ var IKEmbeddableFormBundle = function(exports) {
|
|
|
2360
2357
|
utm_campaign: String(data.utm_campaign ?? ""),
|
|
2361
2358
|
GA_event_id: Number(gaEventId)
|
|
2362
2359
|
});
|
|
2363
|
-
await trackFormEventsActivity("gql", data, {
|
|
2360
|
+
await trackFormEventsActivity("gql", data, {
|
|
2361
|
+
clickId: "Gql-form_button_gql-registration-step"
|
|
2362
|
+
});
|
|
2364
2363
|
}
|
|
2365
2364
|
if (step.onStepSuccess === "webinar-form-complete") {
|
|
2366
2365
|
const data = this.enrichFormDataForApi();
|
|
@@ -20820,7 +20819,7 @@ ${intlTelStyles}`;
|
|
|
20820
20819
|
destroy();
|
|
20821
20820
|
},
|
|
20822
20821
|
getVersion() {
|
|
20823
|
-
return "1.0.
|
|
20822
|
+
return "1.0.26";
|
|
20824
20823
|
}
|
|
20825
20824
|
};
|
|
20826
20825
|
if (typeof window !== "undefined") {
|