All Questions
Tagged with google-analytics-4 google-cloud-platform
29 questions
0
votes
0
answers
44
views
Session Manual Ad Content returns as numbers instead of specified/generated string
We have created URLs with specific UTMs as identifiers, among them are unique Ad Content parameter.
However, some of the Ad content hits we see in GA4 returns as numbers instead of our specifically ...
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
0
answers
17
views
Google analytics link to BigQuery is policy Org sensitive?
I tried linking Google Analytics 360 to BigQuery project in GCP but I had error related to policy Organization. When I disbaled the Policy Org : "resource locations : europe" ( I allowed all ...
0
votes
0
answers
132
views
How do I grant a service account permissions to the Google Analytics Admin API?
What is this doing? It creates a new project and a service account json key for me? How is it granting the service account access to the API?: https://developers.google.com/analytics/devguides/config/...
0
votes
0
answers
33
views
Discrepancies between GA4 UI and GA4 bigquery
I'm trying to replicate some number in bigquery. However, when I compare the numbers with GA the differences are remarkable and Bigquery results shows higher number. Any tip would be highly ...
1
vote
0
answers
28
views
Why Are My Intraday Table Timestamps Set In The Future When I Query Them?
The table named events_intraday_YYYYMMDD is the intraday table because it accumulates data throughout the day, as new events are passed through Google Analytics 4.
It’s different from the daily tables ...
0
votes
1
answer
103
views
Difference between event_params. key = session_engaged event_params.valu.int_value and event_params.value. string_value
I have Bigquery connected to GA4 and I identified that the fields event_params.valu.int_value and event_params.value.string_value are filled in but I couldn't understand the difference because I need ...
0
votes
1
answer
195
views
Ga4 To BigQuery Incomplete Data Transfer
To use GA4 Data with BigQuery, I connected Them. the transfer process had no problem but after one month I see that the number of records and the storage of each table has reduced significantly (ex:...
0
votes
0
answers
93
views
Google Analytics API is returning no data. But dashboard is showing data for user events
I have mobile applications that consistently send event logs to Firebase, with Google Analytics enabled for this project on Firebase. The user event data is visible on both the Firebase Dashboard and ...
1
vote
0
answers
61
views
I'm new to GA4. Is there any best way for fetching data from GA4?
This is how I fetched the data from google analytics 4 using the nodejs client library '@google-analytics/data'.
Is there any other ways for fetching the GA4 data like usersByGender, UsersGeoMap(users ...
0
votes
1
answer
53
views
Google Analytics Reporting API profile permissions
I get an error using default documentation.
I have added a new service account with Owner permissions in Google Cloud. Then created a JSON key, copied the email of the account, and added it as ...
1
vote
1
answer
306
views
GA4 Data Not Retained for More Than 60 Days Despite BigQuery Table Expiration Set to 'Never
I've recently linked my Credit Card and upgraded my Google BigQuery settings and set the table expiration to 'never' in hopes of retaining my Google Analytics 4 (GA4) data for more than a year. ...
3
votes
1
answer
1k
views
Google Analytics v4 API Error: "User does not have sufficient permissions for this profile."
I'm trying to access Google Analytics v4 API using Python and got this error:
googleapiclient.errors.HttpError: <HttpError 403 when requesting https://analyticsreporting.googleapis.com/v4/reports:...
0
votes
1
answer
59
views
How to categorize Google Analytics data into channels based on entrance URL when dealing with large datasets in BigQuery?
I am working with Google Analytics data stored in BigQuery and I need to categorize visits into channels (organic, newsletter, and paid) based on the entrance URL. However, the dataset is quite large, ...
1
vote
0
answers
93
views
Include data collected prior to a custom dimension registration with GA4 Data API
I am using Google Analytics Data API to create reports for a GA4 property, and as soon as I set a filter for a user-scoped custom dimension, it excludes any data prior to the time the custom dimension ...