matchRateRange property

String? matchRateRange
getter/setter pair

Match rate of the Customer Match user list upload.

Describes the estimated match rate when the status of the job is "RUNNING" and final match rate when the final match rate is available after the status of the job is "SUCCESS/FAILED".

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Default value for match rate range.
  • "MATCH_RANGE_LESS_THAN_20" : Match rate range for offline data upload entity is between 0% and 19%.
  • "MATCH_RANGE_20_TO_30" : Match rate range for offline data upload entity is between 20% and 30%.
  • "MATCH_RANGE_31_TO_40" : Match rate range for offline data upload entity is between 31% and 40%.
  • "MATCH_RANGE_41_TO_50" : Match rate range for offline data upload entity is between 41% and 50%.
  • "MATCH_RANGE_51_TO_60" : Match rate range for offline data upload entity is between 51% and 60%.
  • "MATCH_RANGE_61_TO_70" : Match rate range for offline data upload entity is between 61% and 70%.
  • "MATCH_RANGE_71_TO_80" : Match rate range for offline data upload entity is between 71% and 80%.
  • "MATCH_RANGE_81_TO_90" : Match rate range for offline data upload entity is between 81% and 90%.
  • "MATCH_RANGE_91_TO_100" : Match rate range for offline data upload entity is more than or equal to 91%.

Implementation

core.String? matchRateRange;