Make request selector
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
)start report date
end report date
The report data organized by hour, day, week, and month.
Specify a field name and grouping to sort the records by ASCENDING or DESCENDING.
You set the default timeZone during account creation through the Apple Search Ads UI. ORTZ
Use the groupBy field to group responses by selected dimensions. If groupBy specifies age, gender, and geodimensions
Part of selector