Skip to content

Commit

Permalink
Add Elmo Experiment FPTI Keys (#128)
Browse files Browse the repository at this point in the history
* add elmo experiment fpti keys

* prettier

---------

Co-authored-by: Spencer Sablan <[email protected]>
  • Loading branch information
spencersablan and Spencer Sablan authored Aug 8, 2023
1 parent d5b78a8 commit a9e03a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/fpti.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ export const FPTI_KEY = {
ERROR_CODE: ("ext_error_code": "ext_error_code"),
ERROR_DESC: ("ext_error_desc": "ext_error_desc"),
PAGE_LOAD_TIME: ("page_load_time": "page_load_time"),
EXPERIMENT_EXPERIENCE:
("experimentation_experience": "experimentation_experience"),
EXPERIMENT_TREATMENT:
("experimentation_treatment": "experimentation_treatment"),
EXPERIMENT_NAME: ("pxp_exp_id": "pxp_exp_id"),
TREATMENT_NAME: ("pxp_trtmnt_id": "pxp_trtmnt_id"),
TRANSITION_TIME: ("transition_time": "transition_time"),
Expand Down

0 comments on commit a9e03a9

Please sign in to comment.