Как е възможно в българската версия на Google AdWords да има пунктуационна грешка в подзаглавието и граматическа грешка в самото заглавие на заглавната страница :) Чудя се дали да им пиша, но по-скоро клоня към "не", за да видя кога ще си го оправят. Тези дни го микроблогнах, но реших и да го блогна - твърде е забавно, за да бъде оставено да се изгуби между множеството микро-постове.

Известно време имах проблем с Google Analytics и сайт с много поддомейни - тотална обърквация на данните и статистиките. Бих искал да споделя за проблема и за решението му, в случай, че има и други като мен, които рядко четат документации и faq-ове :)

По подразбиране Analytics брои данните само за конкретен домейн. Това е проблем, когато искаме да броим цялостната посещаемост на сайт с поддомейни (а не на конкретнен домейн). За съжаление в самия сайт Google Analytics липсва настройка за това нещо, въпреки широките възможности на самия брояч. Решението е да направим дребна модификация в кода на брояча, който поставяме в сайта си. Ако не направим тази модификация, преброенните данни в analytics са напълно грешни и не може да се разчита на тях, ето пример за това:

Това са графики на различни параметри и съпоставки. С червенкото "A" е отбелязано времето, когато сайтът е разделен на множество поддомейни, а "Б" е моментът, когато е нанесена корекцията на кода. Виждате как през периода между А и Б преброените данни нямат нищо общо с действителността.

А ето го и конкретното решение. Ако това е оригиналният код на брояча:

<script type="text/javascript">
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"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("xxxxxxxxxxxxxxxx");
pageTracker._initData();
pageTracker._trackPageview();
</script>

То това е решението:

<script type="text/javascript">
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"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("xxxxxxxxxxxxxxxx");
pageTracker._setDomainName(".domain.com");
pageTracker._setAllowLinker(true);

pageTracker._initData();
pageTracker._trackPageview();
</script>

Чрез _setDomainName(".domain.com") посочваме домейна с точка преди него (това се явява cookie domain), а настройката _setAllowLinker(true) разрешава на брояча да брои данни между различни домейни.

Ето и цялата документация за custom tracking:
http://code.google.com/apis/analytics/docs/gaJSApi.html

Забележка: Обяснението е за новия tracking-код на analytics, при стария (urchin tracker) нямам представа как става.

На 27-ми септемви 2007г. Google навършва 9 годинки (вероятно).

Истината обаче е, че никой не знае на колко години е със сигурност.

Google The 12 Year Old (January 1996)
This is when Google cofounders Larry Page and Sergey Brin started working on BackRub, what later become Google. Use this month, and Google is 12 years old.

Google The 10 Year Old (Sept. 15, 1997)
This is when, as the AFP reports, Google registered google.com.

Google The 9 Year Old (Sept. 7, 1998)
This is when Google may have officially incorporated.

Google The 9 Year Old (Sept. 27, 1998 (Current Official Date))
Back in 2005, Google declared that Sept. 27 was its birthday. But wait -- what happened with that Sept. 7 date? Well, in 2005, Yahoo came along and freaked Google out by announcing an index that was larger than Google's. It had been ages since anyone did that. Quite a debate ensued, and I did a long write-up about it then.
Things got resolved by Google doing some PR. They announced that for their "birthday," they'd gotten bigger -- but were also dropping the count of pages from the home page, which helped (thankfully) defuse the size wars that often meant nothing about search quality.

» още от searchengineland.com

Останах потресен от прочетеното преди малко. Аз си мислех, че само Google и Yahoo са полудели напоследък.

Microsoft May Invest in Facebook At $10 Billion Valuation at TechCrunch:

Facebook may be worth $10 billion, at least to Microsoft, says the Wall Street Journal. Someone leaked to them that the two companies are in discussions to take a Microsoft investment of $300-$500 million for 5% of the company.
Here’s the (free) Reuters angle on the story. They’re saying Facebook may be holding out for a $15 billion valuation. What the hell. Why not?
The two companies have had an advertising relationship since late 2006. The WSJ is also hedging strongly on the story by saying that the discussions are still preliminary.

Предвид факта, че за 500 милиона долара Microsoft могат да създадат и развият хипер-турбо-социум (не е като да нямат нужната мощ), на пръв поглед тази инвестиция изглежда странна и нелогична. Обаче пък категорично доказва едно - готови са на абсолютно всичко, за да убият Google.

Ай ся да видим ква ше е следващата стъпка на Google. Ще стане мноого интересно.

Май тепърва ще става интересно в интернет.

Google will announce a new set of APIs on November 5 that will allow developers to leverage Google’s social graph data. They’ll start with Orkut and iGoogle (Google’s personalized home page), and expand from there to include Gmail, Google Talk and other Google services over time.

Google’s goal - to fight Facebook by being even more open than the Facebook Platform. If Facebook is 98% open, Google wants to be 100%.

In the long run, Google seems to be planning to add a social layer on top of the entire suite of Google services, with Orkut as their initial main source of social graph information and, as I said above, possibly adding third party networks to the back end as well. Social networks would have little choice but to participate to get additional distribution and attention.

Article: Google To “Out Open” Facebook On November 5

Вчера случайно попаднах на една интересна колекция клипчета в YouTube, публикувани от екипа на Google - Google Conversion University

Presentations, clips, and instructional videos on using Google Analytics, Website Optimizer, and AdWords to improve your marketing and website.

Съдържание:
» Google Conversion University Introduction by Brett Crosby
» Google Analytics - Non-Ecommerce Sites: Beyond Averages
» Google Analytics - Rules for Revolutionaries
» Google Analytics - Bounce Rate: The Simply Powerful Metric
» Google Analytics -Context and actionability in web analytics
» Google Analytics - Optimal AdWords Campaigns
» Google Analytics - Optimizing Customer Experiences
» Advanced Techniques in Google Analytics
» Creating a Data Driven Culture by Avinash Kaushik
» Successful Web Analytics Approaches by Avinash Kaushik
» Other Data-Focused Marketing Products from Google

Ето и списък с други плейлисти от Google (не толкова интересни по мое мнение): http://www.youtube.com/profile_play_list?user=google

Yahoo announced that they have agreed to buy Zimbra, an open source email, calendar and office applications software company, for $350 million.

Of course, Google and Microsoft both have online/offline office suite applications. This acquisition may help Yahoo compete in that space.

Jerry Yang, chief executive officer, said:

Our industry-leading communications products, including Yahoo! Mail, are critical to the future growth and success of Yahoo. Zimbra's tremendous talent and innovative technology will help to extend our core Mail offerings, further strengthening our strong leadership position in this space. Additionally, Zimbra's successful relationships with large ISPs are key as we expand our worldwide partner network and continue to focus on our commitment to being the partner of choice.

There is a ton of coverage at Techmeme on the Yahoo news.

източник: searchengineland.com

Въпреки избраната опция "Търсене в мрежата" в google.bg, резултатите не са "оригиналните", а с приоритет са регионалните резултати. А при опит да отворим google.com, той нагличко ни препраща към google.bg.

Решението е следото - разчистваме бисквитките от гугъл и отваряме http://google.com/ncr (където "ncr" == "no country redirect"). Оттам нататък той ни създава "ncr"-бисквитка и вече можем пичовски да ползваме google.com без да ни бръснат регионалните резултати :)