Description Usage Arguments Value See Also Examples
Gets the Segments available from the user token.
1 | shinygaGetSegments(token, start = 1, max = 1000)
|
token |
Token passed from shinygaGetToken() |
start |
which data point to start from |
max |
Maximum number to fetch |
If token exists, a dataframe of GA segments.
Other fetch data functions: MEgetData
;
getAndMergeGAAccounts
;
processManagementData
;
rollupGA
; shinygaGetAccounts
;
shinygaGetAdWords
;
shinygaGetCustomDataSources
;
shinygaGetCustomDimensions
;
shinygaGetCustomMetrics
;
shinygaGetFilters
;
shinygaGetGoals
;
shinygaGetProfiles
;
shinygaGetUsers
;
shinygaGetWebProperties
1 2 3 4 | ## Not run:
Views <- shinygaGetSegments(123456)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.