Disclaimer: This website requires JavaScript to function properly. Some features may not work as expected. Please enable JavaScript in your browser settings for the best experience.

Dev Guide
Dev GuideUser GuidesLegal TermsGitHubDevCommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

CampaignDelivery

OCP App SDK / CampaignDelivery

CampaignDelivery

Delivery details for a single recipient.

Index

Properties

Properties

recipient

object

The identifier field(s) and value(s) to deliver to.

Index signature

[identifier: string]: string[]

Type declaration

Defined in: src/app/Channel.ts:205

substitutions

object

The substitution values for personalizing this delivery. The keys of this hash match the variable names specified
in variables for the content referenced by deliver.

Index signature

[variable: string]: string

Type declaration

Defined in: src/app/Channel.ts:212