googleAnalyticsR (version 1.1.0)

ga_custom_vars: Get Custom Dimensions or Metrics

Description

Get Custom Dimensions or Metrics

Usage

ga_custom_vars(
  accountId,
  webPropertyId,
  type = c("customMetrics", "customDimensions"),
  customId
)

Value

Custom Metric or Dimension meta data

Arguments

accountId

Account Id

webPropertyId

Web Property Id

type

A customMetric or customDimension

customId

The customMetricId or customDimensionId

See Also

Other custom variable functions: ga_custom_vars_create(), ga_custom_vars_list(), ga_custom_vars_patch()