Get all property ids for all Google Analytics associated with an account id
Source:R/google-analytics.R
get_ga_properties.Rd
This retrieves all the property ids associated with a Google Analytics Account. The scope it uses is the `See and download your Google Analytics data` If you don't this check this box on the OAuth screen this won't work.
Examples
if (FALSE) { # \dontrun{
authorize("google")
accounts <- get_ga_user()
properties_list <- get_ga_properties(account_id = accounts$id[1])
} # }