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
)

Arguments

id

The filter id to retrieve

toBeUsedInRsid

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

Locale - Default: "en_US"

expansion

Comma-delimited list of additional filter metadata fields to include on response. See Details for all options available

debug

Used to help troubleshoot api call issues. Shows the call and result in the console

Value

A filter list

Details

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"

Examples

if (FALSE) {
cja_get_filter()
}