orderfromchaos Posted December 25, 2014 Share Posted December 25, 2014 Hi I’m in the process of developing a marketplace web application that will provide different levels of advertising priority based on ad spend. I’m trying to get a basic understanding of how this prioritization is translated into a working algorithm. For example: If we have 3 tiers of advertisers - free, $1, $2 - and I want to rotate them so they all appear on search results but with a different frequency for those who pay more, is that something that is easy to implement? And, what kind of professional has the specific knowledge and experience to do this? Link to comment Share on other sites More sharing options...
vakart Posted December 26, 2014 Share Posted December 26, 2014 Here’s an approach…Pick a random number between 1 & 3If 1Display a random advert from tier 2 poolIf 2Display a random advert from tier 2 and tier 1 poolIf 3Display a random advert from tier 2 and tier 1 and free poolHope thats useful. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.