Returns a segment validation response for a segment contained in a json string object.
Usage
seg_val(
segment_body = NULL,
rsid = Sys.getenv("AW_REPORTSUITE_ID"),
debug = FALSE,
company_id = Sys.getenv("AW_COMPANY_ID")
)Arguments
- segment_body
The json string of the segment that is being validated (required)
- rsid
Adobe report suite ID (RSID). If an environment variable called
AW_REPORTSUITE_IDexists in.Renvironor elsewhere and norsidargument is provided, then theAW_REPORTSUITE_IDvalue will be used. Useaw_get_reportsuites()to get a list of availablersidvalues.- debug
This enables the api call information to show in the console for help with debugging issues. default is FALSE
- company_id
Company ID. If an environment variable called
AW_COMPANY_IDexists in.Renvironor elsewhere and nocompany_idargument is provided, then theAW_COMPANY_IDvalue will be used. Useget_me()to get a list of availablecompany_idvalues.
