Merge branch 'develop' into CASH-132-dontation-widget-foster-love

This commit is contained in:
Bryan Mauger 2025-02-04 14:15:51 -05:00
commit fec478340d
2 changed files with 4 additions and 8 deletions

View file

@ -80,11 +80,7 @@ import vehicleQuestion from "@/layouts/vehicle/vehicle-question/vehicle-question
// Supporting files
import { fetchCmsContentForPage } from "@/helpers/cms-content-helper";
import { experimentUniverses } from "@/constants/experiments";
import {
getSessionKeyValue,
getUserIdValue,
getDeviceIdValue,
} from "@/helpers/heritage-integration/cookie-helper";
import { getSessionKeyValue, getUserIdValue, getDeviceIdValue } from "@/helpers/heritage-integration/cookie-helper";
import { settleAllPromises } from "@/helpers/layout-helper";
import { Form, defineRule } from "vee-validate";
import { required } from "@/helpers/validation-rules";
@ -192,10 +188,10 @@ export default {
userId: getUserIdValue(),
deviceId: getDeviceIdValue(),
sessionKey: getSessionKeyValue(),
pageName: "vehicle-logExposure", //to.query.fmgPage,
pageName: to.query.fmgPage,
experiment: experimentForLogging,
},
"vehicle-logExposure",
"vehicle",
false
);
}

View file

@ -810,7 +810,7 @@ async function runExperiments(nextPage) {
{
deviceId: getDeviceIdValue(),
triggerEvent: experimentTriggers.PAGE_ENTRY,
triggerValue: nextPage == "vehicle" ? "vehicle-pageEntry" : nextPage,
triggerValue: nextPage,
},
nextPage
);