Learn R Programming

shinyga (version 0.1.2.9001)

shinygaGetUsers: Get GA Users

Description

Gets the User permissions for each account

Usage

shinygaGetUsers(token, accountId, start = 1, max = 1000)

Arguments

token
Token passed from shinygaGetToken()
accountId
AccountId of webproperty
max
Maximum number to fetch

Value

If token exists, a dataframe of user permissions for the account.

See Also

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

Examples

Run this code
## Not run: 
# aw <- shinygaGetUsers(123456)
# ## End(Not run)

Run the code above in your browser using DataLab