-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source Google Analytics v4: allow run GA account without view id #6326
Comments
Hi, For now, we get reports using method reports.batchGet which required view id. You always can enable Universal Analytics . |
Hi, As I understand, with GA4 you won't need View id but only customer reports. Now GA4 seems to become the standard tag for Google Analytics. So I think we need this. To enable Universal Analytics, they will have to update their website tags or connect property. I am not sure this new UA view will have historical data that was collected by GA4 tags. |
Just to chime in, this is currently blocking us from importing our Google Analytics data as well |
Same thing for us, I'll be following this ticket! |
Yes, we also need this :-) |
Same for us, GA switched to V4 and can not use connector anymore |
Same for us. |
Google will begin sunsetting Universal Analytics, and all of UA tags won't work on 23rd July 2023. |
There should be a different GA4 connector for Airbyte. Despite the name, GA4 is really nothing like UA. It's essentially a completely different product. |
Is there any plans for this to actually happen anytime soon? |
Any updates on this issue? |
I asked on slack -> they told me to look at this thread |
Here's the new GA4 reporting API. Note that it's a completely different API from the Universal Analytics reporting API used by this airbyte connector. As such, we'll need different connector. In the meantime though, GA4 has a built-in Big Query export that you can use to get it's data into a data warehouse. |
Hi everyone, sorry for the radio silence here. Our team is going to dig in to see how we can fix this and will keep this thread updated! |
For the assignee, now that #10007 has been closed - let's scope this issue. |
@misteryeo we need to update this connector soon, some users are upgrading to GA4 because UA is sunsetting in July-2023 but users are already migrating to GA4 |
@marcosmarxm on the roadmap for this next quarter :) Will be starting on this in the coming weeks! |
Tell us about the problem you're trying to solve
From slack convo:
Is this your first time deploying Airbyte: Yes
OS Version / Instance: Ubuntu 20.04
Memory / Disk: 8Gb / 160GB SSD
Deployment: Docker
Airbyte Version: 0.29.2-alpha
Source name/version: Google Analytics v4 0.1.1
Destination name/version: Postgres 0.3.10
Step: Create New Source
Description: Source connector require View ID but GA4 doesn't have View. Since this connector is v4 so how can I pull data from my website that uses GA4 instead of UA.
This problem happens all version. Our Google Analytics connector and Google Analytics v4 connector both require View ID. But View ID only exist on Google Analytics properties using UA tag. Google Analytics v4 now offers properties with GA4 tag. Properties with GA4 tag don't have View so I cannot use our connectors to pull data. I think we need to update our connector.
I don't know how to create a Github issue though smh.
Describe the solution you’d like
I don't know if only removing the VIEW_ID field as required will work.
Describe the alternative you’ve considered or used
A clear and concise description of any alternative solutions or features you've considered or are using today.
Additional context
Add any other context or screenshots about the feature request here.
Are you willing to submit a PR?
Remove this with your answer :-)
The text was updated successfully, but these errors were encountered: