All Questions
32 questions
5
votes
1
answer
2k
views
How to authorize Google anlaytics data api with OAuth2
I am trying to connect to the new Google Analytics Data api using C# to request data from the new google analytics GA4. The only sample i can find is
Quickstart client libraries .net This does work ...
1
vote
1
answer
255
views
How do I authenticate using OAuth2 in the Google Analytics Reporting API?
I'm coding in C#.NET, in a Windows console application, and trying to download Google Analytics metrics data. I've installed the Google.Apis.AnalyticsReporting.v4 NuGet library package, and it brought ...
0
votes
1
answer
838
views
Receiving 400 Bad Request error with Google Api Batch Request
I'm having an issue with an Analytics API batch request that I am doing, it was working and now it isn't without me changing anything. I know Google are making changes to their batch endpoints and I ...
1
vote
1
answer
221
views
ASP.NET Google Reporting API values differ from Google Analytics Dashboard
Report
I have read this thread: Google Analytics API: Why is the API data different than what's being seen on the Analytics Dashboard? But still cannot figure out why my results differ so much ...
0
votes
1
answer
254
views
Correct Google analytics api for my project
We are busy with a project where we want to show our customers their popularity rating on our site. Each customer has pages on our sites and we want to use the visits for those pages in Google ...
0
votes
1
answer
341
views
Google Analytics Multi-Channel Funnels connection c# [closed]
I'm trying to retrieve the first/last/assisted interactions from Multi-Channel Funnels Reporting API. I can't seem to figure out how to connect to the API in C#.
I do already have a working ...
0
votes
1
answer
697
views
The primary reference "Google.Apis" could not be resolved
Using Google.Apis version 1.10.0
I have manually added all the google apis libraries to my application .net framework 4.0. I can not download it from Nuget because its not possible on my client ...
3
votes
3
answers
2k
views
Invalid provider type specified when trying to access google analytics
We keep getting the error below whenever we try to access the API to get current user numbers. I've tried a few things but cannot get to the bottom of this. Can anyone shed any light on whats wrong/...
1
vote
1
answer
1k
views
Google analytics reporting authorize service account
I'm trying to use google analytics API to report users information in a c# webapp using a service account.
I've downloaded the JWT file and linked it in the project.
I have a problem hwe I try to ...
1
vote
1
answer
447
views
Google analytics api - bigger date range causes return of less pageviews
I am using the Google Analytics API with the Google PHP Client library to retrieve the total pageviews (and other data) of a story on our site - over different time periods. The stories are identified ...
1
vote
1
answer
376
views
Google Analytics Management Api Insert Goal: 403 Insufficient permission .net
I got the confirmation Email regarding project whitelisting from Google Analytics team and tried inserting a Goal but got the error.
{The service analytics has thrown an exception: Google....
0
votes
0
answers
343
views
Google Analytics API pagination missing records
We have a system that queries GA API for a large amount of tokens, mostly for website visits and sessions data.
We have noticed lately that we're getting weird results while querying the API - ...
0
votes
0
answers
410
views
How to query Google Analytics Reporting for specific directories
I am generating a Google report. My problem is it only returns the 0th list item from the variable filter.Expressions. I'm filling a Google Charts Table with the results.
Any pointers how I could ...
16
votes
3
answers
7k
views
How to upload Video to youtube using Google.Apis.YouTube.v3 and C#?
I have created console application using C#.
Which will upload Video from local drive to youtube.
I have created new app in google api using this link.
I have also installed all required packages ...
2
votes
1
answer
1k
views
Programatically specify Google Analytics Reporting API v4 query results
How does one query specific pages? I only need to grab the data from specific pages.
Example: domain.com/thisPage, domain.com/anotherPage, etc..
ReportRequest reportRequestLandingPath = new ...