shinygaGetSegments: Get GA Segments

Description Usage Arguments Value See Also Examples

Description

Gets the Segments available from the user token.

Usage

1
shinygaGetSegments(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 segments.

See Also

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

Examples

1
2
3
4
## Not run: 
Views <- shinygaGetSegments(123456)

## End(Not run)

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