Learn R Programming

rappleads (version 0.1.3)

apl_get_keyword_report: Get Keyword-Level Reports

Description

Get Keyword-Level Reports

Usage

apl_get_keyword_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")
)

Value

tibble with keyword report

Arguments

org_id

The value is your orgId.

campaign_id

The unique identifier for the campaign.

start_date

Start reporting date

end_date

End reporting date

group_by

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

granularity

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

Examples

Run this code
if (FALSE) {
keyw_rep <- apl_get_keyword_report()
}

Run the code above in your browser using DataLab