shinygaGetProfiles: Get GA View data

Description Usage Arguments Value See Also Examples

Description

Gets the Views (Profiles) available from the user token. Need the ViewId to fetch GA data.

Usage

1
2
shinygaGetProfiles(token, accountId = "~all", webPropertyId = "~all",
  start = 1, max = 1000)

Arguments

token

Token passed from shinygaGetToken()

accountId

AccountId of webproperty, or all of them with ~all

webPropertyId

webPropertyId, or all of them with ~all

start

which data point to start from

max

Maximum number to fetch

Value

If token exists, a dataframe of GA profiles.

See Also

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

Examples

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

## End(Not run)

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