AI-generated Key Takeaways
- 
          
The content lists possible statuses a lead can have, categorized by enums.
 - 
          
Lead statuses range from initial stages like
NEWandACTIVEto final stages likeBOOKED,DECLINED,EXPIRED, andDISABLED. - 
          
Additional statuses include
CONSUMER_DECLINEDif the consumer declines, andWIPED_OUTif personally identifiable information is removed. - 
          
UNSPECIFIEDandUNKNOWNare 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. |