This website stores cookies on your device to improve your website experience and provide more personalized services to you on this website and through other media. To find out more about the cookies we use, see our Cookie Policy.If you click "Accept", we will use your information to serve you better with improved and customized services and for marketing purposes. If you click "Decline", we will not track your personal information on the website except to the extent required to honor your preference so that we do not have to cause inconvenience by asking you to make this choice again unless you clear the cookies.Learn more

App开发者将从这本超过300页有关全球移动经济的著作中获益良多。

目录

Apponomics是能够帮助您走向持续成功道路的基石,它能够一步一步指引您如何为您的App获取高质量的用户并获得收入。

从主流的跨平台工具提供商到领先的App数据公司,从来自中国、日本、韩国等不同区域的App营销大师到超级成功、大红大紫的App公司,本著作能够给您带来丰富的有关如何推广和商业化您的App的独到见解和洞察。

免费预订

  • 第一章

    基于数据看App市场

  • 第二章

    敬请关注

  • 第三章

    从全球范围获取高质量用户

  • 第四章

    商业化和优化速成指南

  • 第五章

    精准挖掘客户终身价值

  • 第六章

    憧憬梦想,走向全球

  • 第七章

    数据驱动的个性化营销

关于作者

Peggy Anne Salz是MobileGroove的创始人和首席分析师(MobileGroove是全球影响力排名前50的提供移动相关社论和分析的机构),她曾经发布过几十部关于移动营销、移动搜索和社交媒体的报告、白皮书和著作,以及300多篇涵盖这些领域的文章。另外,Peggy还是GigaOM PRO的移动分析师,主要关注移动忠诚度、手机短信和移动零售。

该著作同时也注入了来自InMobi的专家顾问以及Tiny Co, Storm8, Fingersoft, Supercell, HasOffers等很多InMobi客户和合作伙伴的智慧和心血。

借助InMobi广告SDK来获取收入

InMobi 致力于帮助开发者从App中获得最大收益! 仅在AdAge品牌100强榜单中就有80个品牌利用 InMobi 平台投放品牌广告,我们将高端品牌与您的目标受众建立联系,从而提升用户参与度并为您实现最佳的eCPMs结果。

仅需约三分钟即可轻松完成创建

只需集成不到三行的代码,您可以在不到3分钟的时间内设置好App并开始接收广告!

获取SDK
观看集成视频

iOS

banner = [[IMBanner alloc] initWithFrame:CGRectMake(0, 0, 320, 50) appId"Insert InMobi App ID Here" adSize:IM_UNIT_320x50]; [banner loadBanner]; [self.view addSubview: banner];

安卓

<com.inmobi.androidsdk.IMAdView android:layout_width="320dp" android:layout_height="50dp" android:id="@+id/imAdview" appId="YOUR_APP_ID" adSize="15" />

Windows

<Ad:IMAdView x:Name="AdView1" RefreshInterval="30" AdSize="15" AppId="<YOUR-APP-ID>" Height="50" Width="320" AnimationType="SLIDE_IN_LEFT" > <Ad:IMAdView.IMAdRequest> <Ad:IMAdRequest LocationInquiryAllowed="False"> </Ad:IMAdRequest> </Ad:IMAdView.IMAdRequest> </Ad:IMAdView>
AdView1.LoadNewAd()