<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: How To Integrate Google Analytics Tracking Into Your Apps In 7 Minutes</title>
	<atom:link href="/2010/04/22/how-to-integrate-google-analytics-tracking-into-your-apps-in-7-minutes/feed/" rel="self" type="application/rss+xml" />
	<link>http://icodeblog.com/2010/04/22/how-to-integrate-google-analytics-tracking-into-your-apps-in-7-minutes/</link>
	<description>iPhone Programming Tutorials</description>
	<lastBuildDate>Sat, 06 Sep 2014 23:52:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.2</generator>
	<item>
		<title>By: prince</title>
		<link>http://icodeblog.com/2010/04/22/how-to-integrate-google-analytics-tracking-into-your-apps-in-7-minutes/#comment-9770</link>
		<dc:creator><![CDATA[prince]]></dc:creator>
		<pubDate>Sun, 07 Jul 2013 05:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1906#comment-9770</guid>
		<description><![CDATA[i have downloaded the google analytics library but i cant see GANTTracker.h file, but there is GAITracker.h file...what can i do?]]></description>
		<content:encoded><![CDATA[<p>i have downloaded the google analytics library but i cant see GANTTracker.h file, but there is GAITracker.h file&#8230;what can i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: friend</title>
		<link>http://icodeblog.com/2010/04/22/how-to-integrate-google-analytics-tracking-into-your-apps-in-7-minutes/#comment-9660</link>
		<dc:creator><![CDATA[friend]]></dc:creator>
		<pubDate>Thu, 28 Mar 2013 06:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1906#comment-9660</guid>
		<description><![CDATA[GANTracker.h not present here]]></description>
		<content:encoded><![CDATA[<p>GANTracker.h not present here</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emm</title>
		<link>http://icodeblog.com/2010/04/22/how-to-integrate-google-analytics-tracking-into-your-apps-in-7-minutes/#comment-9638</link>
		<dc:creator><![CDATA[emm]]></dc:creator>
		<pubDate>Tue, 05 Mar 2013 12:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1906#comment-9638</guid>
		<description><![CDATA[good job buddy......]]></description>
		<content:encoded><![CDATA[<p>good job buddy&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micky</title>
		<link>http://icodeblog.com/2010/04/22/how-to-integrate-google-analytics-tracking-into-your-apps-in-7-minutes/#comment-9214</link>
		<dc:creator><![CDATA[Micky]]></dc:creator>
		<pubDate>Mon, 13 Feb 2012 19:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1906#comment-9214</guid>
		<description><![CDATA[Hi
I am try to follow the instructions, however, I have some problems
I have put this code 
[[GANTracker sharedTracker] startTrackerWithAccountID:@&quot;UA-15609865-3&quot;
				dispatchPeriod:10
				delegate:nil];with my Account IDon appdelegate.mand I am calling 
 - (IBAction) saveTheWorld:(id) sender
{
	NSError *error;
	if (![[GANTracker sharedTracker] trackEvent:@&quot;button_click&quot;
				             action:@&quot;save_the_world&quot;
					      label:@&quot;my_label&quot;
					      value:-1
					  withError:&amp;error]) {
		// Handle error here
	}
}this inside my view controllersHowever, it does not seems to workAny clue?Thank you]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
I am try to follow the instructions, however, I have some problems<br />
I have put this code<br />
[[GANTracker sharedTracker] startTrackerWithAccountID:@&#8221;UA-15609865-3&#8243;<br />
				dispatchPeriod:10<br />
				delegate:nil];with my Account IDon appdelegate.mand I am calling<br />
 &#8211; (IBAction) saveTheWorld:(id) sender<br />
{<br />
	NSError *error;<br />
	if (![[GANTracker sharedTracker] trackEvent:@&#8221;button_click&#8221;<br />
				             action:@&#8221;save_the_world&#8221;<br />
					      label:@&#8221;my_label&#8221;<br />
					      value:-1<br />
					  withError:&amp;error]) {<br />
		// Handle error here<br />
	}<br />
}this inside my view controllersHowever, it does not seems to workAny clue?Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mxdanielon</title>
		<link>http://icodeblog.com/2010/04/22/how-to-integrate-google-analytics-tracking-into-your-apps-in-7-minutes/#comment-9200</link>
		<dc:creator><![CDATA[mxdanielon]]></dc:creator>
		<pubDate>Wed, 08 Feb 2012 19:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1906#comment-9200</guid>
		<description><![CDATA[Really apreciated! i&#039;m about to put it into an exportable project made with unity, but one of my co-worker told me that i need to add the import into AppController.mm instead of the Delegate. It worked for me, great tutorial!]]></description>
		<content:encoded><![CDATA[<p>Really apreciated! i&#8217;m about to put it into an exportable project made with unity, but one of my co-worker told me that i need to add the import into AppController.mm instead of the Delegate. It worked for me, great tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xr1337</title>
		<link>http://icodeblog.com/2010/04/22/how-to-integrate-google-analytics-tracking-into-your-apps-in-7-minutes/#comment-8459</link>
		<dc:creator><![CDATA[Xr1337]]></dc:creator>
		<pubDate>Fri, 28 Oct 2011 08:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1906#comment-8459</guid>
		<description><![CDATA[awesome.. Thanks for this writeup]]></description>
		<content:encoded><![CDATA[<p>awesome.. Thanks for this writeup</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://icodeblog.com/2010/04/22/how-to-integrate-google-analytics-tracking-into-your-apps-in-7-minutes/#comment-8002</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Wed, 31 Aug 2011 15:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1906#comment-8002</guid>
		<description><![CDATA[Just an FYI, its actually more like 3 hours behind, they just tell you 24 incase they&#039;re bogged down.]]></description>
		<content:encoded><![CDATA[<p>Just an FYI, its actually more like 3 hours behind, they just tell you 24 incase they&#8217;re bogged down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Five On Friday &#124; iPhone Development Blog</title>
		<link>http://icodeblog.com/2010/04/22/how-to-integrate-google-analytics-tracking-into-your-apps-in-7-minutes/#comment-6810</link>
		<dc:creator><![CDATA[Five On Friday &#124; iPhone Development Blog]]></dc:creator>
		<pubDate>Sat, 18 Jun 2011 15:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1906#comment-6810</guid>
		<description><![CDATA[[...] How To Integrate Google Analytics Tracking Into Your Apps In 7 Minutes [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] How To Integrate Google Analytics Tracking Into Your Apps In 7 Minutes [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guestin</title>
		<link>http://icodeblog.com/2010/04/22/how-to-integrate-google-analytics-tracking-into-your-apps-in-7-minutes/#comment-6764</link>
		<dc:creator><![CDATA[Guestin]]></dc:creator>
		<pubDate>Fri, 17 Jun 2011 13:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1906#comment-6764</guid>
		<description><![CDATA[





p.p1 {margin: 0.0px 0.0px 0.0px 12.0px; text-indent: -12.0px; font: 11.0px Menlo}



Undefined symbols:

Â  &quot;_OBJC_CLASS_$_GANTracker&quot;, referenced from:

Â  Â  Â  objc-class-ref-to-GANTracker in GoogleAnalyticsTrackerAppDelegate.o

i am getting this error if any solutions pls inform me...]]></description>
		<content:encoded><![CDATA[<p>p.p1 {margin: 0.0px 0.0px 0.0px 12.0px; text-indent: -12.0px; font: 11.0px Menlo}</p>
<p>Undefined symbols:</p>
<p>Â  &#8220;_OBJC_CLASS_$_GANTracker&#8221;, referenced from:</p>
<p>Â  Â  Â  objc-class-ref-to-GANTracker in GoogleAnalyticsTrackerAppDelegate.o</p>
<p>i am getting this error if any solutions pls inform me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sashareds</title>
		<link>http://icodeblog.com/2010/04/22/how-to-integrate-google-analytics-tracking-into-your-apps-in-7-minutes/#comment-6469</link>
		<dc:creator><![CDATA[Sashareds]]></dc:creator>
		<pubDate>Fri, 13 May 2011 02:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1906#comment-6469</guid>
		<description><![CDATA[Thanks for the tutorial! Nice one!
However I just faced with some little issue with namingÂ of URL to identify my app
calling by platform name can beÂ inconvenientÂ in case if you will have a similar domain e.g iphone.domain.com
So I&#039;d suggested to call it smthin like - nameofapp.platfrom.com
]]></description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial! Nice one!<br />
However I just faced with some little issue with namingÂ of URL to identify my app<br />
calling by platform name can beÂ inconvenientÂ in case if you will have a similar domain e.g iphone.domain.com<br />
So I&#8217;d suggested to call it smthin like &#8211; nameofapp.platfrom.com</p>
]]></content:encoded>
	</item>
</channel>
</rss>
