googleAnalyticsR (version 1.1.0)

order_type: Make an OrderType object

Description

Make an OrderType object

Usage

order_type(
  field,
  sort_order = c("ASCENDING", "DESCENDING"),
  orderType = c("VALUE", "DELTA", "SMART", "HISTOGRAM_BUCKET", "DIMENSION_AS_INTEGER")
)

Value

A order_type_ga4 object for use in GAv4 fetch

Arguments

field

One field to sort by

sort_order

ASCENDING or DESCENDING

orderType

Type of ordering

Details

For multiple order sorting, create separate OrderType objects to pass