list_properties: Get the list of profiles from Google Analytics

Description Usage Arguments

View source: R/profiles.R View source: R/web_properties.R

Description

Get the list of profiles from Google Analytics

Get the list of properties from Google Analytics

Usage

1
2
3
4
5
list_properties(accountId = "~all", max.results = NULL,
  start.index = NULL)

list_properties(accountId = "~all", max.results = NULL,
  start.index = NULL)

Arguments

accountId

Account ID to retrieve web properties for. Can either be a specific account ID or '~all', which refers to all the accounts that user has access to.

max.results

The maximum number of accounts to include in this response.

start.index

An index of the first account to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.

webPropertyId

Web property ID for the views (profiles) to retrieve. Can either be a specific web property ID or '~all', which refers to all the web properties to which the user has access.

accountId

Account ID to retrieve web properties for. Can either be a specific account ID or '~all', which refers to all the accounts that user has access to.

max.results

The maximum number of accounts to include in this response.

start.index

An index of the first account to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.


hairizuanbinnoorazman/gamanager documentation built on May 17, 2019, 2:25 p.m.