Skip to main content

Get all key moments

Get list of all the key moments

Query Parameters
  • paramsIO object required
Responses

OK


Schema
  • Array [
  • audienceTracking boolean

    Key moment is used in audience

  • audienceTrackingEditable boolean

    This flag shows if audienceTracking can be enabled/disabled. In some cases, audienceTracking can't be disabled. E.g. a key moment has predictive conditions, such key moments are tracked by default.

  • conditionsData object

    Conditions by which visitors will be segmented

  • firstLevel object[]

    First level conditions. Every level can have many conditions inside. E.g. we have 'firstLevelOrOperators' = [true], 'firstLevel'=[{OrOperators:[false], conditions: [SKY_STATUS, DAY_NIGHT]}, {OrOperators:[true], conditions: [PAGE_TITLE, NEW_VISITORS]}]. Then the expression will look like (SKY_STATUS AND DAY_NIGHT) OR (PAGE_TITLE OR NEW_VISITORS)

  • Array [
  • conditions object[]

    Add conditions (see TargetingConditionIO) to define a segment. The more conditions you add, the more precise your segment will be.

  • Array [
  • oneOf

  • htmlDescription string

    Html readable description of the targeting condition

  • id int64

    Unique identifier

  • weight int32 required

    More important conditions have greater values. Default value: 1

  • count int32

    Count of time elapsed since session became active according to the 'unitOfTime' field

  • include boolean

    Should visitors who match to the condition be included to or excluded from the segment. Default value: 'true'

  • matchType string

    Possible values: [EQUAL, LOWER, GREATER]

    How to match the specified amount of time

  • unitOfTime string

    Possible values: [SECOND, MINUTE, HOUR, DAY]

    What unit of measurements will be used to define if sessions are active for the required duration

  • ]
  • orOperators boolean[]

    Array of booleans ("or"=true, "and"=false) for binding conditions of second level.

  • ]
  • firstLevelOrOperators boolean[]

    Array of booleans ("or"=true, "and"=false) for binding firstLevel outer conditions.

  • createdBy int64

    Account id to whom created this key moment

  • dateCreated date-time
  • dateModified date-time
  • description string

    Description of key moment

  • id int64

    Unique identifier of key moment

  • isFavorite boolean

    Indicates whether the key moment is considered as favorite.

  • name string required

    Name of key moment

  • siteId int64 required

    Unique identifier of site for which the key moment is going to be or was created

  • ]
  • Loading...