SCTriggeringError Class Reference
| 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
-
itemPathItem’s path in the content tree
property -
actionTypeThe triggering action.
property
- @“sc_trk” for goal triggering
- @“sc_camp” for campaign triggering -
actionValueThe trigger identifier.
property
- Goal name for goal triggering
- Campaign id for campaign triggering
Properties
actionType
The triggering action.
- @“sc_trk” for goal triggering
- @“sc_camp” for campaign triggering
@property (nonatomic, readonly) NSString *actionTypeDiscussion
The triggering action.
- @“sc_trk” for goal triggering
- @“sc_camp” for campaign triggering
Declared In
SCError.h