Below is a list of all the fields related to leads is Referral Factory.
Attributes
id integer
Unique identifier for the lead.
code string
The unique code of the current lead.
campaign_id integer
The unique identifier of campaign of the current lead.
referrer_id integer
The unique identifier of referrer of the current lead.
first_name string
The first name of the current lead.
email string
The email address for the current lead.
source enum
Shows the source of the lead. Possible values could be:Referral Link, Api, Added, Submitted, Test.
ip string
Shows IP address where lead joined from.
signed_up_at date
Shows when lead joins campaign.
qualified_at nullable date
Shows date when user qualified. If lead not qualified property value will be null.
unsubscribed_at nullable date
Shows date when lead unsubscribed from email notifications. If user still subscribed then property value will be null.
meta array
Details about each meta object.
meta . * . field
string
Campaign field label which lead filled when joined campaign.
meta . * . value
mixed
Value of current field which lead filled when joined campaign.