All Questions
Tagged with google-analytics-api google-analytics-4
330 questions
0
votes
1
answer
55
views
Discrepancies in GA4 and Power BI Data
I am encountering discrepancies between GA4 data and Power BI data despite selecting the same dimensions, metrics, and date range in power bi and GA4 portal.
I used the Google Analytics 2.0 connector ...
0
votes
1
answer
32
views
How to retrieve attribution paths data via Google Analytics API?
I need help retrieving attribution paths data using the Google Analytics API.
Specifically, I'm looking to pull the following:
Metrics: Key events, Purchase revenue, Days to key events, and ...
1
vote
0
answers
53
views
Incorrect data in GA4 realtime reporting API vs UI
When I use the Google Analytics RealTime API, I get a difference in the data between the API response and the data from the GA4 UI dashboard.
I want to retrieve the active users for the last 30 ...
1
vote
1
answer
29
views
The filter 'does not match regex' match type not working in GA4 API
I am using ga4 api and following is the code which is throwing error:
'AttributeError: DOES_NOT_MATCH_REGEX'
The same filter works on GA analaytics webpage but not here.
def run_ga4_report(...
0
votes
0
answers
36
views
Google Analytics API: How to run a report for AlphaAnalyticsDataClient?
The Issue
I cannot figure out how to run a report in the Google Analytics API for AlphaAnalyticsDataClient Alpha.
There is seemingly no equivalent for client.run_report for Alpha. What would be the ...
1
vote
0
answers
42
views
API query results descrepancy between properties
I download data from multiple properties. When I query the Google Analytics 4 API thusly,
Using an appropriately credentialed JSON key
{
property: "properties/****"
dimensions {name: "...
0
votes
0
answers
41
views
Issues with Sending Events to Google Analytics via Measurement Protocol and DebugView
I’m developing an application where it was not possible to implement Firebase for sending events to Google Analytics. As an alternative, I'm using the Measurement Protocol to send data via API, ...
0
votes
0
answers
34
views
Google analytics batch reports
I have a problem, I am not sure how can I make this work, so i have
ecommerce website and since everyone can sell on it i need to make it
possible for every seller to see how many page views his ...
0
votes
1
answer
77
views
New Dimension in RunReportRequest Reduces Results in Google Analytics (GA4) Python Data API
The behaviour I’m looking to understand (and ideally resolve) has to do with generating custom reports with a new companyId dimension created last week.
I notice that with the code below, when I ...
0
votes
1
answer
51
views
Discrepancy in totalUsers Metric between Google Analytics and API Integration
I’ve been struggling for days to integrate Google Analytics with Power BI. Here’s what I’ve tried so far:
Linkind via BigQuery: It creates a table per day in Power BI, which isn’t suitable for my ...
0
votes
0
answers
76
views
Google.Analytics.Data.V1Beta Api, error "Encountered too much data for one HASH JOIN partition" BetaAnalyticsDataClient RunReport
I am using the following code to get report from Google.Analytics.Data.V1Beta Api
var client = new BetaAnalyticsDataClientBuilder
{
GrpcAdapter = RestGrpcAdapter.Default
}.Build();
return client....
0
votes
1
answer
68
views
Issue with IP Anonymization Using ReactGA
I'm currently using the ReactGA library in a React.js project to implement Google Analytics. My goal is to anonymize IP addresses to comply with GDPR regulations, but I'm having trouble getting it to ...
0
votes
0
answers
31
views
Discrepancy between Stitch (GA4 API) extracted data and Ga4 UI Data
We are extracting ga4 data via the given api through stitch into our data warehouse.
However when we aggregate the metric "total_users", we found 12% discrepancy between data that is shown ...
0
votes
0
answers
48
views
PERMISSION_DENIED for google analytics batchGet API
I'm encountering a permission error while calling the batchGet API.
API: "https://analyticsreporting.googleapis.com/v4/reports"
Response:
"message": "User does not have ...
-1
votes
1
answer
125
views
Google GA4 Missing data and some metrics are 0 in some months of 2023 [closed]
I notice a couple issues with Google GA4 that I was hoping to get some insight on.
I am no longer seeing any data from before March 2023. I remember being able to see data from this month and the ...