File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,11 @@ const decisionsKeyName = "decisions";
29
29
const userCookieName = "optly_akamai_ew_user" ; // Name of cookie that stores user identifier (visitorId) assignment
30
30
const optlyUserIdsHeaderName = "optly-user-id" ;
31
31
const userIdentifierKeyName = "user_identifier" ;
32
- const htmlVariable = "PMUSER_OPTIMIZELY_RESPONSE_HTML" ;
33
- const agentModeVariable = "PMUSER_OPTIMIZELY_ACTIVE_FLAGS_EXPERIMENTS" ;
34
32
const userIdVariable = "PMUSER_OPTIMIZELY_USER_ID" ;
35
33
const flagsListVariable = "PMUSER_OPTIMIZELY_FLAGS_LIST" ;
36
- const attributesListVariable_1 = "PMUSER_OPTIMIZELY_ATTRIBUTES_LIST_1 " ;
37
- const attributesListVariable_2 = "PMUSER_OPTIMIZELY_ATTRIBUTES_LIST_2 " ;
38
- const assignedDecisionsVariable = "PMUSER_OPTIMIZELY_ASSIGNED_DECISIONS " ;
34
+ const attributesListVariable_1 = "PMUSER_OPTIMIZELY_ATTR_LIST_1 " ;
35
+ const attributesListVariable_2 = "PMUSER_OPTIMIZELY_ATTR_LIST_2 " ;
36
+ const assignedDecisionsVariable = "PMUSER_OPTIMIZELY_DECISIONS " ;
39
37
const cookieExpirationSecs = 30 * 24 * 60 * 60 ;
40
38
const cookieExpirationInDays = 30 ;
41
39
const delimeter = "&" ;
You can’t perform that action at this time.
0 commit comments