google-analytics Questions - Search Marketing Arena most recent 30 from http://www.searchmarketingarena.com 2010-07-30T08:55:01Z http://www.searchmarketingarena.com/feeds/tag/google-analytics http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://www.searchmarketingarena.com/questions/427/how-to-detect-the-search-engines-visits-to-a-directory-with-google-analytics How to detect the search engines visits to a directory with Google Analytics? Carlao 2009-12-15T18:21:36Z 2010-07-29T06:22:32Z <p>I need to know the search engine traffic to a specific directory to make a detailed analysis of SEO campaign results. </p> <p>How do I detect search engine visits to a directory with Google Analytics?</p> http://www.searchmarketingarena.com/questions/669/are-nearby-any-cheaper-hotels-in-the-atlantic-city Are nearby any cheaper hotels in the Atlantic City? cityatlantic 2010-07-28T09:37:32Z 2010-07-28T11:23:31Z <p>Atlantic City Entertainment, Entertainment in Atlantic City</p> http://www.searchmarketingarena.com/questions/639/how-its-possible-to-get-referral-traffic-for-same-website-in-google-analytics How it’s possible to get referral traffic for same website in Google analytics? rajaash 2010-06-24T19:11:36Z 2010-07-24T09:22:38Z <p>I gone through the Google Analytics and checked out <strong>all traffic sources</strong> of one of my client website. My client website, name is <strong><em>vrminfotech.com</em></strong>. I got totally confused how it’s possible to get referral traffic for same website. Even I got referral traffic from <strong>Google.co.in</strong> and <strong>google.com</strong> also. I was wondered. Please anyone help me out. For your reference, below i herewith attached image also. Look at the arrow marks.</p> <p><img src="http://i50.tinypic.com/jzw20x.jpg" alt="alt text"></p> http://www.searchmarketingarena.com/questions/510/google-analytics-doesnt-show-adsense-data Google Analytics doesn't show AdSense data snoofy 2010-01-16T20:06:37Z 2010-03-17T10:23:34Z <p>I would track the AdSense Clicks on my sites in the Google Analytics Account.</p> <p>I've linked the accounts but Google Analytics doesn't show the Adsense data, what is the problem?</p> http://www.searchmarketingarena.com/questions/424/google-analytics-tracking-code-as-external-file Google Analytics tracking code as external file phpsys 2009-12-15T14:52:25Z 2010-02-23T08:27:21Z <p>Is it safe to move the Google Analytics tracking code into an external javascript file and link it instead of writing the code in each page? What I want to do is to take the following code</p> <pre><code>&lt;script type="text/javascript"&gt; var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); &lt;/script&gt; &lt;script type="text/javascript"&gt; try { var pageTracker = _gat._getTracker("..."); pageTracker._trackPageview(); } catch(err) {}&lt;/script&gt; </code></pre> <p>and save it as google-analytics.js. Then I would rather use something like the following code in all my pages.</p> <p></p> <p>Does it makes sense? Would it work?</p> <p>In case you are wondering why I need to move the tracking code, my application architecture is quite complex and all the JavaScript and CSS files are minified and compressed on deploy. The technical department asked to merge the Google Analytics JavaScript code with the other JavaScript files to take advantage of asset caching.</p> http://www.searchmarketingarena.com/questions/496/how-to-display-an-unique-visitors-on-my-site-using-google-analytics How to display an unique visitors on my site using Google Analytics webface 2010-01-10T13:28:45Z 2010-01-16T17:56:17Z <p>Is it possible to display the number of unique visitors on my site using Google Analytics?</p> <p>Thanks.</p> http://www.searchmarketingarena.com/questions/462/google-analytics-asynchronous-tracking-code-and-trackpageview-function Google Analytics asynchronous tracking code and trackPageview function francuzzo 2009-12-28T09:24:42Z 2009-12-29T09:19:17Z <p>I want to migrate my Google Analytics script to the new Asynchronous tracking code and I'm wondering what I need to change in order to get my existing trackPageview calls working. In all my pages I have the following tracking code.</p> <pre><code>&lt;script type="text/javascript"&gt; var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); &lt;/script&gt; &lt;script type="text/javascript"&gt; try { var pageTracker = _gat._getTracker("UA-12345-1"); pageTracker._trackPageview(); } catch(err) {}&lt;/script&gt; &lt;/div&gt; </code></pre> <p>My homepage has 3 external links and I'm tracking outbound clicks with the following code</p> <pre><code>&lt;a href="http://example.com" onclick="javascript:pageTracker._trackPageview('/click/example.com');"&gt;External Link&lt;/a&gt; </code></pre> <p>I changed the tracking code with the asynchronous one but the second script stopped working. I'm not really good with JavaScript. Can you please help me migrating my page and the _trackPageview() call to the asynchronous code?</p> http://www.searchmarketingarena.com/questions/449/what-are-the-advantage-of-using-the-new-google-analytics-tracking-code What are the advantage of using the new Google Analytics tracking code? Carlao 2009-12-21T07:53:35Z 2009-12-21T14:34:38Z <p>Can someone explain me in simple words the pros and cons of using the new Google Analytics Asynchronous tracking code? It is worth migrating all my sites to the new script?</p> http://www.searchmarketingarena.com/questions/322/how-to-discover-relationships-between-a-keyword-and-a-page-in-google-analytics How to discover relationships between a Keyword and a Page in Google Analytics enzone 2009-11-19T22:34:56Z 2009-11-26T13:26:15Z <p>Hi, I would like to know how to discover a relationship between a Keyword and a Page in Google Analytics.</p> <p>If I have a site dedicated to Travel and I want to know for which keywords a page is reached by the users, using Google Analytics.</p> <p>For example if I want to know which are the keywords that have direct the users to the home page, I've executed the following steps in GA:</p> <ol> <li>Content</li> <li>In the Top Content I select the Home Page</li> <li>In the Analyze combo box, I've selected Entrance Keywords</li> </ol> <p>It seems to be ok, but I've done some test, taking a detail keywords but my site in google appears with a specific page (related to the keyowrd searched) and not with the Home Page.</p> <p>So how can I do ?</p> <p>Regards Enzo</p> http://www.searchmarketingarena.com/questions/354/how-to-monitoring-facebook-ads-campaign-on-google-analytics How to monitoring Facebook ADS campaign on Google Analytics Carlao 2009-11-24T18:09:25Z 2009-11-25T20:32:04Z <p>I've started an ADS campaign on Facebook and I want analyze user behavior with Google Analytics.</p> <p>I see Facebook from the referring sites in G. Analytics but this including all visits including users coming from my fan page.</p> <p>How to setup Google Analytics to monitoring the Facebook ADS campaign?</p> http://www.searchmarketingarena.com/questions/331/how-much-does-the-google-analytics-individual-qualification-cost How much does the Google Analytics Individual Qualification cost? Carlao 2009-11-20T17:13:58Z 2009-11-20T21:31:26Z <p>I'm seriously considering the idea to take the Google Analytics Individual Qualification. I saw they offer an online course and I think it's an interesting opportunity.</p> <p>The price for the international version is about $50. Is it the same for all the other countries? If I don't pass the exam, how many times can I run the test without paying extra money?</p> http://www.searchmarketingarena.com/questions/316/lloogg-alternative-to-google-analytics LLOOGG - Alternative to Google Analytics? Fabrizio Di Carlo 2009-11-15T12:23:33Z 2009-11-20T16:29:56Z <p>Do you know <a href="http://lloogg.com/" rel="nofollow">LLOOGG</a>? What do you think about it?</p> http://www.searchmarketingarena.com/questions/177/checking-average-time-visitors-from-google-content-network-stay Checking average time visitors from Google content network stay ripper234 2009-10-22T05:04:57Z 2009-11-19T16:59:41Z <p>Where in Analytics can I see how much time on average are people that come from Google Adwords' "content network" stay in my site?</p> http://www.searchmarketingarena.com/questions/268/how-to-install-google-analytics-on-wordpress-blog How to Install Google Analytics on WordPress blog phpsys 2009-11-06T23:21:38Z 2009-11-13T13:20:49Z <p>How to install Google analytics on a WordPress blog? Do you edit the template or do you have some nifty plugin to suggest?</p> http://www.searchmarketingarena.com/questions/304/how-do-you-set-up-a-stackexchange-site-for-use-with-google-adwords-and-analytics How do you set up a StackExchange site for use with Google AdWords and Analytics? mgbrown 2009-11-13T10:52:01Z 2009-11-13T11:28:52Z <p>Title says it all really:</p> <p>How do you set up a <a href="http://www.stackexchange.com/" rel="nofollow">StackExchange</a> site for use with Google AdWords and Analyitics?</p> http://www.searchmarketingarena.com/questions/251/google-adwords-campaigns-not-showing-in-google-analytics Google Adwords campaigns not showing in Google Analytics phpsys 2009-11-01T15:16:20Z 2009-11-02T08:13:44Z <p>I activated a new Google Adwords Account and I linked it with my Google Analytics.</p> <p>I followed all steps suggested in the Google AdWords guidelines. I used the same Google Account for activate Adwords and Analytics, in the Adwords Pannel I see my Analytics profile.</p> <p>Everything seems OK but I can't see in Google Analytics the visits coming from my Google Adwords campaigns.</p> http://www.searchmarketingarena.com/questions/228/how-to-connect-google-analytics-and-adwords-email-accounts How to connect Google Analytics and Adwords email accounts M3ssi 2009-10-29T10:07:58Z 2009-10-30T10:28:43Z <p>I'm planning to start some Adwords campaigns for my website and I would like to track visits and conversions with Google Analytics.</p> <p>Google Analytics is already installed.</p> <p>I know it's possible to connect Google Analytics and Adwords accounts but I don't know how. Can you help me or provide me a step by step tutorial?</p> http://www.searchmarketingarena.com/questions/176/setting-up-google-adwords-to-pick-the-ads-that-maximize-time-on-site Setting up Google Adwords to pick the ads that maximize Time on Site ripper234 2009-10-22T04:54:06Z 2009-10-24T22:32:36Z <p>I'm using both Google Adwords and Analytics, and connected the accounts. One of the analytics reports I'm seeing is per ad version, how much visitors stay in the site.</p> <p>Can I setup Adwords to take that into account somehow? I prefer visitors that stay longer, view more pages, etc...</p> <p>I don't want to kill the other ads because some ads might be more relevant to some search keywords, so it's important to have many ad versions.</p> http://www.searchmarketingarena.com/questions/114/google-analytics-page-views-limit Google Analytics page views limit M3ssi 2009-10-18T12:19:33Z 2009-10-20T15:22:23Z <p>I have a website with many pages and well ranked on search engines and we’re going to hit 5,000,000 pages views per month starting from December.<br /> Is it true that if my website exceedes 5000000 page views per month, I will have to pay for my Google Analytics account?</p> http://www.searchmarketingarena.com/questions/86/gasapere-se-una-pagina-converte (GA)sapere se una pagina converte riga75 2009-10-16T08:33:02Z 2009-10-16T09:08:34Z <p>Ho google Analitycs installato e ho una pagina chiamata ad esempio patate.html che se uno compila il form presente in quella pagina viene poi reindirizzato alla pagina email-inviata.html che la uso per monitorare le conversioni, solo che la suddetta pagina è usata per altre n pagine. Quindi non posso vedere quante conversioni porta la pagina email-inviata.html perchè è legate anche a moltisime latre pagina E' possibile vedere e capire se la pagina patate.html mi converte? Se si come?</p> <p>Grazie</p> <p>Stefano</p> http://www.searchmarketingarena.com/questions/22/google-analytics-is-not-tracking Google Analytics is not tracking Carlao 2009-10-12T06:49:21Z 2009-10-15T08:47:11Z <p>I installed the Google Analytics tracking code in my web site, but my account does not show any results in last 24 hours.</p> <p>The tracking code seems to me that it is correct and present in all the pages. Which may be the problem?</p> <p>Thanks</p>