Learn R Programming

shinyga (version 0.1.2.9001)

shinygaGetAccounts: Get GA Account data

Description

Gets the accounts available from the user token

Usage

shinygaGetAccounts(token, start = 1, max = 1000)

Arguments

token
Token passed from shinygaGetToken().
start
Which data point to start from.
max
Maximum number to fetch.

Value

If token exists, a dataframe of GA accounts.

See Also

Other fetch data functions: MEgetData; getAndMergeGAAccounts; processManagementData; rollupGA; shinygaGetAdWords; shinygaGetCustomDataSources; shinygaGetCustomDimensions; shinygaGetCustomMetrics; shinygaGetFilters; shinygaGetGoals; shinygaGetProfiles; shinygaGetSegments; shinygaGetUsers; shinygaGetWebProperties

Examples

Run this code
## Not run: 
# Accounts <- shinygaGetAccounts(123456)
# ## End(Not run)

Run the code above in your browser using DataLab