googleAnalyticsR (version 0.8.0)

fetch_google_analytics_4_slow: Fetch GAv4 requests one at a time

Description

Due to large complicated queries causing the v4 API to timeout, this option is added to fetch via the more traditional one report per request

Usage

fetch_google_analytics_4_slow(
  request_list,
  max_rows,
  allRows = FALSE,
  useResourceQuotas = NULL
)

Arguments

request_list

A list of requests created by make_ga_4_req

max_rows

Number of rows requested (if not fetched)

allRows

Whether to fetch all available rows

useResourceQuotas

If using GA360, access increased sampling limits. Default NULL, set to TRUE or FALSE if you have access to this feature.

Value

A dataframe of all the requests

See Also

Other GAv4 fetch functions: fetch_google_analytics_4(), google_analytics(), make_ga_4_req()