Inherits from NSObject
Declared in SCTriggeringRequest.h

Overview

Base request for triggering DMS events.

%warning%
Warning: Caution: Do not instantiate this class directly. Please use SCTrafficTriggeringRequest or SCCampaignTriggeringRequest

Tasks

  •   itemPath

    The item’s path in the content tree
    @“/sitecore/content/Home/Sample Item”

    property
  •   actionValue

    -Action name for traffic
    -Action id for campaign

    property
  • – init

    This is a legacy initializer inherited from NSObject.

Properties

actionValue

-Action name for traffic
-Action id for campaign

@property (nonatomic, readonly) NSString *actionValue

Discussion

-Action name for traffic
-Action id for campaign

Declared In

SCTriggeringRequest.h

itemPath

The item’s path in the content tree
@“/sitecore/content/Home/Sample Item”

@property (nonatomic, readonly) NSString *itemPath

Discussion

The item’s path in the content tree
@“/sitecore/content/Home/Sample Item”

Declared In

SCTriggeringRequest.h

Instance Methods

init

This is a legacy initializer inherited from NSObject.

- (id)init

Discussion

This is a legacy initializer inherited from NSObject.

%warning%
Warning: Caution: The application will crash if you try to invoke it. Do not use it.

Declared In

SCTriggeringRequest.h