Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 0 additions & 1 deletion demos/vanilla/identify.html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
initPassport: JSON.parse("${DCN_INIT}"),
site: "${DCN_SITE}",
node: "${DCN_NODE}",
legacyHostCache: "${DCN_LEGACY_HOST_CACHE}",
});

optable.instance.tryIdentifyFromParams();
Expand Down
1 change: 0 additions & 1 deletion demos/vanilla/nocookies/identify.html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
site: "${DCN_SITE}",
cookies: false,
node: "${DCN_NODE}",
legacyHostCache: "${DCN_LEGACY_HOST_CACHE}",
});

optable.instance.tryIdentifyFromParams();
Expand Down
1 change: 0 additions & 1 deletion demos/vanilla/nocookies/profile.html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
site: "${DCN_SITE}",
cookies: false,
node: "${DCN_NODE}",
legacyHostCache: "${DCN_LEGACY_HOST_CACHE}",
});

optable.instance.tryIdentifyFromParams();
Expand Down
1 change: 0 additions & 1 deletion demos/vanilla/nocookies/targeting/gam360-cached.html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
site: "${DCN_SITE}",
cookies: false,
node: "${DCN_NODE}",
legacyHostCache: "${DCN_LEGACY_HOST_CACHE}",
});

optable.instance.tryIdentifyFromParams();
Expand Down
1 change: 0 additions & 1 deletion demos/vanilla/nocookies/targeting/gam360.html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
site: "${DCN_SITE}",
cookies: false,
node: "${DCN_NODE}",
legacyHostCache: "${DCN_LEGACY_HOST_CACHE}",
});

optable.instance.tryIdentifyFromParams();
Expand Down
1 change: 0 additions & 1 deletion demos/vanilla/nocookies/targeting/pair.html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
site: "${DCN_SITE}",
cookies: false,
node: "${DCN_NODE}",
legacyHostCache: "${DCN_LEGACY_HOST_CACHE}",
});

optable.instance.tryIdentifyFromParams();
Expand Down
1 change: 0 additions & 1 deletion demos/vanilla/nocookies/targeting/prebid.html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
site: "${DCN_SITE}",
cookies: false,
node: "${DCN_NODE}",
legacyHostCache: "${DCN_LEGACY_HOST_CACHE}",
initTargeting: true,
});

Expand Down
1 change: 0 additions & 1 deletion demos/vanilla/nocookies/witness.html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
site: "${DCN_SITE}",
cookies: false,
node: "${DCN_NODE}",
legacyHostCache: "${DCN_LEGACY_HOST_CACHE}",
});

optable.instance.tryIdentifyFromParams();
Expand Down
1 change: 0 additions & 1 deletion demos/vanilla/pair/index.html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
initPassport: JSON.parse("${DCN_INIT}"),
site: "${DCN_SITE}",
node: "${DCN_NODE}",
legacyHostCache: "${DCN_LEGACY_HOST_CACHE}",
cookies: cookiesTransport,
});
});
Expand Down
1 change: 0 additions & 1 deletion demos/vanilla/profile.html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
initPassport: JSON.parse("${DCN_INIT}"),
site: "${DCN_SITE}",
node: "${DCN_NODE}",
legacyHostCache: "${DCN_LEGACY_HOST_CACHE}",
});

optable.instance.tryIdentifyFromParams();
Expand Down
1 change: 0 additions & 1 deletion demos/vanilla/targeting/gam360-cached.html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
initPassport: JSON.parse("${DCN_INIT}"),
site: "${DCN_SITE}",
node: "${DCN_NODE}",
legacyHostCache: "${DCN_LEGACY_HOST_CACHE}",
});

optable.instance.tryIdentifyFromParams();
Expand Down
1 change: 0 additions & 1 deletion demos/vanilla/targeting/gam360.html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
initPassport: JSON.parse("${DCN_INIT}"),
site: "${DCN_SITE}",
node: "${DCN_NODE}",
legacyHostCache: "${DCN_LEGACY_HOST_CACHE}",
});

optable.instance.tryIdentifyFromParams();
Expand Down
1 change: 0 additions & 1 deletion demos/vanilla/targeting/prebid.html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
initPassport: JSON.parse("${DCN_INIT}"),
site: "${DCN_SITE}",
node: "${DCN_NODE}",
legacyHostCache: "${DCN_LEGACY_HOST_CACHE}",
});

optable.instance.tryIdentifyFromParams();
Expand Down
1 change: 0 additions & 1 deletion demos/vanilla/uid2_token/login.html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
initPassport: JSON.parse("${DCN_INIT}"),
site: "${DCN_SITE}",
node: "${DCN_NODE}",
legacyHostCache: "${DCN_LEGACY_HOST_CACHE}",
});

optable.instance.tryIdentifyFromParams();
Expand Down
1 change: 0 additions & 1 deletion demos/vanilla/witness.html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
initPassport: JSON.parse("${DCN_INIT}"),
site: "${DCN_SITE}",
node: "${DCN_NODE}",
legacyHostCache: "${DCN_LEGACY_HOST_CACHE}",
});

optable.instance.tryIdentifyFromParams();
Expand Down