Description Usage Arguments Value See Also Examples
Gets the Filters available for each account.
1 2 | shinygaGetFilters(token, accountId, webPropertyId = "~all",
profileId = "~all", start = 1, max = 1000)
|
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 |
If token exists, a dataframe of filters for the account.
Other fetch data functions: MEgetData;
getAndMergeGAAccounts;
processManagementData;
rollupGA; shinygaGetAccounts;
shinygaGetAdWords;
shinygaGetCustomDataSources;
shinygaGetCustomDimensions;
shinygaGetCustomMetrics;
shinygaGetGoals;
shinygaGetProfiles;
shinygaGetSegments;
shinygaGetUsers;
shinygaGetWebProperties
1 2 3 4 | ## Not run:
filters <- shinygaGetFilters(123456)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.