Class Inbound_Automation_Query_Lead
public static
|
#
get_key_map( )
Build Query Loopup Dataset. Keys in th queries array should also have a corresponding method inside of this class prefixed with the query_ namespace. |
public static
INT
|
#
query_page_view_count( ARRAY $filter, $arguments )
Look up how many email links the user has clicked |
public static
INT
|
#
query_email_click_count( arguments $filter, $arguments )
Look up how many forms the user has submissed |
public static
INT
|
#
query_email_open_count( lead_data $filter, $arguments )
Look up how many emails the lead has opened |
public static
INT
|
#
query_form_submissions_count( lead_data $filter, $arguments )
Look up how many emails the lead has opened |
public static
INT
|
#
query_viewed_page_id( lead_data $filter, $arguments )
Lookup if lead has viewed a specific page or not |
public static
INT
|
#
query_opened_email_id( tracked_data $filter, $arguments )
Lookup if lead has opened a specific email |
public static
INT
|
#
query_clicked_cta_id( tracked_data $filter, $arguments )
Lookup if lead has opened a specific email |