Skip to content
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

Closed
marcosmarxm opened this issue Sep 20, 2021 · 17 comments · Fixed by #15229
Closed

Source Google Analytics v4: allow run GA account without view id #6326

marcosmarxm opened this issue Sep 20, 2021 · 17 comments · Fixed by #15229

Comments

@marcosmarxm
Copy link
Member

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

image
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 :-)

@marcosmarxm marcosmarxm added the type/enhancement New feature or request label Sep 20, 2021
@cgardens cgardens added the area/connectors Connector related issues label Sep 22, 2021
@lazebnyi
Copy link
Collaborator

Hi,

For now, we get reports using method reports.batchGet which required view id.

You always can enable Universal Analytics .

@shizlie
Copy link

shizlie commented Sep 23, 2021

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.
So as an analyst myself I cannot change the website code but ask the dev which is quite time consuming.

@spacecowboy
Copy link

Just to chime in, this is currently blocking us from importing our Google Analytics data as well

@oustynova oustynova moved this to Backlog in GL Roadmap Dec 17, 2021
@antixar antixar moved this from Backlog to Prioritized for Scoping in GL Roadmap Dec 23, 2021
@oustynova oustynova moved this from Prioritized for scoping to Ready for implementation in GL Roadmap Dec 30, 2021
@alexchouraki
Copy link
Contributor

Same thing for us, I'll be following this ticket!

@lazebnyi lazebnyi moved this from Ready for implementation to Implementation in progress in GL Roadmap Jan 24, 2022
@lazebnyi lazebnyi self-assigned this Jan 24, 2022
@bodschut
Copy link

Yes, we also need this :-)

@alekseipico
Copy link

Same for us, GA switched to V4 and can not use connector anymore

@tfbecker
Copy link

Same for us.

@lazebnyi lazebnyi removed their assignment Apr 4, 2022
@dwsh
Copy link

dwsh commented Apr 9, 2022

Google will begin sunsetting Universal Analytics, and all of UA tags won't work on 23rd July 2023.
So moving the Google analytics connector from UA to GA4 is a must

@kmclaugh
Copy link

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.

@javier-tarazaga
Copy link

Is there any plans for this to actually happen anytime soon?

@e-capi
Copy link

e-capi commented Apr 25, 2022

Any updates on this issue?

@tfbecker
Copy link

I asked on slack -> they told me to look at this thread
bottom line is: no priority - will probably release this when it is more time pressing = closer to july 2023

@kmclaugh
Copy link

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.

@misteryeo
Copy link
Contributor

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!

@misteryeo
Copy link
Contributor

For the assignee, now that #10007 has been closed - let's scope this issue.

@marcosmarxm
Copy link
Member Author

@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

@misteryeo
Copy link
Contributor

@marcosmarxm on the roadmap for this next quarter :) Will be starting on this in the coming weeks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Unclaimed
Status: Blocked
Development

Successfully merging a pull request may close this issue.