Structure

Below is a list of all the fields related to leads is Referral Factory.

Attributes


id integer
Unique identifier for the 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 user.


email string
The email address for the current user.


source enum
Shows the source of the user. Possible values could be:
Referral Link, Api, Added, Submitted, Test.


ip string
Shows IP address where user joined from.


signed_up_at date
Shows when user joins campaign.


qualified_at nullable date
Shows date when user qualified. If user not qualified property value will be null.


unsubscribed_at nullable date
Shows date when user 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 user filled when joined campaign.


meta . * . value mixed
Value of current field which user filled when joined campaign.