Page 1 of 1

Weightage for Lead Lists

PostPosted: Tue Feb 09, 2016 6:55 am
by saiy2k
Hi,

We need to do a customization on how the Hopper List is generated. Need advice on where to start on Coding.

The Hopper list is now generated being taking the contacts from the Active Lead Lists. Now we would like to assign a weightage to each active list and the hopper list be generate based on the weightage.

Now, we are able to
* Create a MySQL Table [campaign id, lead list id, weightage],
* Edit the Lead Listing table in Campaign Page UI to enter the weightage value.

Please tell which is the code responsible for the Hopper list generation, so we can edit it and how/where the hopper lists are stored.

Thanks :-)

Re: Weightage for Lead Lists

PostPosted: Tue Feb 09, 2016 7:25 am
by mflorell
You are going to have to explain in more detail exactly what "weightage" is. We usually recommend using the "rank" field for something like this.

Re: Weightage for Lead Lists

PostPosted: Tue Feb 09, 2016 9:41 am
by saiy2k
Thanks for the response, Let me explain with a sample Scenario.

Let's say there are 5 lead lists, L1, L2, L3, L4 and L5, each with 100 contacts. Then we should be able to assign weightage to the lists as follows:
L1 - 25%
L2 - 15%
L3 - 25%
L4 - 15%
L5 - 20%

If Hopper list count is set to 1000, then

250 contacts should come from L1 (25%)
150 contacts should come from L2 (15%)
250 contacts should come from L3 (25%)
150 contacts should come from L4 (15%)
200 contacts should come from L5 (20%)

Re: Weightage for Lead Lists

PostPosted: Tue Feb 09, 2016 10:06 am
by mflorell
Sounds like you want to try List Mix.

Re: Weightage for Lead Lists

PostPosted: Tue Feb 09, 2016 10:27 pm
by saiy2k
Thanks for the Hint. Will read about `List Mix`