All Questions
Tagged with google-analytics google-analytics-api
2,877 questions
1
vote
0
answers
19
views
Hi, I need to export the Audience dimensions using the Google API with Python, but I cannot find anything solid example on the internet
Basically I need to export GA4 data using the Google API(BigQuery is not an option) and in particular, I need to export the dimension userID(Which is traced by our team). Here I can see how to export ...
0
votes
0
answers
28
views
INVALID_ARGUMENT in Google Analytics
Unable to retrieve event parameters associated with events.
I am integrating Google Analytics into my website and trying to fetch events using the Analytics Data API. However, the parameters I sent ...
1
vote
0
answers
42
views
Why do I get incompatible metrics and dimensions, when I apply filters with not_expressions?
I am using the Google Analytics API in python. With this API I want to fetch the number of purchase events per date for a specific product, I can do this as follows:
from google.analytics.data_v1beta....
0
votes
0
answers
36
views
Google analytics (not set) value
Issue with missing fields in event data
I'm experiencing an issue with our event tracking where some fields are being recorded as "(not set)" in the reports, even though the data is sent ...
0
votes
1
answer
76
views
Google analytics 4 data ETL with AWS Glue
I want to import Google analytics4(GA4) data with AWS Glue. So, I created a connector that is datasource(GA4). And then, I'm creating Job which do ETL from connector. By the way, it occured an error ...
0
votes
1
answer
45
views
How i can export user from GA4 with api
I would like to list users with permssion from account management and property management with api ( including user group but in web. it can selcect Expand all groups to their members. This will allow ...
0
votes
1
answer
110
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
0
answers
58
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 ...
0
votes
0
answers
20
views
Google Analytics Reports API - sufficient permissions for this profile [duplicate]
enter image description here
I'm sure I configured the entire project in both Google Analytics and Google Cloud but it still gives me this, I'm using the credentials from a file generated in JSON and ...
1
vote
0
answers
60
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 ...
0
votes
0
answers
40
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 ...
0
votes
0
answers
37
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
116
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
35
views
How to use google analytics to save an individual user's country to the database?
In a flask web application with a PostGres database, I want to get the country of a user when they register and save it to the database. I am trying to do this with google analytics/ GA api on their ...
0
votes
1
answer
92
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 ...