How Engagement status is calculated in User smart list
Posted by The Team at Mindmatrix on 21 June 2019 03:15 PM
How Engagement status is calculated in User smart list
  
ActiveContactStatus : 
            count = active contact count created by user in its company and who opened any email 
            activity Date =  latest activity done by any active contact created by user in its company whose last activity is not null 
            status = getStatus(count, activity Date); 
            
AssetUsedStatus : 
            count = distinct active template count created by user in its company 
            activity Date = latest active media created by user in its company 
            status = getStatus(count, activity Date); 
  
EmailActivityStatus : 
            count =  sum of total emails sent by users and created by users 
            activityDate = latest active email sent by user which is crated by user in its company 
            status = getStatus(count, activityDate); 
            
LeadGeneratedStatus : 
            count = total active lead requested by user in its  company 
            activityDate = latest lead requested by user 
            status = getStatus(count, activityDate); 
  
LoginStatus : 
            count =user's total logins 
            activityDate = user's last login date 
            status = getStatus( count, activityDate); 
            
MediaActivityStatus : 
            count = total media created by users 
            activityDate = latest media created by user 
            status = getStatus(count, activityDate); 
            
MediaCreatedStatus : 
            count = total media created by users 
            activityDate = latest media created by user 
            status = getStatus(count, activityDate); 
            
OpportunityStatus :  
            count = total opportunities created by users 
            activityDate = latest opportunity created by user 
            status = getStatus(count, activityDate); 
            
PlaybookActivityStatus : 
            count = total playbook media created by user 
            activityDate = latest play book media created by user 
            status = getStatus(count, activityDate); 
  
ContactStatus: user's total contacts of Respective status 
  
UserEngagementStatus: user's engagement status based on its score 
  
SocialDripCampaignCreatedStatus: latest social drip created on status (status based on activity-based status) 
  
SocialDripCampaignRunningStatus: latest social drip status on last publishing (status based on activity-based status) 
  
DripCampaignCreatedStatus: latest drip created on status (status based on activity-based status) 
  
DripCampaignRunningStatus: latest drip status on last running time(status based on activity-based status) 
 
 

Interested in learning more about Mindmatrix software? Join our email list to get the latest software release notes, videos and how-to articles.


Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).