Representation of a quota group in ClearVoice.
Demographics Collection of DemographicCriteria
|
The demographics and answers used as the quota group's matching criteria, used to determine which members to target.
Each entry in the Demographics collection acts as an AND clause. Each entry in the Answers collection acts as an OR clause.
For example, in order to target males only, who live in ZIP codes 32256 or 80202, and who own a dog or a cat, the Demographics collection
and their child Answers collections should contain the following entries: (gender, Answers: (male)), (zip, Answers: (32256, 80202)), (pet, Answers: (cat, dog)).
This translates into the following logical expression: (gender = male) AND (zip=32256 OR zip=80202) AND (pet=cat OR pet=dog).
|
AllowDynamicSurveys boolean |
Configures the quota group to allow dynamic surveys.
|
AllowExternalSuppliers boolean |
If true the current suppliers enabled in the system will be enabled to allow them to source this quota group.
|
SurveyInvitations Collection of QuotaGroupSurveyInvitation
|
Survey Invitation localized resources
Currently the two cultures supported are en-us and fr-ca
|
QuotaGroupName string |
The name of the quota group to create.
Required
String length: inclusive between 2 and 100
|
RequestedCompletes integer |
The requested completes for the quota group.
Required
|
BidResponseRate decimal number |
The bid response rate, expressed as a percentage. For example, set to 80 for a 80% bid response rate.
Required
Range: inclusive between 0 and 100
|
IncidenceRate decimal number |
The incidence rate, expressed as a percentage. For example, set to 80 for a 80% incidence rate. This is required in order to calculate CPI based on the rate card for the partner.
Required
|
QuotaGroupTriggers Triggers |
Triggers that will close the quota group if hit.
|