Learn R Programming

shinyga (version 0.1.2.9001)

shinygaGetFilters: Get GA Filters

Description

Gets the Filters available for each account.

Usage

shinygaGetFilters(token, accountId, webPropertyId = "~all", profileId = "~all", start = 1, max = 1000)

Arguments

token
Token passed from shinygaGetToken()
accountId
AccountId of webproperty
webPropertyId
webPropertyId, or all of them with ~all
profileId
profileId (ViewId), or all of them with ~all
max
Maximum number to fetch

Value

If token exists, a dataframe of filters for the account.

See Also

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

Examples

Run this code
## Not run: 
# filters <- shinygaGetFilters(123456)
# ## End(Not run)

Run the code above in your browser using DataLab