Skip to content

Commit

Permalink
Fix accounts ref
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Mar 5, 2024
1 parent 7794cec commit b4e751d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/google-analytics.R
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,9 @@ link_clicks <- function() {
#' accounts <- get_ga_user()
#'
#' properties_list <- get_ga_properties(account_id = accounts$id[1])
#' property_ids <- gsub("properties/", "", properties_list$name[1:3])
#' property_ids <- gsub("properties/", "", properties_list$name[1:2])
#'
#' all_properties <- get_multiple_ga_metrics(account_id = accounts$id)
#' all_properties <- get_multiple_ga_metrics(account_id = accounts$id[1])
#'
#' some_properties <- get_multiple_ga_metrics(property_ids = property_ids)
#'
Expand Down

0 comments on commit b4e751d

Please sign in to comment.