Get Ad-Level Reports
apl_get_ad_report(
org_id = apl_get_me_details()$parentOrgId,
campaign_id = apl_get_campaigns()$id,
start_date = Sys.Date() - 8,
end_date = Sys.Date() - 1,
group_by = NULL,
granularity = c("DAILY", "HOURLY", "WEEKLY", "MONTHLY")
)tibble ad report
The value is your orgId.
The unique identifier for the campaign.
Start reporting date
End reporting date
Use the groupBy field to group responses by selected dimensions. If groupBy specifies age, gender, and geodimensions
The report data organized by hour, day, week, and month.