ga_webproperty: Get a web property

View source: R/webprops.R

ga_webpropertyR Documentation

Get a web property

Description

Gets metadata for one particular web property

Usage

ga_webproperty(accountId, webPropertyId)

Arguments

accountId

Account Id

webPropertyId

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

Value

webproperty

See Also

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

Examples


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

## End(Not run)

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