All Questions
Tagged with google-api-ruby-client google-analytics-api
6 questions
0
votes
2
answers
617
views
Google Analytics Reporting v4 with streams instead of views
I've just created a new Google Analytics property and it now defaults to data streams instead of views.
I had some code that was fetching reports through the API that I now need to updated to work ...
1
vote
1
answer
784
views
Can GA4-API fetch the data from requests made with a combination of minute and region and sessions?
Problem
With UA, I was able to get the number of sessions per region per minute (a combination of minute, region, and sessions), but is this not possible with GA4?
If not, is there any plan to support ...
0
votes
1
answer
747
views
Rails google api client load P12/JSON file method
Following a sample which is here: https://gist.github.com/joost/5344705
The latest version of the google-api-client gem throws an error on:
key = Google::APIClient::PKCS12.load_key(key_file, '...
0
votes
1
answer
1k
views
Using Google OAuth2 API with Ruby on Rails
I have a system with multiple customers accounts, each account has at least one website that has a Google Analytics account.
I need my clients authorize my system to access Google Analytics accounts ...
0
votes
1
answer
224
views
Google analytics api integration issue
I'm using signet and google-api-ruby-client to integrate with Google Analytics api,
wrote the following code:
require 'signet/oauth_2/client'
require 'google/apis/analytics_v3'
class ...
1
vote
1
answer
258
views
Google Analytics dailyUploads not working with using google-api-ruby-client
I am using the google-api-ruby-client v0.7.1, ruby 2.1.
When I upload Custom Data Sources through Google Analytics API v3 with Google Analytics API v3 > analytics.management.dailyUploads.upload :
...