Methods for calculating Penetration Rate.
Namespace: ININ.IceLib.Configuration.Dialer.DataTypesAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
| C# |
|---|
public enum PenetrationRateCalculationMode |
| Visual Basic |
|---|
Public Enumeration PenetrationRateCalculationMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| CallListPenetration | 1 | Contact list records penetrated at least once divided by the number of contact list records. | |
| PhoneNumberPenetration | 2 | Phone number column records penetrated at least once divided by the number of records in the same phone number column. | |
| CallListSaturation | 3 | Total penetrated contact lists records divided by the number of contact list records. | |
| PhoneNumberSaturation | 4 | Total penetrated contact list records by phone number column divided by the number of records in the phone number column. |