Dynamic Skimming
If you're sending traders at the default 120% but your sales are significantly higher, you're likely over-delivering. The traders won't be able to send you back enough traffic in return. In this case, increase skimming to send more visitors to your content.
Conversely, if you're under-delivering to traders, decrease skimming.
Dynamic skimming automates these adjustments.
How it works
Every minute, the script checks your active conditions against the current stats. When a condition is met, it sets the specified skimming value for the duration you defined.
Example:
If Daily Return < 100, set default skimming to 50 for 30 minutes.
After 30 minutes, the script checks the condition again. If it still applies, skimming stays at 50 for another 30 minutes.
Important: Conditions are checked top to bottom. Once one condition triggers, all conditions below it are skipped.
In the Default Skim field, you can use `+` and `-` to adjust relative to the current default skimming (e.g., `+10` to increase by 10%).
You can also write custom formulas using the `$total` array:
Array (
[day] => Array
(
[rd] => 22
[ud] => 5
[od] => 0
[cd] => 11
[ctd] => 0
[cud] => 11
[thishouru] => 1
[thishourr] => 9
[thishouro] => 0
[thishourc] => 2
[thishourct] => 0
[thishourcu] => 2
)
[prod] => Array
(
[hour_trade] => 0
[hour_total] => 2
[day_trade] => 0
[day_total] => 2.2
[hour_out2click] => 0
[hour_click2out] => 0
[day_out2click] => 0
[day_click2out] => 0
)
)
Only mathematical operations are supported in custom formulas.
