diff --git a/README.md b/README.md index 05967115..17a0406f 100644 --- a/README.md +++ b/README.md @@ -114,9 +114,6 @@ When creating an instance of `OptableSDK`, you can pass an `InitConfig` object t - **`cookies` (boolean, default: `true`)** If `true`, enables the use of browser cookies for storage. -- **`legacyHostCache` (string)** - Used when migrating from one DCN host to another. If specified, it retains the previous cache state when switching hosts. - - **`initPassport` (boolean, default: `true`)** If `true`, initializes the user passport (identity mechanism) upon SDK load. diff --git a/demos/vanilla/identify.html.tpl b/demos/vanilla/identify.html.tpl index a4c12745..5b09cb6f 100644 --- a/demos/vanilla/identify.html.tpl +++ b/demos/vanilla/identify.html.tpl @@ -21,7 +21,6 @@ initPassport: JSON.parse("${DCN_INIT}"), site: "${DCN_SITE}", node: "${DCN_NODE}", - legacyHostCache: "${DCN_LEGACY_HOST_CACHE}", }); optable.instance.tryIdentifyFromParams(); diff --git a/demos/vanilla/nocookies/identify.html.tpl b/demos/vanilla/nocookies/identify.html.tpl index 1c722ec7..53731dc5 100644 --- a/demos/vanilla/nocookies/identify.html.tpl +++ b/demos/vanilla/nocookies/identify.html.tpl @@ -22,7 +22,6 @@ site: "${DCN_SITE}", cookies: false, node: "${DCN_NODE}", - legacyHostCache: "${DCN_LEGACY_HOST_CACHE}", }); optable.instance.tryIdentifyFromParams(); diff --git a/demos/vanilla/nocookies/profile.html.tpl b/demos/vanilla/nocookies/profile.html.tpl index 700a5c41..fc8f1173 100644 --- a/demos/vanilla/nocookies/profile.html.tpl +++ b/demos/vanilla/nocookies/profile.html.tpl @@ -22,7 +22,6 @@ site: "${DCN_SITE}", cookies: false, node: "${DCN_NODE}", - legacyHostCache: "${DCN_LEGACY_HOST_CACHE}", }); optable.instance.tryIdentifyFromParams(); diff --git a/demos/vanilla/nocookies/targeting/gam360-cached.html.tpl b/demos/vanilla/nocookies/targeting/gam360-cached.html.tpl index 1d4488f5..08136b68 100644 --- a/demos/vanilla/nocookies/targeting/gam360-cached.html.tpl +++ b/demos/vanilla/nocookies/targeting/gam360-cached.html.tpl @@ -22,7 +22,6 @@ site: "${DCN_SITE}", cookies: false, node: "${DCN_NODE}", - legacyHostCache: "${DCN_LEGACY_HOST_CACHE}", }); optable.instance.tryIdentifyFromParams(); diff --git a/demos/vanilla/nocookies/targeting/gam360.html.tpl b/demos/vanilla/nocookies/targeting/gam360.html.tpl index b8d420df..18de2bc0 100644 --- a/demos/vanilla/nocookies/targeting/gam360.html.tpl +++ b/demos/vanilla/nocookies/targeting/gam360.html.tpl @@ -22,7 +22,6 @@ site: "${DCN_SITE}", cookies: false, node: "${DCN_NODE}", - legacyHostCache: "${DCN_LEGACY_HOST_CACHE}", }); optable.instance.tryIdentifyFromParams(); diff --git a/demos/vanilla/nocookies/targeting/pair.html.tpl b/demos/vanilla/nocookies/targeting/pair.html.tpl index 1d4488f5..08136b68 100644 --- a/demos/vanilla/nocookies/targeting/pair.html.tpl +++ b/demos/vanilla/nocookies/targeting/pair.html.tpl @@ -22,7 +22,6 @@ site: "${DCN_SITE}", cookies: false, node: "${DCN_NODE}", - legacyHostCache: "${DCN_LEGACY_HOST_CACHE}", }); optable.instance.tryIdentifyFromParams(); diff --git a/demos/vanilla/nocookies/targeting/prebid.html.tpl b/demos/vanilla/nocookies/targeting/prebid.html.tpl index a5155bd4..c915be0b 100644 --- a/demos/vanilla/nocookies/targeting/prebid.html.tpl +++ b/demos/vanilla/nocookies/targeting/prebid.html.tpl @@ -28,7 +28,6 @@ site: "${DCN_SITE}", cookies: false, node: "${DCN_NODE}", - legacyHostCache: "${DCN_LEGACY_HOST_CACHE}", initTargeting: true, }); diff --git a/demos/vanilla/nocookies/witness.html.tpl b/demos/vanilla/nocookies/witness.html.tpl index ffbe5ce6..faa93010 100644 --- a/demos/vanilla/nocookies/witness.html.tpl +++ b/demos/vanilla/nocookies/witness.html.tpl @@ -22,7 +22,6 @@ site: "${DCN_SITE}", cookies: false, node: "${DCN_NODE}", - legacyHostCache: "${DCN_LEGACY_HOST_CACHE}", }); optable.instance.tryIdentifyFromParams(); diff --git a/demos/vanilla/pair/index.html.tpl b/demos/vanilla/pair/index.html.tpl index 44544b27..47c47ec9 100644 --- a/demos/vanilla/pair/index.html.tpl +++ b/demos/vanilla/pair/index.html.tpl @@ -22,7 +22,6 @@ initPassport: JSON.parse("${DCN_INIT}"), site: "${DCN_SITE}", node: "${DCN_NODE}", - legacyHostCache: "${DCN_LEGACY_HOST_CACHE}", cookies: cookiesTransport, }); }); diff --git a/demos/vanilla/profile.html.tpl b/demos/vanilla/profile.html.tpl index c624a7a5..bbaa16d7 100644 --- a/demos/vanilla/profile.html.tpl +++ b/demos/vanilla/profile.html.tpl @@ -21,7 +21,6 @@ initPassport: JSON.parse("${DCN_INIT}"), site: "${DCN_SITE}", node: "${DCN_NODE}", - legacyHostCache: "${DCN_LEGACY_HOST_CACHE}", }); optable.instance.tryIdentifyFromParams(); diff --git a/demos/vanilla/targeting/gam360-cached.html.tpl b/demos/vanilla/targeting/gam360-cached.html.tpl index 92566a3a..ac1bea1f 100644 --- a/demos/vanilla/targeting/gam360-cached.html.tpl +++ b/demos/vanilla/targeting/gam360-cached.html.tpl @@ -21,7 +21,6 @@ initPassport: JSON.parse("${DCN_INIT}"), site: "${DCN_SITE}", node: "${DCN_NODE}", - legacyHostCache: "${DCN_LEGACY_HOST_CACHE}", }); optable.instance.tryIdentifyFromParams(); diff --git a/demos/vanilla/targeting/gam360.html.tpl b/demos/vanilla/targeting/gam360.html.tpl index 02086de0..76287956 100644 --- a/demos/vanilla/targeting/gam360.html.tpl +++ b/demos/vanilla/targeting/gam360.html.tpl @@ -21,7 +21,6 @@ initPassport: JSON.parse("${DCN_INIT}"), site: "${DCN_SITE}", node: "${DCN_NODE}", - legacyHostCache: "${DCN_LEGACY_HOST_CACHE}", }); optable.instance.tryIdentifyFromParams(); diff --git a/demos/vanilla/targeting/prebid.html.tpl b/demos/vanilla/targeting/prebid.html.tpl index e3870667..d5c3b8e8 100644 --- a/demos/vanilla/targeting/prebid.html.tpl +++ b/demos/vanilla/targeting/prebid.html.tpl @@ -27,7 +27,6 @@ initPassport: JSON.parse("${DCN_INIT}"), site: "${DCN_SITE}", node: "${DCN_NODE}", - legacyHostCache: "${DCN_LEGACY_HOST_CACHE}", }); optable.instance.tryIdentifyFromParams(); diff --git a/demos/vanilla/uid2_token/login.html.tpl b/demos/vanilla/uid2_token/login.html.tpl index 306e2593..403389ce 100644 --- a/demos/vanilla/uid2_token/login.html.tpl +++ b/demos/vanilla/uid2_token/login.html.tpl @@ -23,7 +23,6 @@ initPassport: JSON.parse("${DCN_INIT}"), site: "${DCN_SITE}", node: "${DCN_NODE}", - legacyHostCache: "${DCN_LEGACY_HOST_CACHE}", }); optable.instance.tryIdentifyFromParams(); diff --git a/demos/vanilla/witness.html.tpl b/demos/vanilla/witness.html.tpl index 96f08632..86b4cadb 100644 --- a/demos/vanilla/witness.html.tpl +++ b/demos/vanilla/witness.html.tpl @@ -21,7 +21,6 @@ initPassport: JSON.parse("${DCN_INIT}"), site: "${DCN_SITE}", node: "${DCN_NODE}", - legacyHostCache: "${DCN_LEGACY_HOST_CACHE}", }); optable.instance.tryIdentifyFromParams();