ga_time_normalised: Time normalised traffic

Description Usage Arguments Value

View source: R/ga_time_normalised.R

Description

Based on http://www.dartistics.com/googleanalytics/int-time-normalized.html by Tim Wilson

Usage

1
2
3
ga_time_normalised(viewId, first_day_pageviews_min = 2,
  total_unique_pageviews_cutoff = 500, days_live_range = 60,
  page_filter_regex = ".*", interactive_plot = TRUE)

Arguments

viewId

The viewId to use

first_day_pageviews_min

threshold for first day of content

total_unique_pageviews_cutoff

threshold of minimum unique pageviews

days_live_range

How many days to show

page_filter_regex

Select which pages to appear

interactive_plot

Whether to have a plotly or ggplot output

Value

A ga_model object


IronistM/googleAnalyticsModelR documentation built on May 17, 2019, 1:13 a.m.