Skip to content
Closed
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
22 changes: 0 additions & 22 deletions libraries/intentIqConstants/intentIqConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ export const SUPPORTED_TYPES = ["html5", "cookie"];

export const WITH_IIQ = "A";
export const WITHOUT_IIQ = "B";
export const DEFAULT_PERCENTAGE = 95;
export const CLIENT_HINTS_KEY = "_iiq_ch";
export const EMPTY = "EMPTY";
export const GVLID = 1323;
export const VERSION = 0.38;
export const PREBID = "pbjs";
Expand All @@ -15,19 +13,6 @@ export const HOURS_72 = HOURS_24 * 3;

export const INVALID_ID = "INVALID_ID";

export const SYNC_REFRESH_MILL = 3600000;
export const META_DATA_CONSTANT = 256;

export const MAX_REQUEST_LENGTH = {
// https://www.geeksforgeeks.org/maximum-length-of-a-url-in-different-browsers/
chrome: 2097152,
safari: 80000,
opera: 2097152,
edge: 2048,
firefox: 65536,
ie: 2048,
};

export const CH_KEYS = [
"brands",
"mobile",
Expand All @@ -39,10 +24,3 @@ export const CH_KEYS = [
"platformVersion",
"fullVersionList",
];

export const AB_CONFIG_SOURCE = {
PERCENTAGE: "percentage",
GROUP: "group",
IIQ_SERVER: "IIQServer",
DISABLED: "disabled",
};
97 changes: 0 additions & 97 deletions libraries/intentIqUtils/defineABTestingGroupUtils.ts

This file was deleted.

98 changes: 0 additions & 98 deletions libraries/intentIqUtils/detectBrowserUtils.ts

This file was deleted.

121 changes: 0 additions & 121 deletions libraries/intentIqUtils/gamPredictionReport.ts

This file was deleted.

1 change: 0 additions & 1 deletion libraries/intentIqUtils/getSyncKey.ts

This file was deleted.

Loading
Loading