jsteele wrote:
Anonymous wrote:
jsteele wrote:
Anonymous wrote:The ad between the first few headers in recent and same position in threads would be ok if it remained static. Scrolling up moves the ad out of view. Once out of view it pops down to bottom right. Can everyone confirm this is what they see?
This is the expected behavior.
These were the other two options I posted.
There’s still a lot of white space on left/right sides. Can you fill in that vertical top to bottom?
Amazon dictates a maximum # of ads on the vertical sides?
Lastly, have you thought about offering premium pay to opt out of ads? Can we register or subscribe for payment but remain anonymous posters?
Can we throw money at the problem to go add free?
When I was testing these ads in our development environment I originally put them on the side as you suggest. However, I learned that Google prohibits this. Google has a lot of surprising rules. Strictly speaking, these ads don't come from Google so I could ignore them. But, so many of the companies that provide the ads use Google and follow their rules. So, we would lose many of the ads we would get otherwise.
Regarding premium services in which users play for ad free environments, it is complicated by the desire for users to remain anonymous. This would require that users register and, currently, our registration system doesn't work all that well. I could have a setting that keeps "anonymous" as the username for logged in users that desire it, but that requires adding a field to the user table in the database to track whether "anonymous" or the regular username is used. Anything that involves changing the database is difficult because it can't be tested in a live environment and involves a certain amount of risk of breaking things. We would also have to have a payment system and a method of tracking who paid and when the period the payment covers expires. All of that is an administrative headache.