ga_view_list: List View (Profile)

View source: R/views.R

ga_view_listR Documentation

List View (Profile)

Description

This gets the meta data associated with the Google Analytics Views for a particular accountId and webPropertyId. If you want all viewId information for all accounts you have access to, use ga_account_list instead.

Usage

ga_view_list(accountId, webPropertyId)

Arguments

accountId

Account Id

webPropertyId

Web Property Id e.g. UA-12345-1

Value

A data.frame of meta-data for the views

See Also

Other account structure functions: ga_account_list(), ga_accounts(), ga_view(), ga_webproperty_list(), ga_webproperty()

Examples


## Not run: 
library(googleAnalyticsR)
ga_auth()
views <- ga_view_list(1058095, "UA-1058095-1")

## End(Not run)

MarkEdmondson1234/googleAnalyticsR_public documentation built on Dec. 10, 2023, 2:43 a.m.