Learn R Programming

rappleads (version 0.1.3)

make_selector: Make request selector

Description

Make request selector

Usage

make_selector(
  start_date = Sys.Date() - 8,
  end_date = Sys.Date() - 1,
  granularity = c("DAILY", "HOURLY", "WEEKLY", "MONTHLY"),
  sort_field = "startTime",
  time_zone = getOption("apl.time_zone"),
  group_by = NULL,
  part = NULL
)

Arguments

start_date

start report date

end_date

end report date

granularity

The report data organized by hour, day, week, and month.

sort_field

Specify a field name and grouping to sort the records by ASCENDING or DESCENDING.

time_zone

You set the default timeZone during account creation through the Apple Search Ads UI. ORTZ

group_by

Use the groupBy field to group responses by selected dimensions. If groupBy specifies age, gender, and geodimensions

part

Part of selector

Details

See API Documentation