SOLVED

Re: Prevent MQL on score reduction

Go to solution
Anonymous
Not applicable

Prevent MQL on score reduction

I am wondering how to prevent a lead from activating our score-based MQL trigger when their score is REDUCED (every 30 days with lack of activity). For example, previously had 45 points and was an MQL....30 days gone by, the MQL is "recycled", score is reduced to 35 points and then triggers the MQL again (which is set to be eligible every 30 days).

Any ideas?

1 ACCEPTED SOLUTION

Accepted Solutions
Grégoire_Miche2
Level 10

Re: Prevent MQL on score reduction

Hi Naor,

Use a "data value changes" trigger instead of a "score changes" one. The "Data value changes" will enable you to set a previous value < 30 and New value >= 30.

-Greg

View solution in original post

2 REPLIES 2
Grégoire_Miche2
Level 10

Re: Prevent MQL on score reduction

Hi Naor,

Use a "data value changes" trigger instead of a "score changes" one. The "Data value changes" will enable you to set a previous value < 30 and New value >= 30.

-Greg

Anonymous
Not applicable

Re: Prevent MQL on score reduction

You are a genius Greg. Thank you for this.