iPhone开发加入苹果广告(iAd).ppt_第1页
iPhone开发加入苹果广告(iAd).ppt_第2页
iPhone开发加入苹果广告(iAd).ppt_第3页
iPhone开发加入苹果广告(iAd).ppt_第4页
iPhone开发加入苹果广告(iAd).ppt_第5页
免费预览已结束,剩余21页可下载查看

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

integrating iads,by jesse collis melbourne cocoaheads, november 2010,about me,iad topics,iad framework overview integrating iads + demo iad technical caveats ecpm and ctr iad case study,iad framework,introduced in ios 4.0 for iphone coming to ipad in ios 4.2 (friday?) easy to implement will roll out worldwide soon,integrating iads,weak link iads,inside a uiviewcontroller.h,#import interface adsupportedviewcontroller : uiviewcontroller / ivars go here / property is optional property (nonatomic, retain) adbannerview *adview;,if youve weak linked the iad library, this wont cause problems,runtime check for iads,if (nsclassfromstring(“adbannerview“) / setup adview adview = adbannerview alloc initwithframe . ,implement adbannerviewdelegate,/ apple sent you an ad! display the adbannerview from here - (void)bannerviewdidloadad:(adbannerview *)banner; / someone has tapped on an ad ($) - (bool)bannerviewactionshouldbegin:(adbannerview *)banner willleaveapplication:(bool)willleave; / adbannerview has finished - (void)bannerviewactiondidfinish:(adbannerview *)banner; / *sigh* the most common message. hide the adbannerview - (void)bannerview:(adbannerview *)banner didfailtoreceiveadwitherror:(nserror *)error;,end result after you receive a test ad,enable iads in itc,demo jcadsupportednavcontroller,demo is available on github,/jessedc/jcadsupportednavcontroller updates planned for additional ad networks.,technical caveats 1,adbannerview is a black box adbannerview must be displayed in a uiviewcontroller subclass hide adbannerview when theres no ad sometimes test ads dont display, sometimes they do.,technical caveats 2,apple decides when to serve you ads apple doesnt care if you arent being served ads how you handle adbannerview via its delegate can determine the ads you get,adbannerviewdelegate documentation: “preventing ads displaying may alter the advertisements your application sees and reduce the revenue your application earns through iad.”,fill rate % and ctr %,fill rate percentage of total requests supplied with ads ctr = click through rate percentage of people who click on an add,ecpm,effective cost per 1000 (m) impressions includes clicks too?,image source: google adsese blog,iad supported since oct 21, 2010 11,000 upgrades to date 400 app launches per day,case study seoul city metro lite,user demographics,ios versions,79% = ios 4.0 19% = ios 3.1 2% = ios 3.2.x,iad performance,overall performance (since 21 october),rumoured world wide roll out test,why so rubbish?,my top 3 countries,where the iads are released,what else can you do?,integrate additional platforms; admob etc. sell apps for money wait patiently for apple,more info on iad,apple forums /community/iphone/integration/iad iad development guide /library/ios/#documentation/userexperience/conceptual/iad_guide/introduction/introduction.html /appstore/resources/iad/#prepare,thanks,sample code /jessedc/jcadsupportednavcontroller slides http:/www.slidesha

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论