Hey guys,
I just found a program that would set one of our leadscores by -10 if a certain condition was not met. In turn this resulted in quite a few leads starting with a negative leadscore. Ideally I would like to reset all of these scores to 0 as it's pointless to have negative ones.
I've already added a choice in the program so that if they have a 10 or less score, it does nothing.
When I try to create a smartlist to see negative scores, it tells me the number is invalid and when I try "less than 0" it also does not come up with any results.
What would be an optimal way to target those negative lead scores and reset them to 0?
Thank you for your time.
Solved! Go to Solution.
Hi Justin Laberge,
Good idea putting a floor on the lead score.
To set the existing negative lead scores to zero, create a single batch smart campaign. Smart list is all leads that have score < zero, and the single flow action is to set the lead score to zero. Screenshot below!
Hi Justin Laberge,
Good idea putting a floor on the lead score.
To set the existing negative lead scores to zero, create a single batch smart campaign. Smart list is all leads that have score < zero, and the single flow action is to set the lead score to zero. Screenshot below!
Whoops, I replied a bit too quickly. This was exactly what I was looking for.
Thank you for your help!
Same thing we do!