You are viewing a single comment's thread.

view the rest of the comments →

bikergang_accountant ago

We need a better Ad system. I have some math that may be able to price it better. You are priced way to high. I've donated via add and directly before but I am far from rich and can't keep doing it. If the Ads had any chance of an ROI it could work. Maybe that's on me because I've never studied ad making but it seems most people who buy an ad don't make $55 back and the people who do it out of charity can only do it once. I know even at $55 dollars for a one day ad it doesn't meet your needs but that shouldn't matter, maximal revenue is independent of viability. We want to get you as close to viability as possible even if it's short.

Let me get some code up for a dynamic price that will weight toward whatever gets you the most revenue. Hopefully we can get some more ads sold. (it still won't get you neutral. You are going to have to drop your costs some how. Lowend box and getting off of windows?). Catalysthost and vpsrus seem to be the best bang for buck with some track record of professionalism.

Also I have some dynamic readwritecache code for sql. I know you have db costs as your highest. Would decreasing the throughput lower costs? The problem is all my code is written in nodejs, but still may be useful. Read from db only once every five minutes for an object even if writing. vpsrus has more ram than it should for the price.

Anyways the simplified price formula when there is no variable cost is sigma(ap^2)/sigma(ap)*(actual/target)^(w). Meaning you take sales from the past as input. It is a weighted average of past price weighted by how profitable it is. Let's say each sale you only get one unit sold to keep it simple. $10, $5, $3... $8.44. Then you have an adjustment that helps the system target a certain amount of volume. Let's say you want to keep three days of ads scheduled out, but you have 5 ads waiting. (5/3)^0.5=1.29 making the price, 10.90. That's where we get sales above average that can inform a higher standard price. The length of schedule you want and the degree of enforcement (w) are the subjective parts. Change the w all the up to 2. (5/3)^2*8.44=23.44 If someone does buy an ad at that price it will strongly inform the base price. The inventory targeting term will make sure that higher price doesn't lead to you never selling again.