Inherits from SCBackendError : SCApiError : NSError
Declared in SCError.h

Overview

The SCTriggeringError occurs if a triggering request is not processed by the instance. This may happen when an item has no rendering available or due to connectivity issues.

Tasks

  •   itemPath

    Item’s path in the content tree

    property
  •   actionType

    The triggering action.
    - @“sc_trk” for goal triggering
    - @“sc_camp” for campaign triggering

    property
  •   actionValue

    The trigger identifier.
    - Goal name for goal triggering
    - Campaign id for campaign triggering

    property

Properties

actionType

The triggering action.
- @“sc_trk” for goal triggering
- @“sc_camp” for campaign triggering

@property (nonatomic, readonly) NSString *actionType

Discussion

The triggering action.
- @“sc_trk” for goal triggering
- @“sc_camp” for campaign triggering

Declared In

SCError.h

actionValue

The trigger identifier.
- Goal name for goal triggering
- Campaign id for campaign triggering

@property (nonatomic, readonly) NSString *actionValue

Discussion

The trigger identifier.
- Goal name for goal triggering
- Campaign id for campaign triggering

Declared In

SCError.h

itemPath

Item’s path in the content tree

@property (nonatomic, readonly) NSString *itemPath

Discussion

Item’s path in the content tree

Declared In

SCError.h