AI-generated Key Takeaways
-
The content lists possible statuses a lead can have, categorized by enums.
-
Lead statuses range from initial stages like
NEW
andACTIVE
to final stages likeBOOKED
,DECLINED
,EXPIRED
, andDISABLED
. -
Additional statuses include
CONSUMER_DECLINED
if the consumer declines, andWIPED_OUT
if personally identifiable information is removed. -
UNSPECIFIED
andUNKNOWN
are used for general or return value purposes.
Possible statuses of lead.
Enums | |
---|---|
|
Not specified. |
|
Used for return value only. Represents value unknown in this version. |
|
New lead which hasn't yet been seen by advertiser. |
|
Lead that thas been interacted by advertiser. |
|
Lead has been booked. |
|
Lead was declined by advertiser. |
|
Lead has expired due to inactivity. |
|
Disabled due to spam or dispute. |
|
Consumer declined the lead. |
|
Personally Identifiable Information of the lead is wiped out. |