Source Google Analytics: add multichannel funnels API #36091
Replies: 4 comments
-
Hi @raismartup , we currently already support the Google Analytics API: Could you please elaborate more on what features specifically you'd like to be added to the connector? Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hello again. Correct , Airbyte already has Google Analytics API support available but it is focused on acquisition data, not multichannel funnels. usually you can recognise the dimensions and metrics returned by this API with the name "ga:...", for example, ga:date, ga:adCost, ga:adClicks, etc. But the API I am referring to is the multichannel funnels API. You can see that the dimensions and metrics are different, it is usually recognised by "mcf:..." as for example, mcf:SourceMedium, mcf:LastInteractiveValue, etc. I was testing to see if Airbyte could bring these metrics "mcf:.." and I had no success because it does not recognise them and it must be because it is a different API than the usual GA4 one If you need more information or an example of the call difference between both APIS, ask me for it. Thank so much. |
Beta Was this translation helpful? Give feedback.
-
@raismartup thank you so much for the write up and sorry I missed that detail! |
Beta Was this translation helpful? Give feedback.
-
Hello @raismartup, I think this will not work. The Multi-Channel-Funnel API v3 does not support GA4 properties, see here and since 01.07.2023, all data in Google Analytisc Universal is frozen. Is there another API you are aware of which could be used to get the Multi-Channel-Funnel data in GA4? p.s. if you still want to download the frozen MCF data, you could maybe take a look at my package mara-google-analytics-downloader which gives you an CLI tool to download the data manually. Check out |
Beta Was this translation helpful? Give feedback.
-
Tell us about the new connector you’d like to have
source google analytics api
https://developers.google.com/analytics/devguides/reporting/mcf/v3/reference
Describe the context around this new connector
necessary to integrate when we want ETL on multichannel funnel data
Daily
authentication: https://www.googleapis.com/auth/analytics.readonly
referencs: https://developers.google.com/analytics/devguides/reporting/mcf/dimsmets
Not paid
Describe the alternative you are considering or using
What are you considering doing if you don’t have this integration through Airbyte?
Make an ETL in local code, specifically in python.
Are you willing to submit a PR?
I don't know Java and therefore it would take me a lot of time. If someone who can develop it would be appreciated and anything I can do to help, count me in.
Beta Was this translation helpful? Give feedback.
All reactions