ganalytics (version 0.10.7)

setSegmentFilterScopeNegation: setSegmentFilterScopeNegation

Description

Given a .gaSegmentFilter object, or an object that can be coerced to a .gaSegmentFilter object, set the negation and/or scope of that .gaSegmentFilter object as per the non-missing arguments.

Usage

setSegmentFilterScopeNegation(object, negation, scope)

Arguments

object

a .gaSegmentFilter object, or an object that can be coerced to a .gaSegmentFilter object.

negation

optional boolean value of TRUE or FALSE.

scope

optional either "sessions" or "users".

Value

a .gaSegmentFilter object.