Troubles with Google Analytics Custom Variables
20. března 2011
Štítky en, google analytics
Custom Variables are quite simple way to remember some additional information related to pageview, visti (session) or visitor. I assume using
The Problem
But there is one unpleasant limitation:
“There is a 64-byte character limit for the name and value combined…”
It means that name and value strings (passed to _setCustomVar(slot, name, value, scope)) together must not exceed 64 characters in URL-encoded form. If you set string with non-ASCII characters, it is encoded. But if the total encoded string lenght exceed 64 chars, custom variables is not recorded (without a visible error!).
Google Webmaster Tools v kostce
14. března 2011
Služba nabízí několik jednoduchých analytických nástrojů a možnost částečně ovlivnit zobrazení stránek vašeho webu ve výsledcích vyhledávání.