googleAnalyticsR (version 0.4.2)

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)

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

Value

A dataframe of all the requests

See Also

Other GAv4 fetch functions: fetch_google_analytics_4, google_analytics_4, make_ga_4_req