Does anyone know how to best import Google Analytics data into a mySQL database (or any other SQL database)? I am asking about both the method of importing the data as well as how to best store it. I do not believe Google Analytics offers any information about what their data schema is. Is there a best practice for what the table structure should be?
I was able to find some information about how to import the data on this thread: how to push GA data to mysql tables. I do have the tool Analytics Canvas which facilitates the process of making API calls and exporting the data, however I do not know how to best organize the data into different tables.
Thanks for the help.