问题描述
我很好奇将adoctrol放在PhoneApplicationFrame中,而不是放在每个页面上的adcontrol上。更好的是,我的意思是更多的收入(当然)。
I am curious whether it would be better to place the adcontrol in the PhoneApplicationFrame versus an adcontrol on every page. By better, I mean more revenue (of course).
一些初步分析:
*使用 框架中的AdControl, 当广告投放时,它将具有保持更长时间的能力,因为当用户在页面之间移动时它不会刷新。
* with the AdControl in the Frame, when an ad is served, it will have the capability to stay up longer since it will not refresh as user moves between pages.
*每页都有AdControl,如果广告未投放(更频繁发生),如果用户移动广告请求就有可能发生到新页面(否则我必须等待30秒。)
* With AdControl on each page, if an ad is not served (which is happening more frequently), there is a chance for an ad request to happen if the user moves to a new page (otherwise I have to wait 30sec.)
我对pubcenter算法的工作方式一无所知。有没有人对哪种策略更好有任何见解?
I am pretty ignorant in how pubcenter's algorithms work. Does anyone have any insights into which strategy would be better?
推荐答案
这篇关于每页的Adcontrols与帧中的一个adcontrol的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!