Hi all,
I'm trying to build a smart campaign to alert our Customer Success team when the person score experiences a change of either 20 or more OR -20 or less in a period of a week. Is the setup below correct or does the 'Change' constraint only considers score changes of 20 exactly? If the latter, how would I accomplish my goal with this campaign? Thanks!! π
Solved! Go to Solution.
Because you're measuring over a period of a week, you need a new custom field, something like "Weekly score".
Create 2 new smart campaigns:
1: A batch campaign to write lead score to the weekly score field and schedule this to run weekly
2: A trigger campaign using Data value changes (don't use score is changed) with the weekly score field using logic "at least" to send out your alerts
This might be tricky. I believe as you have it, it will trigger based off a change of exactly +20.
You could also use multiple triggers in the same smart campaign - as in, duplicate that filter, and change it to +30 (or the smallest increment a person could have). Then do that until you have it all the way up to your "top score", or whatever is reasonable.
I'm not sure how else you could do this without an external service.
Because you're measuring over a period of a week, you need a new custom field, something like "Weekly score".
Create 2 new smart campaigns:
1: A batch campaign to write lead score to the weekly score field and schedule this to run weekly
2: A trigger campaign using Data value changes (don't use score is changed) with the weekly score field using logic "at least" to send out your alerts
Hi there, the problem with this solution is that if someone reaches the +20 in one day, it will only notify when the first batch campaign runs.
Answered in your other thread. In future, please donβt cross-post, thanks.