Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
1 replies
47 views

We are building a B2B SaaS platform that programmatically creates BigQuery export links from customer GA4 properties to our GCP project using the Analytics Admin API. API call: POST https://...
ga4-Bot bot's user avatar
1 vote
0 answers
152 views

We are working on an Open Source Chrome extension: Digital Assistant Client I'm trying to send event and page view data to Google Analytics 4 (GA4) without using the gtag.js script or Google Tag ...
Yureshwar Ravuri's user avatar
0 votes
0 answers
72 views

What I'm trying to do: I want to query GA4 to get a matrix of the top 1000 pages that match a specific regex, which is this: r"^/page/[a-zA-Z]+$" I have run other queries with this regex, ...
JClaussFTW's user avatar
3 votes
1 answer
165 views

Looking at the official tutorial on Chrome Developer website for tracking extension usage with Google Analytics, it says that: The first step is to obtain an api_secret and measurement_id. Follow the ...
TSR's user avatar
  • 21.6k
0 votes
0 answers
92 views

I'm using the Google Analytics Data API v1beta to pull campaign-wise key events from my GA4 property, specifically tracking a custom event called Phone_Number_Click (configured via Google Tag Manager)....
sainandan naik's user avatar
0 votes
1 answer
115 views

I'm using the Google Analytics Admin API to create properties. My loop goes along, creating properties and custom dimensions, between 3 and 20 properties, then throws an error: Exception creating ...
Andy Wallace's user avatar
1 vote
0 answers
57 views

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 ...
Hraklis Papas's user avatar
1 vote
0 answers
82 views

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....
Emil Møller Hansen's user avatar
0 votes
1 answer
175 views

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 ...
ariel's user avatar
  • 1
-1 votes
1 answer
73 views

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 ...
THITINUN CHOTIGAVANICH's user avatar
0 votes
2 answers
372 views

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 ...
danish.rizvi's user avatar
1 vote
0 answers
80 views

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 ...
Maxime Neuville's user avatar
1 vote
1 answer
142 views

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(...
Yogita Patel's user avatar
0 votes
0 answers
53 views

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 ...
Michael Lee's user avatar
1 vote
0 answers
65 views

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: "...
lawrence kalinowski's user avatar

15 30 50 per page
1
2 3 4 5
305