You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## account_list will have a column called "viewId"
56
-
account_list$viewId
57
+
## account_list will have a column called "propertyId"
58
+
account_list$propertyId
57
59
58
60
## View account_list and pick the one that you want to use
59
61
## In this case, we will use Bioconductor
60
62
ga_id <- 388188354
61
-
62
63
```
63
64
64
65
The resulting `res` object will contain the data for the specified date range, metrics, and dimensions. You can view the first few rows of the data using the `head()` function.
0 commit comments