targetMigrationEnabled
The targetMigrationEnabled property is a boolean that allows the Web SDK to read and write the mbox and mboxEdgeCluster cookies that the Adobe Target 1.x and 2.x libraries use. This option allows you to preserve the visitor profile between pages using previous Adobe Target implementations and pages using the Web SDK.
Set the targetMigrationEnabled boolean when running the configure command. If you omit this property when configuring the Web SDK, it defaults to false. Set this value to true if you have some pages that still use the Adobe Target 1.x or 2.x libraries.
alloy("configure", {
datastreamId: "ebebf826-a01f-4458-8cec-ef61de241c93",
orgId: "ADB3LETTERSANDNUMBERS@AdobeOrg",
targetMigrationEnabled: true
});
Enable Target migration using the Web SDK tag extension
This setting can be configured in the Web SDK tag extension using Personalization configuration settings.
recommendation-more-help
1ae86b30-e55e-49c1-ab11-9d0356a5f3e1