cja_get_filter.Rd
Retrieves a specific filter, also known as a segment
in Adobe Analytics.
cja_get_filter(
id = NULL,
toBeUsedInRsid = NULL,
locale = "en_US",
expansion = "definition",
debug = FALSE
)
The filter id to retrieve
The data view where the filter is intended to be used. This data view will be used to determine things like compatibility and permissions.
Locale - Default: "en_US"
Comma-delimited list of additional filter metadata fields to include on response. See Details for all options available
Used to help troubleshoot api call issues. Shows the call and result in the console
A filter list
Expansion options can include the following: "compatibility", "definition", "internal", "modified", "isDeleted", "definitionLastModified", "createdDate", "recentRecordedAccess", "performanceScore", "owner", "dataId", "ownerFullName", "dataName", "sharesFullName", "approved", "favorite", "shares", "tags", "usageSummary", "usageSummaryWithRelevancyScore"
if (FALSE) {
cja_get_filter()
}