query_sc: Get Adobe Analytics Data

Description Usage Arguments Value Examples

Description

Get Adobe Analytics Data

Usage

1
2
query_sc(queries_table, start_date, end_date, config_path = "config.json",
  override_dates = TRUE, include_query_data = FALSE)

Arguments

queries_table

contains all queries

start_date

contains the start date as date

end_date

contains the end date as date

config_path

contains the path of the config.json

override_dates

set to true in order to override the query date

include_query_data

set to true in order to include the query data to the output file

Value

RETURN data table with queried data

Examples

1
query_sc(queries_table, start_date, end_date, config_path = "config.json", override_dates = TRUE, include_query_data = FALSE)

RazorfishGermany/reportingManager documentation built on May 9, 2019, 9:22 a.m.