ga_view: Get single View (Profile)

View source: R/views.R

ga_viewR Documentation

Get single View (Profile)

Description

Gets meta-data for a particular View/Profile

Usage

ga_view(accountId, webPropertyId, profileId)

Arguments

accountId

Account Id

webPropertyId

Web Property Id

profileId

Profile (View) Id

Value

A list of the Views meta-data.

See Also

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

Examples


## Not run: 

library(googleAnalyticsR)
ga_auth()
ga_view(1058095, webPropertyId = "UA-1058095-1", profileId = 1855267)

## End(Not run)

MarkEdmondson1234/googleAnalyticsR documentation built on Oct. 13, 2023, 4:40 a.m.