Hello guys,
I have few non EE questions. I asked them on google groups, everywhere and not a singe reply so ... maybe somebody here could know answer to this problems I have.
Here is my code and questions after that.
[removed]
var _gaq = _gaq || [];
_gaq.push([‘_setAccount’, ‘xxxxxx’]);
_gaq.push([‘_trackPageview’]);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s[removed].insertBefore(ga, s);
})();
[removed]
1. is this the new asynchronous code? I am still not sure.
2. How to get informations about users, about there sex, age and other demographic data I see wikipedia.org has displayed on adplanner pages
3. How to have all my data available on Google AdPlanner? I see that there is little question mark on AdPlanner that says my data are estimated. Why? Because I have google analytics data and I am sharing them including demographic data displayed on AdPlanner
4. BIGGEST question is:
- I want to track frontpage and all sections of site separately, how to do that to have all data together and to have sections displayed separately if I want. That is big marketing question, If I have all data together,m then I can send that data to marketing agency, but for me as webmaster, it is better to track each category separately to see what is best section, to separate frontpage from reading sections and so on ...
5. How come that I have 50000 unique visitors users per month in my region when I am looking in adplanner but graph Daily Unique Visitors (cookies) is not showing a normal line, line is broken, not one whole line from beginning to end. Every day I have constant flow of users.
I appreciate all help you can give me on this problem.