All Questions
Tagged with google-analytics c#
282 questions
2
votes
1
answer
687
views
I have a question about how to apply FirebaseAnalytics.SetConsent
I am developing with Unity.
Recently, I was informed that I need to apply consent mode in Firebase Analytics.
I checked the related guide, but I couldn't find a guide for Unity, so I don't know if I ...
0
votes
0
answers
113
views
GA4, user count
I am trying to get unique number of active Users, this code counts the same user couple of times. Withot filter i can just get them with no dimension, but with filer i need to filter dimension.
List&...
0
votes
1
answer
361
views
Google Analytics for WPF C# Desktop Applications
Do we have any official google analytics SDK to integrate into the WPF app? I have gone through many articles but none of them provide the usage of the integration.
Also, Can we integrate google ...
0
votes
1
answer
283
views
Google.Apis.GoogleAnalyticsAdmin.v1alpha raising insufficientPermissions when trying to get google admin analytics account detail in C#?
I wanted to get the account detail, after authenticating I added to the scope section to grant the permission, but when running the code it raised an error insufficient permission, I don't know what ...
1
vote
1
answer
651
views
How do I add a metric name to MetricOrderBy when using Google.Analytics.Data.V1Beta?
I am writing come code in c# with Visual Studio 2022 to fetch Google G4 analytics data and cannot get one piece to work correctly. It is the part where a create an "OrderBy" list for the &...
1
vote
1
answer
2k
views
GA4 API The type or namespace name 'BetaAnalyticsDataClient' could not be found
I am trying to follow the example guide here https://developers.google.com/analytics/devguides/reporting/data/v1/quickstart-client-libraries for .NET
I have installed the nuget package "Google....
0
votes
0
answers
2k
views
How to get View ID for Property in order to consume Google Analytics Reporting API V4
I have to fetch firebase analytics data from Google analytics reporting API v4 using C# for my mobile application.
When I created a project in firebase for storing analytics data in firebase, if for ...
1
vote
0
answers
901
views
Firebase analytics are not showing on unity project
I am having a problem while attaching the Firebase analytics Unity SDK with my Unity game project.
I have imported the Unity analytics package in my project from the Firebase website and the Google ...
2
votes
0
answers
207
views
Demographic and Language information not updated in Google analytic account using measurement protocol 4
I am using measurement protocol 4 to track desktop application-features.
I have sent the event to Google analytic 4 account with measurement ID and API_secret and received to GA4 account.
Request info
...
0
votes
1
answer
139
views
Why is direct traffic not being returned from google analytics api?
I'm writing an application downloading data from Google Analytics in .NET core 3.5 using Google.Apis.AnalyticsReporting.v4.
For some reason direct traffic (rows where sourceMedium is (direct) / (none) ...
0
votes
1
answer
178
views
How to check if my response contains sampled data
I am using Google.Apis.AnalyticsReporting.v4 to download a view between two days. I would like to know where in my response can I see whether the data contains sampled data?
This is the code for my ...
1
vote
1
answer
158
views
How to merge two requests when there are only 9 dimensions allowed
I use the following code to build a GA report based on 19 dimensions and two metrics.
var request = analytics.Reports.BatchGet(new GetReportsRequest
{
ReportRequests = new[] {
new ...
2
votes
1
answer
1k
views
How to get a list of views (profiles) in Google Analytics Data API (GA4)?
Help Needed -
In Google v3 we have API URL https://www.googleapis.com/analytics/v3/management/accounts/~all/webproperties/~all/profiles
but how to get list of views (profiles) using Google Analytics ...
3
votes
0
answers
256
views
How to add Configuration of Google Analytics / Firebase in MVC Application
I am quite new to Google Analytics/Firebase. I am trying to configure Google Analytics/Firebase to my MVC Application. I have used Firebase Analytics Official Docs but I stuck at step 1. So what have ...
0
votes
1
answer
62
views
Retrieve Google Analytics statistics into personal web site [closed]
I have Google Analytics integrated with mobile app and I want to display some of the graphs and statistics on a dashboard I have created that is not connected to Google Analytics. Is there a method to ...