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

Starting a template dashboard #15

Open
cansavvy opened this issue Nov 15, 2023 · 1 comment
Open

Starting a template dashboard #15

cansavvy opened this issue Nov 15, 2023 · 1 comment
Assignees

Comments

@cansavvy
Copy link
Collaborator

Here's the steps I'm thinking to make this fast but allow us to adjust later.

  1. Make a dashboard that shows the Google Analytics data that you can get from this package first.
  2. Show plots and have a menu that allows people to choose what website they are looking at.
  3. You don't have to start from scratch https://github.com/fhdsl/dasl-analytics
  4. While developing keep in mind we will want to make this more flexible and modular for the other data types that I'm currently working on wrangling.
  5. We'll ultimately make this into a GitHub template so that people who use this pacakge have a website they can borrow that's ready to go.
@cansavvy
Copy link
Collaborator Author

cansavvy commented Nov 15, 2023

Here's how you would get the google analytics data as is. #11 Is my work on it so far.

Authorize google using the [email protected] account.

Checkout that branch from #11 and then you will be able to do:

authorize("google") # login with [email protected]
accounts <- get_ga_user() #FIND ITCR ACCOUNT NUMBER in this object
all_the_data <- all_ga_metrics(account_id = <ITCR ACCOUNT NUMBER>)

all_the_data has what you need. And purrr is going to be your friend.

@howardbaik howardbaik self-assigned this Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants