<?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/"
	>

<channel>
	<title>Goddchen 's Blog &#187; Flurry Analytics</title>
	<atom:link href="http://blog.goddchen.de/tag/flurry-analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.goddchen.de</link>
	<description></description>
	<lastBuildDate>Wed, 18 Jan 2012 17:12:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Flurry Analytics House Ads &#8211; Market Links not working on Milestone</title>
		<link>http://blog.goddchen.de/2010/07/flurry-analytics-house-ads-market-links-not-working-on-milestone/</link>
		<comments>http://blog.goddchen.de/2010/07/flurry-analytics-house-ads-market-links-not-working-on-milestone/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 10:58:55 +0000</pubDate>
		<dc:creator>Goddchen</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Computer / Informatik]]></category>
		<category><![CDATA[Flurry Analytics]]></category>
		<category><![CDATA[House Ads]]></category>
		<category><![CDATA[Milestone]]></category>

		<guid isPermaLink="false">http://blog.goddchen.de/?p=589</guid>
		<description><![CDATA[Hey everybody, i was experiencing a problem on my Milestone (Android 2.1). When i clicked on any Flurry Ad that led to a market://&#8230; link nothing happened. Instead there was an error in my Logcat saying &#8220;could not find a resolving intent on ad click&#8221;. On my friend&#8217;s Milestone it didn&#8217;t work either. So i [...]]]></description>
			<content:encoded><![CDATA[<p>Hey everybody,</p>
<p>i was experiencing a problem on my Milestone (Android 2.1). When i clicked on any Flurry Ad that led to a market://&#8230; link nothing happened. Instead there was an error in my Logcat saying &#8220;could not find a resolving intent on ad click&#8221;. On my friend&#8217;s Milestone it didn&#8217;t work either.</p>
<p>So i made a workaround: I hosted a PHP file on my webserver which just redirects to the market link. Because clicking ads that lead to webpages work perfectly fine&#8230;</p>
<p>So i created the following file called market_redirect.php on my webserver:</p>
<pre class="brush: php; ">

        $pname = $_GET[&#039;pname&#039;];
        header(&#039;Location: market://search?q=pname:&#039;.$pname);
</pre>
<p>Now everything works fine when users click on my house ads <img src='http://blog.goddchen.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Now i set my destination url to http://<server>/market_redirect.php?pname=
<package>.</p>
<p>Gr33tz Goddchen</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9499338210174440";
google_ad_slot = "2830573475";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.goddchen.de%2F2010%2F07%2Fflurry-analytics-house-ads-market-links-not-working-on-milestone%2F&amp;title=Flurry%20Analytics%20House%20Ads%20%26%238211%3B%20Market%20Links%20not%20working%20on%20Milestone" id="wpa2a_2" onclick="pageTracker._trackPageview('/outgoing/www.addtoany.com/share_save_url=http_3A_2F_2Fblog.goddchen.de_2F2010_2F07_2Fflurry-analytics-house-ads-market-links-not-working-on-milestone_2F_amp_title=Flurry_20Analytics_20House_20Ads_20_26_238211_3B_20Market_20Links_20not_20working_20on_20Milestone?referer=');"><img src="http://blog.goddchen.de/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.goddchen.de/2010/07/flurry-analytics-house-ads-market-links-not-working-on-milestone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

