You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python: provide breakdown to differentiate net new and modified new appendix
Summary:
Add breakdown to differentiate net new (0->1) event and modified event.
- Add new appendix type constants: APPENDIX_GENERAL_NEW (0x01), APPENDIX_NET_NEW (0x02), APPENDIX_MODIFIED_NEW (0x03), APPENDIX_NO_CHANGE (0x00)
- Change _get_appendix() API from boolean to appendix type constant
- Update all usages to use appropriate appendix type:
- APPENDIX_NET_NEW: Brand new cookies/PII (0->1)
- APPENDIX_MODIFIED_NEW: Updated existing cookies with new payload
- APPENDIX_NO_CHANGE: Existing values without modification
TODO: cleanup the APPENDIX_GENERAL_NEW flag, since no longer in use
Differential Revision: D91706612
fbshipit-source-id: 3b78f1a87c0a838a732398f6305b9de390253cca
0 commit comments