All Questions
4 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
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 :
...