ganalytics (version 0.10.7)

select_segment_filters_with_scope: select_segment_filters_with_scope

Description

Given a Dynamic Segment object, or an object that can be coerced to a gaDynSegment, returns segment filters within object that are of the specified scope ('sessions' or 'users').

Usage

select_segment_filters_with_scope(object, scope)

Arguments

object

a Dynamic Segment object, or an object that can be coerced to a gaDynSegment.

scope

either "sessions" or "users" to specify which segment filters to return as a dynamic segment subset.

Value

a gaDynSegment object.