I am using semi automatic for most my products, mainly because full doesn't work enough for me,
but it makes me use a lot of conditions and I was wonder if there is a way to make it more simple.
for example,
let say my maximum cpa is 10,
so, I want to close each section, or each content, which gain X conversion, and spend (x+1)times Maxcpa
like
spend > 20 & cpa >= 20
spend> 30 & cpa >=15
spend> 40 & cpa >=13.33
spend> 50 & cpa >=12.5
spend> 60 & cpa >=12
spend> 80 & cpa >=11.5
spend> 110 & cpa >=11
and so on..
till it get higher spend and the cpa come closer
and it makes me 2 problems.
The small one, is that I am doing the same thing for the content,
and the bigger one, is when after some time, I decide my cpa can be higher, or lower, and I have to change all the conditions, one by one
Any ideas?