-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
ENH: Generalize GA to work with MCF API #4919
Comments
@tshauck if you are interested in working on this, ok? but can you explain the usecase a bit more and where you think ga should be going? |
@jreback My thought is that Google Analytics actually has several APIs: Core Reporting (currently the only one implemented), MultiChannel Attribution, MultiChannel Interaction, and Management; so it would nice to have access the rest of the data as well. The issue right now, is that the way some of the helper functions are implemented they're too specific to the Core Reporting API and won't generalize. I.e. if
The ga module would be in a better position to handle more GA APIs w/ the same code. |
@tshauck ok.....pls put together something (if you want able), on how you think the GA infrastructure should be changed going forward. Their are several open issues relating to GA (filter on the Google I/O label which also includes BigQuery, so that's separate). |
closing as deprecating ga in #11308 |
Right now the Google Analytics functionality is too specific to the Core Reporting API. It should be generalized to handle MultiChannel Attribution as well.
For example,
Would break because headers in are prepended with
mcf:
in the MultiChannel Attribution API.The text was updated successfully, but these errors were encountered: