seg_delete {adobeanalyticsr} | R Documentation |
Delete A Segment
Description
Use this function to delete a specific segment in Adobe Analytics
Usage
seg_delete(
id = NULL,
warn = TRUE,
locale = "en_US",
debug = FALSE,
rsid = Sys.getenv("AW_REPORTSUITE_ID"),
company_id = Sys.getenv("AW_COMPANY_ID")
)
Arguments
id |
Segment ID to be deleted. |
warn |
Boolean of whether or not to include a warning message. |
locale |
language - default 'en_US' |
debug |
Default |
rsid |
Adobe report suite ID (RSID). If an environment variable called
|
company_id |
Company ID. If an environment variable called |
Value
A string confirming the segment has or has not been deleted