Tagged Questions

5
votes
1answer
413 views

Create an “sub” account on Google Analytics through an API dynamically

Does anyone know how (if possible) to create an account dynamically? I have a few accounts I need to setup on Google Analytics, and I would love to not have to manually enter each one on GA's site. ...
2
votes
2answers
197 views

Google Analytics - how can I track a page name using the new asynchronous code?

I was using the below code provided by Google for Google Analytics. <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : ...
1
vote
1answer
837 views

GData Java Client not working because Google redirects to localized site

I'm following the documentation at Google Analytics Data API - Java and am getting the RedirectRequiredException exception, because Google is redirecting me to a local version of the site ...
0
votes
0answers
43 views

Trouble with the google analytics api

I want to access to my site data on a console aplication. But the only way (that I know) to access the data is with the tableId; can I get the data using the Web Property ID? the "tableId" is not ...
0
votes
1answer
40 views

analytics api weird results with sampled data

i'm developing a sidebar to integrate google analytics stats beside my posts details in the administration. To understand google analytics api I made some test using the data feed query explorer ...
0
votes
0answers
13 views

Multiple Account Manager Managing mulitple webiste

Is there possibility for multiple Account Manager in gooogle analytics to manage a multiple website profile using google analytics api?
0
votes
0answers
48 views

Lifted Google Analytics limit account? [closed]

Google analytics has a maximum 50 website profile. In this case can it be lifted up the limit using their google analytic api? Is there someone has done it before?
0
votes
1answer
69 views

Site Speed report is not working

I placed the google analytics code in my magento site 4 or 5 days ago, I think I have waited enough and that the report should be working. However I still see Page Load Time as 0.00. If you see the ...
0
votes
2answers
51 views

Google anlytcs inside my website

I'm building an admin panel, and i would like to put the system of google analytcs inside it, loggin automatically with an predefined email. something like putting an iframe, or other solution ...
0
votes
1answer
77 views

How do I track my Wordpress hits using Google Analytics?

I am using the ANALYTICACTOR plug in to track my page hits and it seems to do exactly what it needs to be doing, it places its code on every page. What I want to know is , is there something wrong ...
0
votes
1answer
69 views

google analytics need to automatically export xml for this swf

I am building a CMS system and wanting to incorporate google analytics reporting relevant for each site. I have found a quite useful and cool little feature here ...
0
votes
2answers
96 views

Google Analytics API: Include profile domain in Profile Feed

Using the Google Analytics API I would like to display the domain associated with each GA profile. Is this possible or is there another way to do it? I have been unable to find any documentation for ...
0
votes
1answer
215 views

Google Analytics Library for As3

I am trying to push in the Google Analytics library into my As3 widget. I plan to use the EventTracking feature in addition to the regular HTML-like pageview tracking that it provides. I plan to use ...
0
votes
1answer
108 views

How can I tell if a user came to a page via a Google Adwords PPC campaign?

I have a form with a hidden "Came from Adwords" field that will be marked true (via javascript) if the user came from a PPC campaign and will stay false if not. That way, when the user submits the ...
-1
votes
1answer
41 views

Google Analytics API Books? [closed]

Is there someone here can suggest Google Analytics API Books? I search in google but I can't find any books in learning Google Analytics API.. .I want to learn google analytics api coding parameter.. ...
-5
votes
1answer
58 views

how to tell if this will work in google analytics for ajax [closed]

var objectD = { googleAnalytics: function () { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == ...