Skip to content

Latest commit

 

History

History
19 lines (8 loc) · 661 Bytes

File metadata and controls

19 lines (8 loc) · 661 Bytes

IncrementalIdentificationStatus

Only included for requests using incremental identification.

  • partially_completed - Indicates this event corresponds to a 'minimal' request. Smart Signals, even if included in your plan, are not computed; hence, their values must be ignored.
  • completed - Indicates this event corresponds to a 'complete' request. Smart Signals, if included in your plan, are computed; hence, their values are valid and relevant.

Enum

  • PARTIALLY_COMPLETED (value: "partially_completed")

  • COMPLETED (value: "completed")

  • UNSUPPORTED_VALUE_SDK_UPGRADE_REQUIRED (value: "unsupported_value_sdk_upgrade_required")