shinygaGetCustomDimensions: Get GA customDimensions

Description Usage Arguments Value See Also Examples

Description

Gets the Custom Dimensions available for each web property.

Usage

1
2
shinygaGetCustomDimensions(token, accountId, webPropertyId, start = 1,
  max = 1000)

Arguments

token

Token passed from shinygaGetToken()

accountId

AccountId of webproperty

webPropertyId

webPropertyId

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; shinygaGetCustomMetrics; shinygaGetFilters; shinygaGetGoals; shinygaGetProfiles; shinygaGetSegments; shinygaGetUsers; shinygaGetWebProperties

Examples

1
2
3
4
## Not run: 
dims <- shinygaGetCustomDimensions(123456)

## End(Not run)

MarkEdmondson1234/shinyga documentation built on May 7, 2019, 3:34 p.m.