ga_adw_cost_per_month_c: GA Monthly sessions graphic

Description Usage Arguments Value Examples

View source: R/ga_adw_costs_per_month_c.R

Description

Cleans all source inputs from GA API.

Usage

1
2
3
ga_adw_cost_per_month_c(data, adnetwork_selected, title, subtitle, x_title,
  y_title, year_selected = 2018, bars_fill = "#FFBB33", label_size = 3,
  top_n = 5, y_axis_size = 16)

Arguments

data

a data frame from GA API. It must contain the column: ga:sourceMedium, as the package works with this column to generate the ouputs.

language

Choose a language for your sources column outputs. Available languages: en, es, fr. More to add in the near future.

Value

The function returns the data frame with a new sources column with correct output ready to plot.

Examples

1
ga_clean_data(my_data, language="es")

OmarGonD/googleAnalyticsReports documentation built on May 19, 2019, 10:47 p.m.