google-analytics-api

SSIS Google Analytics - Dimension and Metrics Blank

≡放荡痞女 提交于 2019-12-12 03:34:14
问题 I am trying to use the SSIS Google Analytics connector https://analyticssource.codeplex.com/ The problem I am running into is that the dimension and metric drop down menus are blank, as are the dimension and metric tabs. I am able to log in successfully. It gives me the Access Token and I can see all the Accounts, Web Properties, and Profiles I am expecting to see. This is a corporate account that is managed by IT, which may be affecting things. I am able to run queries and see dimensions and

Google Analytics API - inconsistent error "insufficientPermissions' (403)

旧街凉风 提交于 2019-12-12 03:17:15
问题 Backgroud: I have a PHP code that runs queries to Google Analytics API on behalf of my users. I am using OAuth2 for authentication and storing the access-tokens of the users in my DB. My code makes sure not to exceed the quota per user (10 QPS), and I'm using the "quotaUser" parameter in my queries. The issue: About 50% of my queries to GA are responded with error 403 ("insufficientPermissions", "User does not have sufficient permissions for this profile."). The strange this is, that the

Google Analytics API Automated Login

亡梦爱人 提交于 2019-12-12 02:43:53
问题 I have this panel that i'm developing at my company where i will show the user's information from Google Analytics but i don't want the user to authorize or log in with his account every time he comes to the panel. What i would like to do is: on the first time using my panel he would connect his Google account and i would save some info and on the next time he connects at my panel i would use this saved info to log on his account so i can list the Analytics info without ask for his permission

ga:searchDestinationPage == ga:landingPagePath?

霸气de小男生 提交于 2019-12-12 02:43:40
问题 Using the German UI of Google Analytics I stumbled upon two dimensions called "Zielseite" and one "Zielseite der Suche" So switching to English version brought up the following possible dimensions: Landing Page and Search Destination Page -- no idea what the second "Zielseite" could be. Using https://developers.google.com/analytics/devguides/reporting/core/dimsmets I found the following API-names: ga:landingPagePath UI Name: Landing Page The first page in a user's session, or landing page. ga

Analytics API returns wrong users count when fetching paginated result

℡╲_俬逩灬. 提交于 2019-12-12 02:35:24
问题 Trying to get data using GA API for java like it's described in the devguide. Dimensions: ga:pagePath ga:date ga:country ga:hostname ga:userType Metrics: ga:pageviews ga:sessions ga:users ga:uniquePageviews ga:bounceRate ga:pageValue ga:exitRate I'm querying for a single date, max-result = 10000 . There are more than 10k rows in result, so I'm querying in a loop using start-index . The problem with that query is that in the resulting data number of users is ~3 times greater than number of

ga:sessions via API not matching interface when custom segment applied

橙三吉。 提交于 2019-12-12 02:13:25
问题 I have a custom segment that has been is use for in excess of a year which very recently started returning some very odd results in the interface. Session numbers seemed to reduce down to match the transactions numbers, so ecommerce conversion rate was ~100%. The interface seemed to "recover" last week, but the API still will not return session numbers that are expected. Other custom segments return normal session numbers. I have queried the API with two different spreadsheet add-on and the

Reproduce custom channel groupings using Multi-Channel API

一个人想着一个人 提交于 2019-12-12 01:38:21
问题 I am using the Multi-Channel API from Google analytics to access a custom assisted conversion report which uses the channel groupings I defined. Since the custom channel groupings aren't accessible themselves through the API, I sought to reproduce them using filter. For example, this group Bank referral := source contains "bank" translates to filter=mcf:source=@bank however the API keeps returning me assisted conversions bigger than what is displayed in Google Analytics. Does anyone know how

Any pointers on using AngularFire2 With GAPI to Access Google Analytics Reporting

微笑、不失礼 提交于 2019-12-12 01:37:14
问题 Angular: Angular2 RC4 Firebase: Firebase3 (latest) AngularFire: AngularFire2 (latest) I'm looking at trying to access the Google Analytics Reporting v4 API. Something like this. But using Angular2 goodness. Has anyone had any luck with doing this? I've googled, but it doesn't seem to be that popular of a topic. It doesn't help that Angular2 is still pretty new, so there's that. Does anyone have any idea? I'm sure it's a thing. I think? I've got authentication working with AngularFire2 and

Running Google Analytics on localhost - error loading the plugin

百般思念 提交于 2019-12-12 00:26:05
问题 I have this code to be executed from an html file which sends data to Google Analytics. The code itself is in a file on the localhost and I'm opening it in a browser. So it's not on the webserver. <html> <head> <script> alert('hello123'); (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,

How to count newUsers per device ? Google Analytics

梦想与她 提交于 2019-12-12 00:14:17
问题 I am using google analytics in my ios/android apps. I need to count the following: new downloads : when user download the application from the store for the first time. reDownload : when user download the application from the store after uninstalling it. here is an example: when "user A" download the application from the store for the first time then it count as new download . when "user A" delete the application then after some time "user A" download the application again from the store ,