<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>BlackBerry Developer Blog &#187; ad</title>
	<atom:link href="http://devblog.blackberry.com/tag/ad/feed/" rel="self" type="application/rss+xml" />
	<link>http://devblog.blackberry.com</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 19:58:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='devblog.blackberry.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/9ef0a66c09615fa946c4179662398878?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>BlackBerry Developer Blog &#187; ad</title>
		<link>http://devblog.blackberry.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://devblog.blackberry.com/osd.xml" title="BlackBerry Developer Blog" />
	<atom:link rel='hub' href='http://devblog.blackberry.com/?pushpress=hub'/>
		<item>
		<title>The BlackBerry Advertising Service: Add a revenue stream to your app with less than ten lines of code</title>
		<link>http://devblog.blackberry.com/2011/09/blackberry-advertising-service-sdk-beta/</link>
		<comments>http://devblog.blackberry.com/2011/09/blackberry-advertising-service-sdk-beta/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 18:28:47 +0000</pubDate>
		<dc:creator>Brian Z.</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Platform Services]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[blackberry advertising service]]></category>
		<category><![CDATA[blackberry webworks]]></category>
		<category><![CDATA[sample code]]></category>
		<category><![CDATA[sdk]]></category>

		<guid isPermaLink="false">http://devblog.blackberry.com/?p=7007</guid>
		<description><![CDATA[Introducing the beta release of the BlackBerry Advertising Service SDK.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=7007&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img src="http://rimdevblog.files.wordpress.com/2011/09/ad-service-webworks.jpg?w=600&#038;h=360" alt="" title="" width="600" height="360" class="aligncenter size-full wp-image-7030" /></p>
<p>I am very proud to announce that the <a href="http://us.blackberry.com/developers/platform/adservices/" target="_new">BlackBerry® Advertising Service</a> SDK for BlackBerry® WebWorks™  is ready for its first public beta. This beta is designed to allow BlackBerry WebWorks developers to integrate an additional source of revenue into their applications.</p>
<p>The Advertising Service for BlackBerry WebWorks SDK can be used in your applications running on BlackBerry® 6 OS or higher. With this beta release you can start using the Advertising Service in your production apps – all you need is the BlackBerrry Webworks SDK, a few hours of development and a few lines of code and you will have access to a large and growing network of advertisers, all while dealing directly with just one trusted partner: Research In Motion® (RIM®). </p>
<p>As mentioned above, it only takes a few lines of code to add the Advertising Service to your BlackBerry WebWorks application. The application is designed so that all the work is handled by the library, so all you need to do is define your banner and place it on your screen!  Here’s an example of how simple it can be:</p>
<div class="sample">
<pre>&lt;script type="text/javascript"&gt;
var zoneId = 12345; // Provided by RIM
var bannerObj = new blackberry.advertising.Banner(zoneId, "divId");
&lt;/script&gt;

&lt;div id="divId"&gt;
&lt;!-- Banner ad will be displayed here --&gt;
&lt;/div&gt;</pre>
</div>
<p></p>
<p>This will place a banner wherever you insert the &lt;div&gt; code, as seen in the above screenshot.</p>
<p>To get started, <a href="https://adservices.blackberry.com/register" target="_new">register with the BlackBerry Advertising Service</a> to receive your registered copy of the BlackBerry Advertising Service beta SDK and a unique zone identifier to use in your application. Once you have the Advertising Service integrated and tested, submit it to the BlackBerry App World™ storefront to start earning revenue! Visit the <a href="http://supportforums.blackberry.com/t5/BlackBerry-Advertising-Service/bd-p/ads_serv" target="_new">BlackBerry Advertising Service forum</a> for support, and file issues on our <a href="https://www.blackberry.com/jira/browse/SERV" target="_new">Issue Tracker</a>.</p>
<p>For additional resources, you can check out the <a href="http://docs.blackberry.com/en/developers/subcategories/?userType=21&amp;category=BlackBerry+WebWorks+for+Smartphones" target="_new">Developer&#8217;s Guide and Release Notes</a>, and be sure to read up on the <a href="http://www.blackberry.com/developers/docs/webworks/api/" target="_new">BlackBerry WebWorks API</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimdevblog.wordpress.com/7007/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimdevblog.wordpress.com/7007/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=7007&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devblog.blackberry.com/2011/09/blackberry-advertising-service-sdk-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/93c01acd537bfb61a304b73eef4fce76?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">brianzub1</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2011/09/ad-service-webworks.jpg" medium="image" />
	</item>
	</channel>
</rss>
