I’m trying to capture the number of MQLs within a give timeframe. For us, it would be those contacts who score 100 points.
For example, I want to know how many people scored 100 points in the last 2 weeks. (Only new MQLs, not all MQLs.) I can check for those who have a score of > 100. But the challenge is to only count them once (when they initially cross the 100 point barrier). I don’t want to count them again if they increase their score in the following 2 weeks.
For now, I’m catching anyone with 100-150 points within the date range. –this is not accurate, but it should get me in the ballpark.
Can anyone think of a better way to do this?
Thanks!