KPI Accumulators
<CommissionsPayoutKPI>
<CommissionsPayoutKPI>
Create a KPI of the amount of money you are making on a bonus.
Attribute | Description |
---|---|
BonusName | The bonus name. |
Example
<CommissionsPayoutKPI BonusName="" />
<LegCountAccumulator>
<LegCountAccumulator>
Attribute | Description |
---|---|
Tree | |
TreeIndex | |
Rule | |
PersonalSponsored | |
MaxValue | |
Leg |
Example
<TemplateKPI Description="Builder Legs" Key="BLegS">
<Accumulator>
<LegCountAccumulator Tree="Enrollment" TreeIndex="0" OptionID="BLeg" PersonalSponsored="False" MaxValue="0" Leg="" />
</Accumulator>
</TemplateKPI>
<NodeCountAccumulator>
<NodeCountAccumulator>
Attribute | Description |
---|---|
Tree | |
TreeIndex | |
Rule | |
BegGen | |
EndGen | |
CompressRule | |
IncludeCompressed |
Example
<TemplateKPI Description="Sponsored Quick Start 200" Key="SQS200">
<Accumulator>
<NodeCountAccumulator Tree="Enrollment" TreeIndex="0" OptionID="QS200" BegGen="1" EndGen="1" CompressOptionID="" IncludeCompressed="False" />
</Accumulator>
</TemplateKPI>
<QualifingGroupVolume>
<QualifingGroupVolume>
Attribute | Description |
---|---|
RankVariation | |
RankConditionName |
Example
<TemplateKPI Description="Sponsored Quick Start 200" Key="SQS200">
<Accumulator>
<QualifingGroupVolume RankVariation="" RankConditionName="" />
</Accumulator>
</TemplateKPI>
<TreeFullAccumulator>
<TreeFullAccumulator>
Attribute | Description |
---|---|
Tree | |
Levels |
Element | Description |
---|---|
<Condition> |
Example
<TemplateKPI Description="Sponsored Quick Start 200" Key="SQS200">
<Accumulator>
<TreeFullAccumulator Tree="" Levels="">
<Condition>
<PVCondition Volume="IVolumeAccumulator" Min="100" Max="900" />
</Condition>
</TreeFullAccumulator>
</Accumulator>
</TemplateKPI>
<UnilevelLegVolume>
<UnilevelLegVolume>
Attribute | Description |
---|---|
TreeVolume | |
LegRanking |
Example
<TemplateKPI Description="Builder Legs" Key="BLegS">
<Accumulator>
<UnilevelLegVolume TreeVolume="" LegRanking="" />
</Accumulator>
</TemplateKPI>
<VolumeSumAccumulator>
<VolumeSumAccumulator>
Attribute | Description |
---|---|
Volume | |
TreeVolume | |
PersonalVolume |
Example
<TemplateKPI Description="Team Sales Volume1" Key="TSKPI1">
<Accumulator>
<VolumeSumAccumulator TreeVolume="TS" PersonalVolume="PS" Volume="PS" />
</Accumulator>
</TemplateKPI>
Updated over 3 years ago